# Concepts

- [Architecture Overview](https://docs.aviator.co/runbooks/concepts/architecture-overview.md)
- [Runbook Format](https://docs.aviator.co/runbooks/concepts/runbook-format.md)
- [Templates](https://docs.aviator.co/runbooks/concepts/templates.md)
- [Personas](https://docs.aviator.co/runbooks/concepts/personas.md)
- [Collaborating with the team](https://docs.aviator.co/runbooks/concepts/collaborating-with-the-team.md)
- [Context and learnings](https://docs.aviator.co/runbooks/concepts/context-and-learnings.md)
- [Working with large codebases](https://docs.aviator.co/runbooks/concepts/working-with-large-codebases.md)
- [One shot mode](https://docs.aviator.co/runbooks/concepts/one-shot-mode.md)
- [Cloud sandboxes](https://docs.aviator.co/runbooks/concepts/cloud-sandboxes.md)
- [SSH sandboxes](https://docs.aviator.co/runbooks/concepts/ssh-sandboxes.md)
- [Use Cases](https://docs.aviator.co/runbooks/concepts/use-cases.md): Take a look at some common use cases with examples.
- [Product backlog](https://docs.aviator.co/runbooks/concepts/use-cases/product-backlog.md)
- [Code refactoring](https://docs.aviator.co/runbooks/concepts/use-cases/code-refactoring.md)
- [Bug fixes](https://docs.aviator.co/runbooks/concepts/use-cases/bug-fixes.md)
- [Code migrations](https://docs.aviator.co/runbooks/concepts/use-cases/code-migrations.md)
- [Improving code coverage](https://docs.aviator.co/runbooks/concepts/use-cases/improving-code-coverage.md)
- [Improving readability](https://docs.aviator.co/runbooks/concepts/use-cases/improving-readability.md)
- [Flaky test resolution](https://docs.aviator.co/runbooks/concepts/use-cases/flaky-test-resolution.md)
- [Improve build times](https://docs.aviator.co/runbooks/concepts/use-cases/improve-build-times.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.aviator.co/runbooks/concepts.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.
