> For the complete documentation index, see [llms.txt](https://docs.aviator.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aviator.co/runbooks/how-to-guides.md).

# How to guides

- [One shot mode](https://docs.aviator.co/runbooks/how-to-guides/one-shot-mode.md)
- [Editing Runbooks](https://docs.aviator.co/runbooks/how-to-guides/editing-runbooks.md)
- [PR Lifecycle management](https://docs.aviator.co/runbooks/how-to-guides/pr-lifecycle-management.md)
- [Step-by-step execution](https://docs.aviator.co/runbooks/how-to-guides/step-by-step-execution.md)
- [Managing Templates](https://docs.aviator.co/runbooks/how-to-guides/managing-templates.md)
- [Persona management](https://docs.aviator.co/runbooks/how-to-guides/persona-management.md)
- [Context management](https://docs.aviator.co/runbooks/how-to-guides/context-management.md)
- [Claude Code tool permissions](https://docs.aviator.co/runbooks/how-to-guides/claude-code-tools.md)
- [MCP servers](https://docs.aviator.co/runbooks/how-to-guides/mcp-servers.md)
- [Best practices for planning](https://docs.aviator.co/runbooks/how-to-guides/best-practices-for-planning.md)
- [Batch Operations with Runbook Templates](https://docs.aviator.co/runbooks/how-to-guides/batch-operations-with-runbook-templates.md)
- [Pre-Execution Scripts](https://docs.aviator.co/runbooks/how-to-guides/pre-execution-scripts.md)
- [Using Stacked PRs](https://docs.aviator.co/runbooks/how-to-guides/using-stacked-prs.md)
- [Providing feedback](https://docs.aviator.co/runbooks/how-to-guides/providing-feedback.md)
- [Handling CI failure](https://docs.aviator.co/runbooks/how-to-guides/handling-ci-failure.md)
- [SSH Sandboxes Configuration Guide](https://docs.aviator.co/runbooks/how-to-guides/ssh-sandboxes-configuration-guide.md)
- [SSH Sandboxes setup for onprem](https://docs.aviator.co/runbooks/how-to-guides/ssh-sandboxes-setup-for-onprem.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 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/how-to-guides.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.
