# AgentUse - [Introduction](https://docs.agentuse.io/introduction.md): Own and operate Markdown-defined AI agents on infrastructure you control - [Quick Start](https://docs.agentuse.io/quickstart.md): Set up AgentUse and run your first agent - [Installation](https://docs.agentuse.io/installation.md): Install AgentUse for macOS or from the command line - [Creating Agents](https://docs.agentuse.io/guides/creating-agents.md): Define AI agents in markdown and run on cron, CI/CD, or serverless - [Model Configuration](https://docs.agentuse.io/guides/model-configuration.md): Configure AI providers and models for your agents - [Sub-Agents](https://docs.agentuse.io/guides/subagents.md): Compose agents that can delegate to other agents - [Skills](https://docs.agentuse.io/guides/skills.md) - [Plugins](https://docs.agentuse.io/guides/plugins.md) - [Agent Design Patterns](https://docs.agentuse.io/guides/agent-design-patterns.md): Best practices for building production-ready AgentUse agents - [Context Management](https://docs.agentuse.io/guides/context-management.md): How AgentUse manages conversation context efficiently - [Manager Agents](https://docs.agentuse.io/guides/manager-agents.md): Orchestrate teams of agents with delegation, tracking, and scheduling - [Store](https://docs.agentuse.io/guides/store.md): Persistent data storage for tracking work items across agent runs - [Learning](https://docs.agentuse.io/guides/learning.md): Capture what reviewers teach an agent, vet it, and apply the best of it in future runs - [Verify](https://docs.agentuse.io/guides/verify.md): Judge the agent's output before it ships, and redo it with the critique on failure - [Testing Agents](https://docs.agentuse.io/guides/testing-agents.md): Validate an agent end to end in mock mode before it touches anything real - [Developing AgentUse for Mac](https://docs.agentuse.io/guides/macos-desktop-development.md): Run, package, sign, and notarize the AgentUse macOS app - [Operations Dashboard](https://docs.agentuse.io/guides/serve-dashboard.md): Monitor runs, approvals, results, metrics, and notifications in the AgentUse serve web app - [macOS Desktop App](https://docs.agentuse.io/guides/macos-desktop.md): Run the AgentUse dashboard as a native macOS menu-bar app - [Scheduled Agents](https://docs.agentuse.io/guides/schedule.md): Run agents on a recurring schedule using cron expressions or intervals - [Webhooks](https://docs.agentuse.io/guides/webhooks.md): Trigger agents via HTTP using the serve API - [Channels](https://docs.agentuse.io/guides/channels.md): Connect AgentUse lifecycle events such as approval, completion, and failure to Slack - [Approval Gates](https://docs.agentuse.io/guides/approval-gates.md): Pause an agent run for human review, then approve, reject, or comment from the AgentUse approval dashboard - [CI/CD](https://docs.agentuse.io/guides/cicd.md) - [Remote Agents](https://docs.agentuse.io/guides/remote-agents.md): Run agents directly from URLs - [Self-Hosting](https://docs.agentuse.io/guides/self-hosting.md): Run AgentUse in Docker for local development or production deployment - [Agent Revisions](https://docs.agentuse.io/guides/agent-revisions.md): Safely improve an agent from the evidence in a completed or approval-paused run - [Session logs](https://docs.agentuse.io/guides/session-logs.md) - [Sandbox](https://docs.agentuse.io/guides/sandbox.md): Run agent commands in an isolated Docker container - [CLI Commands](https://docs.agentuse.io/reference/cli-commands.md): Complete reference for all AgentUse CLI commands - [Configuration Files](https://docs.agentuse.io/reference/configuration-files.md): User-facing files and directories that configure AgentUse - [Agent Syntax Reference](https://docs.agentuse.io/reference/agent-syntax.md): Complete syntax guide for AgentUse agent files - [Model Reference](https://docs.agentuse.io/reference/models.md): Recommended AI models for AgentUse - [Built-in Tools](https://docs.agentuse.io/reference/builtin-tools.md): Configuration reference for built-in filesystem, bash, and artifact tools - [Variables](https://docs.agentuse.io/reference/variables.md): Variable placeholders available in AgentUse agent files - [Session Storage](https://docs.agentuse.io/reference/session-storage.md): Storage structure and data schemas for session logs - [Chart Blocks](https://docs.agentuse.io/reference/chart-blocks.md): Emit inline charts from agent responses with agentuse:chart fenced blocks - [Environment Variables](https://docs.agentuse.io/reference/environment-variables.md): Environment variables used by AgentUse