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

# Agent Builder Path

> Build agents with tools, knowledge, and orchestration.

A path for builders who want agents that do real work: grounded in data, connected to external tools, and coordinated through orchestration.

## Who this is for

Developers building agents that need memory, knowledge, tool access, and multi-step workflows.

## The path

<Steps>
  <Step title="Learn the building blocks">
    Read [Core Concepts](/docs/concepts/overview): agents, fleets, tasks, and tools.
  </Step>

  <Step title="Deploy an agent">
    Use [Compute](/docs/compute/overview) to register and deploy your agent to a permanent endpoint.
  </Step>

  <Step title="Connect tools">
    Give your agent real-world actions with the [Tool Gateway](/docs/tool-gateway/overview): connect an account, bind a toolkit, and execute tools.
  </Step>

  <Step title="Add knowledge and memory">
    Use the [Data Platform](/docs/data-platform/overview) to ingest knowledge and give your agent persistent memory.
  </Step>

  <Step title="Coordinate with orchestration">
    Submit goals to fleets with [Orchestration](/docs/orchestration/overview) and stream results.
  </Step>
</Steps>

## Next steps

Ready to operate at scale? Follow the [Platform Operator path](/docs/learn/platform-operator).
