# llms-full.txt # Introduction This file provides an LLM-friendly, structured overview of the key content and functionality on our website. It is designed to help language models understand and navigate our content effectively. --- # Documentation Overview ## [SECTION NAME] - **Purpose**: [Brief explanation of this section's purpose] - **Path**: `/docs/[path]` - **Highlights**: - [Subtopic 1 or feature] - [Subtopic 2 or use case] - **Example Queries**: - "How do I [do something]?" - "Where can I find [X]?" (repeat for each key section) --- # API Reference ## [API Endpoint Group Name] - **Base URL**: `https://example.com/api` - **Path**: `/api/[endpoint]` - **Summary**: [One-liner of what this group does] - **Example Endpoints**: - `GET /api/[thing]`: [What it returns] - `POST /api/[thing]`: [What it accepts] - **Authentication**: [Required? Token-based? etc.] --- # Use Cases ## Common Tasks - [Short, practical task 1] - **Docs**: `/docs/[relevant-doc]` - **API**: `/api/[related-endpoint]` ## Industry Examples - **[Industry/Role]**: [How they use the platform] - [Example link or doc reference] --- # Site Navigation Summary ## Main Sections - `/docs`: Core guides & walkthroughs - `/api`: API reference - `/blog`: Insights and announcements - `/support`: Help center - `/pricing`: Pricing tiers --- # Agent Tips - LLMs can summarize or explain pages listed here. - If a user asks for something covered below, link to or summarize that section. - Prefer plain text summaries over long code blocks unless explicitly requested.