Skip to main content

Introduction

The llms.txt file is an industry standard that helps LLMs index content more efficiently, similar to how a sitemap helps search engines. IMG Processing hosts an llms.txt file at the root of the docs that lists all available pages in the documentation. AI tools can use this file to understand the documentation structure and find relevant content to user prompts. View the llms.txt by appending /llms.txt to the documentation site’s URL.

Check out the llms.txt

The llms.txt file for this site is automatically generated and updated.

llms.txt structure

An llms.txt file is a plain Markdown file that contains:
  • Site title as an H1 heading. This is the only required section of an llms.txt.
  • Structured content sections with descriptive links to key pages.
Example llms.txt
This structured approach allows LLMs to quickly process the documentation hierarchy and locate relevant content for user queries, improving the accuracy and speed of AI-assisted documentation searches.

llms-full.txt

The llms-full.txt file combines the entire documentation site into a single file as context for AI tools and is indexed by LLM traffic. You can paste a single URL as context for AI tools for more relevant and accurate responses. IMG Processing hosts an llms-full.txt file at the root of the docs. View the llms-full.txt by appending /llms-full.txt to the documentation URL.

Check out the llms-full.txt

The llms-full.txt file for this site is automatically generated and updated.