# dotagent

## Docs

- [Introduction](https://dotagent.avelino.run/readme.md)
- [Installation](https://dotagent.avelino.run/getting-started/installation.md)
- [Your first agent](https://dotagent.avelino.run/getting-started/first-agent.md)
- [Next steps](https://dotagent.avelino.run/getting-started/next-steps.md)
- [Architecture](https://dotagent.avelino.run/concepts/architecture.md)
- [Agents](https://dotagent.avelino.run/concepts/agents.md)
- [Notifications](https://dotagent.avelino.run/concepts/notifications.md)
- [Secrets](https://dotagent.avelino.run/concepts/secrets.md)
- [Plugins](https://dotagent.avelino.run/concepts/plugins.md)
- [Triggers](https://dotagent.avelino.run/concepts/triggers.md)
- [Lifecycle](https://dotagent.avelino.run/concepts/lifecycle.md)
- [Telegram](https://dotagent.avelino.run/concepts/telegram.md)
- [Memory](https://dotagent.avelino.run/concepts/memory.md)
- [Skills](https://dotagent.avelino.run/concepts/skills.md)
- [Commands](https://dotagent.avelino.run/concepts/commands.md)
- [Running installed binaries](https://dotagent.avelino.run/concepts/os.md)
- [Daemon lifecycle](https://dotagent.avelino.run/guides/daemon-lifecycle.md)
- [Troubleshooting](https://dotagent.avelino.run/guides/troubleshooting.md)
- [Config reference (config.toml)](https://dotagent.avelino.run/guides/config-reference.md)
- [Observability](https://dotagent.avelino.run/guides/observability.md)
- [LLM agents (claude -p)](https://dotagent.avelino.run/guides/llm-agents.md)
- [Migrating from the Fish framework](https://dotagent.avelino.run/guides/migrating-from-fish.md)
- [CLI](https://dotagent.avelino.run/reference/cli.md)
- [Agent spec (agent.toml)](https://dotagent.avelino.run/reference/agent-spec.md)
- [Plugin protocol](https://dotagent.avelino.run/reference/plugin-protocol.md)
- [Persistent protocol](https://dotagent.avelino.run/reference/persistent-protocol.md)
- [MCP server](https://dotagent.avelino.run/reference/mcp.md)
- [Local client API](https://dotagent.avelino.run/reference/local-api.md)
- [Environment variables](https://dotagent.avelino.run/reference/env-vars.md)
- [Filesystem layout](https://dotagent.avelino.run/reference/paths.md)
- [Overview](https://dotagent.avelino.run/built-in-plugins/plugins.md)
- [Preflight](https://dotagent.avelino.run/built-in-plugins/preflight.md)
- [preflight-cmd](https://dotagent.avelino.run/built-in-plugins/preflight/preflight-cmd.md)
- [preflight-warp](https://dotagent.avelino.run/built-in-plugins/preflight/preflight-warp.md)
- [Sink](https://dotagent.avelino.run/built-in-plugins/sink.md)
- [sink-file](https://dotagent.avelino.run/built-in-plugins/sink/sink-file.md)
- [sink-roam](https://dotagent.avelino.run/built-in-plugins/sink/sink-roam.md)
- [sink-outl](https://dotagent.avelino.run/built-in-plugins/sink/sink-outl.md)
- [Threat model](https://dotagent.avelino.run/security/threat-model.md)
- [FAQ](https://dotagent.avelino.run/misc/faq.md)
- [LLM digest (llms.txt) — single-page reference for LLM agents writing dotagent manifests](https://dotagent.avelino.run/misc/llm-digest-llms.txt-single-page-reference-for-llm-agents-writing-dotagent-manifests.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://dotagent.avelino.run/readme.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
