# How-to Guides for Stacked PRs CLI

- [How to Create Stacked PRs in CLI](https://docs.aviator.co/aviator-cli/how-to-guides/creating-stacked-prs.md): Documentation on creating Stacked PRs with av CLI from Aviator.
- [How to Navigate & Modify Stacked PRs](https://docs.aviator.co/aviator-cli/how-to-guides/navigating-and-modifying-stacked-prs.md): Learn how to navigate and modify StackedPRs with av tree when using Aviator's CLI.
- [Add Commits in the Stack](https://docs.aviator.co/aviator-cli/how-to-guides/add-commits-in-the-stack.md): Documentation on adding commits to the stack with av CLI from Aviator.
- [How Split a Commit in CLI](https://docs.aviator.co/aviator-cli/how-to-guides/splitting-a-commit.md): Learn how to split a large commit with Stacked PRs CLI in our guide. Improve code review quality, keep a clean Git history, and improve code velocity.
- [How to Split and Fold Pull Requests](https://docs.aviator.co/aviator-cli/how-to-guides/split-and-fold-pull-requests.md): Learn how to split and fold pull requests in our how-to guide. It's helpful when you accidentally create a large pull request and must split it for code review.
- [How to Rename a Branch in CLI](https://docs.aviator.co/aviator-cli/how-to-guides/rename-a-branch.md): Learn how to rename a branch with av cli from Aviator.
- [How to Adopt a Branch in CLI](https://docs.aviator.co/aviator-cli/how-to-guides/adopt-a-branch.md): Documentation on adopting a branch with av CLI from Aviator with the command av branch.
- [Orphan a Branch with Aviator CLI](https://docs.aviator.co/aviator-cli/how-to-guides/orphan-a-branch.md): Learn how to orphan a branch using Aviator CLI for better version control and repository management.
- [How to Do Git Subcommand Aliasing](https://docs.aviator.co/aviator-cli/how-to-guides/git-subcommand-aliasing.md): How to guide for Git Subcommand Aliasing when using StackedPRs CLI.
- [How to Create an Access Token](https://docs.aviator.co/aviator-cli/how-to-guides/create-a-user-access-token.md): Guide on creating an access token for interacting with GitHub for authentication when using Aviator StackedPRs CLi.
- [How to Set Up Auto Completion in CLI](https://docs.aviator.co/aviator-cli/how-to-guides/setup-auto-completion.md): Set up shell auto completion when using StackedPRs from Aviator.
- [How to Use Editor Plugins in CLI](https://docs.aviator.co/aviator-cli/how-to-guides/use-editor-plugins.md): Learn how to use editor plugins when setting up av CLI from Aviator.


---

# 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/aviator-cli/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.
