> ## Documentation Index
> Fetch the complete documentation index at: https://docs.onebalance.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Building with LLMs

> Learn how to use OneBalance with LLMs like ChatGPT or Claude. Our docs are AI-ready, making it easy to integrate into your models and dev tools.

## Using AI to integrate OneBalance

OneBalance documentation is AI-enhanced. Whether you're using ChatGPT, Claude, or a custom LLM integration, we've made it easy to feed OneBalance docs directly into your models and dev tools.

## LLM Feed Files

We expose two continuously updated files for AI ingestion:

* [`llms.txt`](https://docs.onebalance.io/llms.txt) - Concise list of top-level pages for quick context
* [`llms-full.txt`](https://docs.onebalance.io/llms-full.txt) - Complete documentation for full-context indexing

Use these URLs in your custom GPTs or LLM apps to ensure accurate OneBalance-specific answers.

## Plain Text Docs

Access any documentation page as markdown by adding `.md` to the URL. For example: [/ai/building-with-llms.md](/ai/building-with-llms.md)

This helps AI tools consume content with:

* Fewer formatting tokens
* Complete content (including hidden tabs)
* Proper markdown hierarchy

## Code Editor Integration

### Cursor Setup

1. Navigate to **Cursor Settings** > **Indexing & Docs**
2. Select "Add Doc" and paste:
   ```
   https://docs.onebalance.io/llms-full.txt
   ```
3. Use `@docs -> OneBalance` to reference docs in your code

## MCP Server Integration

Connect to OneBalance directly through our hosted MCP server at:

```
https://docs.onebalance.io/mcp
```

Simply add this URL to your AI tool (Claude, Cursor, etc.) for instant access to OneBalance documentation search and API functions directly in your AI tools.

<CardGroup cols={2}>
  <Card title="MCP Server Setup" icon="server" href="/ai/mcp-server-setup">
    Complete setup guide for Model Context Protocol integration
  </Card>

  <Card title="Example Prompts" icon="message-square" href="/ai/mcp-prompts">
    Ready-to-use prompts to explore OneBalance capabilities
  </Card>
</CardGroup>

## Contextual Features

We've enabled contextual features across all docs:

* Copy any page as Markdown
* Launch ChatGPT/Claude with page context preloaded
* Perfect for troubleshooting and code generation

<Note>
  The `/llms.txt` file follows an [emerging standard](https://llmstxt.org) for making websites more accessible to LLMs.
</Note>


Built with [Mintlify](https://mintlify.com).