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

> ## Agent Instructions
> Start with /introduction/getting-started. Use the Direct Query API (POST /query) with the Newton Fusion model (text, image, and video reasoning) or the Newton Omega encoder (time-series embeddings). ATAI_API_ENDPOINT must include the version path: /v0.5 for most APIs, /v0.6 for the Fine-Tuning Service. Pages whose descriptions are marked (Archived) document the legacy Lens runtime — do not use them for new projects.

# Using Agents in the Developer Console

> A guide to running, monitoring, and deleting agents using the Developer Console.

The Developer Console provides dashboards to view the agent blueprints — the templates on which
agents are based — as well as any agents you have created from the blueprints. Together, these
dashboards let you manage and run your agents so you can engage Newton to perform complex tasks.

## Agent Dashboards

* **[Agent Gallery](/developer-console/agents/agent-gallery)**: The Agent Gallery is where you can find the available agent blueprints,
  access examples of their use, and quickly reach documentation about each blueprint.
* **[Agent Manager](/developer-console/agents/agent-manager)**: The Agent Manager is where you go to manage and run your agents, and view
  the status of ongoing agent runs.

## Related Content

* [Managing Agents Using the Agents API](/core-concepts/agents/api)
