Skip to content

LLMs.txt

We support LLMs.txt files for making the Aptos documentation available to large language models (LLMs). This feature helps AI tools better understand the Aptos blockchain, its Move language, SDKs, and development patterns.

We provide the following LLMs.txt routes to help AI tools access our documentation:

  • llms.txt - Contains a structured overview of Aptos LLMs.txt files
  • llms-small.txt - Provides a condensed version of the documentation, optimized for smaller context windows
  • llms-full.txt - Provides the full comprehensive documentation for all Aptos concepts

Use the @Docs feature in Cursor to include the LLMs.txt files in your project. This helps Cursor provide more accurate code suggestions and documentation for Aptos development.

Read more about @Docs in Cursor

GitHub Copilot can leverage the information in these LLMs.txt files to provide better assistance when developing Aptos applications. You can reference these files in your GitHub Copilot Chat by using the following URLs:

https://aptos.dev/llms.txt
https://aptos.dev/llms-small.txt
https://aptos.dev/llms-full.txt

Reference the LLMs.txt files using @ or in your .windsurfrules files to enhance Windsurf’s understanding of Aptos development.

Read more about Windsurf Memories

Any AI tool that supports LLMs.txt can use these routes to better understand Aptos. Simply point your tool to any of the routes above.