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

# LLM Resources

> Machine-readable documentation formats for AI tools and LLMs

## Overview

These resources provide machine-readable versions of our documentation, optimized for Large Language Models (LLMs) and AI tools to efficiently process and understand the SlidesGPT API.

## Available Formats

<CardGroup cols={2}>
  <Card title="Documentation Index" icon="robot" href="/llms.txt">
    **llms.txt** - Structured index of all documentation pages with descriptions
  </Card>

  <Card title="Full Documentation" icon="file-lines" href="/llms-full.txt">
    **llms-full.txt** - Complete documentation content in a single file
  </Card>
</CardGroup>

## What are these files?

### llms.txt

The `llms.txt` file is an industry standard that helps LLMs index content more efficiently, similar to how a sitemap helps search engines. It contains:

* Site title as an H1 heading
* Structured content sections with links
* Description of each page from frontmatter
* Alphabetically ordered pages

### llms-full.txt

The `llms-full.txt` file combines your entire documentation site into a single file as context for AI tools. It provides:

* Complete documentation content in one place
* Full context for comprehensive answers
* Cross-references between different sections
* Preserved structure and formatting

## Benefits

<CardGroup cols={2}>
  <Card title="Faster AI Responses" icon="gauge-high">
    LLMs can quickly locate and process relevant content
  </Card>

  <Card title="Better Accuracy" icon="bullseye">
    Structured format improves comprehension and response quality
  </Card>

  <Card title="Always Up-to-Date" icon="arrows-rotate">
    Automatically regenerated whenever documentation changes
  </Card>

  <Card title="Zero Maintenance" icon="sparkles">
    No manual updates required - Mintlify handles everything
  </Card>
</CardGroup>

## How AI Tools Use These Files

1. **Discovery**: AI tools automatically find these files at standard URLs
2. **Indexing**: Content is processed and indexed for efficient retrieval
3. **Context Building**: Full documentation provides comprehensive understanding
4. **Query Processing**: Structured format enables accurate responses

## For Developers

If you're building AI-powered tools that need to understand the SlidesGPT API:

* Use `/llms.txt` for quick navigation and page discovery
* Use `/llms-full.txt` for complete context and detailed information
* Both files follow the industry-standard llms.txt specification

<Note>
  These files are automatically generated by Mintlify and are always in sync with the latest documentation.
</Note>
