# Rundock ## Docs - [Agents](https://docs.rundock.ai/concepts/agents.md): What an agent is in Rundock, and how delegation between agents works. - [How Rundock works](https://docs.rundock.ai/concepts/how-rundock-works.md): The mental model. A workspace is a folder. Agents are files inside it. Delegation is conversation. - [Routines](https://docs.rundock.ai/concepts/routines.md): Scheduled prompts that fire on a cadence. What they are, how they behave today, and the limits worth knowing. - [Skills](https://docs.rundock.ai/concepts/skills.md): What a skill is, when to use one instead of agent instructions, and how skills attach to agents. - [Workspaces](https://docs.rundock.ai/concepts/workspaces.md): What a workspace is, what lives in it, and what stays on your machine. - [First-run setup](https://docs.rundock.ai/first-run.md): What happens the first time you open Rundock, and what you do at each step. - [Create your first agent](https://docs.rundock.ai/guides/create-your-first-agent.md): Walk through creating a new agent from scratch, with concrete instructions text you can adapt. - [Set up a routine](https://docs.rundock.ai/guides/set-up-a-routine.md): Add a scheduled prompt to an agent and confirm it fires. - [Team workspace](https://docs.rundock.ai/guides/team-workspace.md) - [Write a skill](https://docs.rundock.ai/guides/write-a-skill.md): Create a reusable workflow as a skill file and assign it to one or more agents. - [Installation](https://docs.rundock.ai/installation.md): Get from zero to Rundock open on your machine. - [Introduction](https://docs.rundock.ai/introduction.md): A visual interface for AI agent teams. Built by someone running their own business, for people running their own. - [Principles](https://docs.rundock.ai/principles.md): Four principles that shape every decision in Rundock, and the use case that explains why those four. - [Quick start](https://docs.rundock.ai/quickstart.md): See a Rundock team work, then build a two-agent version in under ten minutes. - [Agent file format](https://docs.rundock.ai/reference/agent-file-format.md): Every field in an agent file, with a complete worked example. - [Routine format](https://docs.rundock.ai/reference/routine-format.md): The exact schedule patterns and frontmatter fields for routines, with examples and known limits. - [Skill file format](https://docs.rundock.ai/reference/skill-file-format.md): Every field in a skill file, with a complete worked example. - [Workspace structure](https://docs.rundock.ai/reference/workspace-structure.md): The canonical workspace directory layout, with what each path is for and what syncs.