# Telem > Web search and page-fetch API for AI agents. ## Documentation Sets - [Abridged documentation](https://docs.telem.ai/llms-small.txt): a compact version of the documentation for Telem, with non-essential content removed - [Complete documentation](https://docs.telem.ai/llms-full.txt): the full documentation for Telem ## Notes - The complete documentation includes all content from the official documentation - The content is automatically generated from the same source as the official documentation ## For AI Agents - [Canonical setup guide for coding agents](https://docs.telem.ai/agents.md) ## Agent Skill Install the Telem skill into a host that supports agent skills: ```bash npx skills add https://docs.telem.ai ``` - [telem-search SKILL.md](https://docs.telem.ai/.well-known/agent-skills/telem-search/SKILL.md) — the skill itself - [Discovery index](https://docs.telem.ai/.well-known/agent-skills/index.json) - [install.sh](https://docs.telem.ai/install.sh) — the one-line installer for deep integration: `curl -fsSL https://docs.telem.ai/install.sh | sh` ## API Reference - [Overview](https://docs.telem.ai/api/) - [Fetch](https://docs.telem.ai/api/operations/create_fetch_v1_fetch_post/) - [Search](https://docs.telem.ai/api/operations/create_search_v1_search_post/)