# Manage

- [Access Management](https://docs.aviator.co/manage/access-management.md): Find details on access management in Aviator. Learn how to manage team access, available user roles, Google SSO login, and SAML-based authentication config.
- [GitHub App Permissions](https://docs.aviator.co/manage/github-app-permissions.md): View core permissions the Aviator app requests on your GitHub repositories that you choose to connect with Aviator.
- [Security](https://docs.aviator.co/manage/security.md): View our organizational security rules. Information Security Program, related roles and responsibilities, third-party audits we undergo, and other details.
- [Aviator Agents Data Usage & Retention Policy](https://docs.aviator.co/manage/security/aviator-agents-data-usage-and-retention-policy.md): Learn how Aviator agents handle data securely. Explore our policies on data usage, storage, retention, and privacy to keep your engineering workflows safe.
- [On-Premise Installation](https://docs.aviator.co/manage/on-premise-installation.md): Get help with installing Aviator on-premise. In addition to the hosted version, you have an option to run Aviator on-premise using Helm or Docker Compose.
- [GitHub App for On-Prem](https://docs.aviator.co/manage/on-premise-installation/github-app-for-on-prem.md): Find details on using a GitHub App for on-premise Aviator installation. This page describes how to create and authorize a GitHub App for your on-prem setup.
- [GitHub OAuth for On-Prem](https://docs.aviator.co/manage/on-premise-installation/github-oauth-for-on-prem.md): Learn about using GitHub OAuth connection in Aviator and its configuration. GitHub OAuth maps a GitHub username to an Aviator user within a single installation.
- [Use Helm Instructions](https://docs.aviator.co/manage/on-premise-installation/use-helm.md): Use Helm for on-premise Aviator installation. Please reach out to howto@aviator.co for instructions on how to set up Kubernetes-based installation.
- [Use Docker Compose Instructions](https://docs.aviator.co/manage/on-premise-installation/use-docker-compose.md): Learn how to use Docker Compose for on-premise Aviator installation. Minimum requirements for the Aviator server, variable definitions, and configuration steps.
- [Prometheus endpoint](https://docs.aviator.co/manage/on-premise-installation/prometheus-endpoint.md): The web app server and the background worker server can serve the Prometheus endpoint. Learn how to enable scraping the metrics from endpoints in our guide.
- [Slack Integration for On-Premise](https://docs.aviator.co/manage/on-premise-installation/slack-integration.md): Learn steps to set up Slack notifications for on-prem installations. To use Aviator's Slack notifications, you will need to set up and connect a Slack app.
- [Google SSO Login for On-Prem](https://docs.aviator.co/manage/on-premise-installation/google-sso-login.md): Learn how to set up Google SSO for on-premise installation. Find guidelines on creating OAuth authorization credentials in the Google developer console.
- [OnPrem Release Notes](https://docs.aviator.co/manage/on-premise-installation/release-notes.md): Changelog for Aviator on-premise releases. Subscribe via RSS to get notified of new releases.
- [FAQs](https://docs.aviator.co/manage/faqs.md): Find answers to the most frequent questions about Aviator. MergeQueue and billing FAQs. You can also contact our support team directly.
- [Troubleshooting GitHub app connection](https://docs.aviator.co/manage/faqs/troubleshooting-github-app-connection.md): Learn how to troubleshoot the GitHub app connection with step-by-step instructions. Configured when setting up Aviator FlexReview, MergeQueue, or Releases.
- [MergeQueue FAQs](https://docs.aviator.co/manage/faqs/mergequeue.md): Read answers to the common questions users may face when using Aviator MergeQueue.
- [Billing FAQs](https://docs.aviator.co/manage/faqs/billing.md): Find answers to common questions about Aviator billing and payments. Charges, differences between collaborators and users, and more.


---

# 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/manage.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.
