# How-to Guides for Releases

- [How to Create a Release Project](https://docs.aviator.co/releases-beta/how-to-guides/creating-a-release-project.md): Follow our guide for instructions on creating a release project with examples. A Release Project is a top-level entity you must build and deploy simultaneously.
- [How to Configure Environments](https://docs.aviator.co/releases-beta/how-to-guides/configuring-environments.md): Read how to configure requirements in Aviator Releases in our how-to guide. Set up a separate environment for anything that can be uniquely deployed.
- [How to Create a Scheduled Release](https://docs.aviator.co/releases-beta/how-to-guides/create-a-scheduled-release.md): Use our guide for instrutions on how to schedule a release. Set up automated creation of a new version of your software at specific intervals or times.
- [Create Custom Workflow Parameters](https://docs.aviator.co/releases-beta/how-to-guides/create-custom-workflow-parameters.md): Use our guide to create custom workflow parameters. This setting allows you to manage key-value pairs that can be accessed during software build and deployment.
- [How to Manage Cherry-Picks](https://docs.aviator.co/releases-beta/how-to-guides/managing-cherry-picks.md): Visit our guide to get instructions on managing cherry-picks for smooth release. In Aviator, cherry-picks selectively integrate changes into release candidates.
- [How to Resolve a Cherry-Pick Failure](https://docs.aviator.co/releases-beta/how-to-guides/resolving-a-cherry-pick-failure.md): A cherry-picking workflow may fail due to a merge conflict. This document explains how to manage such an issue during a release process in Aviator.
- [Working with your CI / CD](https://docs.aviator.co/releases-beta/how-to-guides/working-with-your-ci-cd.md): Read about the specifics of using Aviator with CI / CD and supported integrations. Aviator Releases works with your existing CI or CD system, not replace one.
- [GitHub Actions workflow](https://docs.aviator.co/releases-beta/how-to-guides/working-with-your-ci-cd/github-actions-workflow.md): Use our guide to set up GitHub Actions build and deploy to manage releases in Aviator. Instructions on authentication, building and deploying workflows.
- [Buildkite workflow](https://docs.aviator.co/releases-beta/how-to-guides/working-with-your-ci-cd/buildkite-workflow.md): Use our guide to set up Buildkite build and deploy steps to manage releases in Aviator. Authentication and Buildkite Webhook configuration instructions.


---

# 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/releases-beta/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.
