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

# LLMs

> Machine-readable documentation for LLMs and AI agents

## LLM-Friendly Documentation

These files follow the [llms.txt](https://llmstxt.org/) convention — plain-text documentation optimized for consumption by large language models and AI coding agents.

Use these when building AI-powered integrations, feeding context to coding assistants, or working with agent frameworks that accept documentation as input.

## Files

### llms.txt

Concise index of the LI.FI Perps SDK documentation. Contains a project summary, quick reference links, and a section-by-section table of contents pointing to detailed documentation.

Best for: quick context loading, tool discovery, initial orientation.

**URL:** [`https://public-perps-docs.mintlify.app/llms.txt`](/llms.txt)

<Card title="llms.txt" icon="file-lines" href="/llms.txt">
  Download the llms.txt index file
</Card>

***

### llms-full.txt

Complete documentation in a single Markdown file (\~37 KB). Includes installation, concepts, full SDK reference, REST API reference, Hyperliquid provider details, error codes, and an end-to-end example — everything an LLM needs to write code against the Perps SDK.

Best for: full context loading, code generation, comprehensive Q\&A.

**URL:** [`https://public-perps-docs.mintlify.app/llms-full.txt`](/llms-full.txt)

<Card title="llms-full.txt" icon="file-code" href="/llms-full.txt">
  Download the complete LLM documentation
</Card>
