Skip to main content
The llms.txt file is an industry standard that helps LLMs index content more efficiently, similar to how a sitemap helps search engines. AI tools can use this file to understand the Upriver documentation structure and find content relevant to user queries. Upriver hosts an llms.txt file at the root of the documentation site that lists all available pages. This file is always up to date and requires no maintenance. View the Upriver llms.txt at: docs.upriver.ai/llms.txt

llms.txt structure

An llms.txt file is a plain Markdown file that contains:
  • Site title as an H1 heading.
  • Structured content sections with links and a description of each page in the documentation.
Example llms.txt
# Upriver API Docs

## API Reference

- [Brands](https://docs.upriver.ai/api-reference/brands): Search and retrieve brand data
- [Creators](https://docs.upriver.ai/api-reference/creators): Look up creator profiles
- [Audiences](https://docs.upriver.ai/api-reference/audiences): Analyze audience insights
This structured approach allows LLMs to efficiently process the documentation at a high level and locate relevant content for user queries.

llms-full.txt

The llms-full.txt file combines the entire Upriver documentation site into a single file as context for AI tools. View the Upriver llms-full.txt at: docs.upriver.ai/llms-full.txt