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

# Use LLMs

> This Documentation Is LLM-Friendly for Faster Developer Integration

This documentation is optimized for use with large language models (LLMs), making it easier and faster for developers to integrate our solutions into their applications.

## Use the `llms-full.txt` file with your code editor

You can enhance your development experience by loading BitGPT’s full documentation into your code editor. This allows the AI assistant to reference these docs directly within your workflow. The instructions below show how to set this up in Cursor:

1. Go to **Cursor Settings > Features > Docs**
2. Click "**Add new doc**"
3. Paste the following URL into the prompt:

<CodeGroup>
  ```text Prompt theme={"system"}
  https://docs.bitgpt.xyz/llms-full.txt
  ```
</CodeGroup>

4. Once added, you can reference this documentation directly in your code using @docs -> BitGPT 402pay
