Documentation for AI agents
Learn how to use Tealium documentation with AI agents and large language models.
Tealium documentation is available in formats optimized for AI agents and large language models (LLMs). In addition to standard HTML pages, all documentation is available as structured index files (llms.txt) and markdown versions of individual pages.
These formats reduce token usage, improve parsing accuracy, and make it easier for AI agents to discover and process Tealium documentation.
llms.txt
The llms.txt format is a structured, machine-readable index that lists documentation sections and page links in a way AI agents can reliably parse. It improves discovery and retrieval of Tealium docs while reducing token overhead compared to crawling full HTML pages.
Main index
The main llms.txt file is a top-level directory of all documentation areas. It lists each area with a description and a link to its section index.
Section indexes
Each documentation area has its own llms.txt file containing a full index of pages within that area:
- Tag Management: Client-side tag management documentation.
- Server-Side: Server-side documentation including events, audiences, functions, data sources, and insights.
- APIs: Developer API documentation and reference guides.
- Web Install: Web platform installation guides including JavaScript library and tag manager integrations.
- Mobile Install: Mobile platform installation guides including iOS SDK, Android SDK, and cross-platform frameworks.
- Client-Side Tags: Documentation for individual client-side tags and vendor integrations.
- Server-Side Connectors: Documentation for individual server-side connectors and vendor integrations.
- Administration: Platform administration including user access, permissions, and security settings.
- Consent: Consent capture, interpretation, and enforcement across client-side and server-side environments.
- Guides: Practical guides and strategies for using Tealium effectively.
- Predict: Predict ML documentation for machine learning-powered audience predictions.
- Partners and Industries: Industry-specific integrations and partnership documentation.
Markdown
Every documentation page is available as a markdown file. These files contain the page content without HTML markup or other site-specific syntax.
Markdown versions provide several advantages over HTML for AI agent processing:
- Fewer tokens: Plain markdown is more compact than HTML.
- Explicit structure: Headings, lists, and code blocks are unambiguous.
- Better parsing: No need to strip tags or handle rendering artifacts.
- Consistent formatting: All pages follow the same markdown conventions.
Access markdown versions
To access the markdown version of any documentation page, append /index.md to the page URL.
Example:
- HTML version: /iq-tag-management/getting-started/what-is-tealium-iq/
- Markdown version: /iq-tag-management/getting-started/what-is-tealium-iq/index.md
Language support
All llms.txt indexes and markdown pages are available in English and Japanese.
For llms.txt indexes:
- English main index: /llms.txt
- Japanese main index: /ja/llms.txt
Section indexes follow the same pattern:
- English:
/{area}/llms.txt - Japanese:
/ja/{area}/llms.txt
For markdown pages:
- English:
/{path}/index.md - Japanese:
/ja/{path}/index.md
This page was last updated: June 3, 2026