# User guide

> Turn models, tools, and projects into runnable tasks.

---

LLMS index: [llms.txt](/llms.txt)

---

Each guide explains one part of AGW and can be read on its own. If you do not yet have a working agent, configure a model provider first.

- Conversations: start with [model providers](/docs/guides/providers/), [agents](/docs/guides/agents/), and [Chat](/docs/guides/chat/).
- Project material: set a [workspace](/docs/guides/projects/), then add [tools and Skills](/docs/guides/tools-skills/).
- External capabilities: choose [external agents](/docs/guides/external-agents/), [MCP](/docs/guides/mcp/), or [integration accounts](/docs/guides/integrations/).
- Automation: verify the task, organize steps with an [Agentflow](/docs/guides/agentflows/), and set a schedule with a [Job](/docs/guides/jobs/).

---

Section pages:

- [Model providers](/docs/guides/providers/): Configure providers, models, and model-provider links with accurate limits.
- [Create a custom agent](/docs/guides/agents/): Define an agent with a model, instructions, and the capabilities it needs.
- [Connect external agents](/docs/guides/external-agents/): Run tasks with Claude Code, Codex, or Pi and configure separate agents for different purposes.
- [Chat and execution history](/docs/guides/chat/): Run conversations, attach images, handle human input, and inspect execution state.
- [Projects, files, and workspaces](/docs/guides/projects/): Set primary and additional directories and understand file browsing versus the agent’s working directory.
- [Agentflow](/docs/guides/agentflows/): Build valid workflows with branches, joins, and checkpoints.
- [Scheduled jobs](/docs/guides/jobs/): Configure triggers, targets, and retries, then inspect each execution.
- [Tools and Skills](/docs/guides/tools-skills/): Select agent tools and task instructions with permissions and project binding.
- [MCP servers](/docs/guides/mcp/): Connect tool servers and verify the Server-side network and process environment.
- [Configure integrations](/docs/guides/integrations/): Create your own Connection from an available integration and bind it to an agent.
- [Web, Desktop, and Mobile](/docs/guides/clients/): Choose a client, connect to the right Server, and manage conversations.

---

Backlinks:

- [Documentation](/docs/)
