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

# AI & LLM Integrations

> Feed Abstract documentation into your AI-powered development tools.

Abstract documentation is available in machine-readable formats so you can use it directly in tools like [Cursor](https://cursor.com), [Claude](https://claude.ai), and [ChatGPT](https://chatgpt.com).

<CardGroup cols={3}>
  <Card title="llms.txt" icon="list" href="/ai-and-llms/llms-txt">
    An index of all documentation pages.
  </Card>

  <Card title="llms-full.txt" icon="book-open" href="/ai-and-llms/llms-full-txt">
    The entire documentation in a single file.
  </Card>

  <Card title="SKILL.MD" icon="robot" href="/ai-and-llms/skill-md">
    A cheat sheet for AI coding agents.
  </Card>
</CardGroup>

## Markdown pages

Append `.md` to any documentation URL to get a clean Markdown version:

* [`https://docs.abs.xyz/overview.md`](https://docs.abs.xyz/overview.md)
* [`https://docs.abs.xyz/abstract-global-wallet/overview.md`](https://docs.abs.xyz/abstract-global-wallet/overview.md)

This is useful for pasting specific pages into an LLM conversation.

## MCP server

Abstract docs are available as an [MCP](https://modelcontextprotocol.io/) server at:

* [`https://docs.abs.xyz/mcp`](https://docs.abs.xyz/mcp)

Add this to any MCP-capable client (Claude Desktop, Cursor, etc.) to give it tool-based access to the documentation.
