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

# Building Atlas AI agents

> Create and manage industrial AI agents that query your CDF knowledge graph using language models, skills, and tools.

> For the complete Cognite documentation index, see [/llms.txt](/llms.txt). For full page content, see [/llms-full.txt](/llms-full.txt).

Choose an article below based on where you are in the agent lifecycle — from planning and building to evaluation and production use.

<CardGroup cols={2}>
  <Card title="About Atlas AI agents" icon="book-open" href="/cdf/atlas_ai/concepts/index">
    Learn what makes a good agent use case and how agents use language models, skills, and tools.
  </Card>

  <Card title="Reference" icon="book" href="/cdf/atlas_ai/references/index">
    Language models, tools, runtime versions, and project limits.
  </Card>

  <Card title="Build and publish agents" icon="hammer" href="/cdf/atlas_ai/guides/atlas_ai_agent_building">
    Create and publish agents in the Agent builder.
  </Card>

  <Card title="Evaluate Atlas AI agents" icon="clipboard-check" href="/cdf/atlas_ai/guides/atlas_ai_agent_evaluating">
    Create test cases and run evaluations to measure agent quality.
  </Card>

  <Card title="Write effective prompts" icon="pencil" href="/cdf/atlas_ai/concepts/atlas_ai_agent_prompting">
    Write specific, context-rich queries that produce better agent responses.
  </Card>

  <Card title="Call agents with API or SDK" icon="code" href="/cdf/atlas_ai/guides/atlas_ai_agent_api_sdk">
    Query agents programmatically and handle tool confirmations.
  </Card>
</CardGroup>
