> For the complete documentation index, see [llms.txt](https://help.aikido.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aikido.dev/~/revisions/SGhJfnCIOpxRjx1gC1k5/cloud-scanning/connect-your-cloud.md).

# Connect Your Cloud

- [AWS Cloud Scanning](https://help.aikido.dev/~/revisions/SGhJfnCIOpxRjx1gC1k5/cloud-scanning/connect-your-cloud/aws.md)
- [Connect AWS Account](https://help.aikido.dev/~/revisions/SGhJfnCIOpxRjx1gC1k5/cloud-scanning/connect-your-cloud/aws/connect-aws-account-to-aikido.md)
- [Connect AWS Organization](https://help.aikido.dev/~/revisions/SGhJfnCIOpxRjx1gC1k5/cloud-scanning/connect-your-cloud/aws/connect-aws-organization-to-aikido.md): Connect your entire AWS Organization to Aikido by onboarding just the management account. Automatically discover and connect all member accounts, simplify setup, and ensure full coverage.
- [Azure Cloud Scanning](https://help.aikido.dev/~/revisions/SGhJfnCIOpxRjx1gC1k5/cloud-scanning/connect-your-cloud/azure.md)
- [Connect Azure Subscription](https://help.aikido.dev/~/revisions/SGhJfnCIOpxRjx1gC1k5/cloud-scanning/connect-your-cloud/azure/connect-azure-cloud-account-to-aikido.md)
- [Connect Azure Management Group(s)](https://help.aikido.dev/~/revisions/SGhJfnCIOpxRjx1gC1k5/cloud-scanning/connect-your-cloud/azure/connect-azure-management-group-s.md): This page describes Aikido's support for automatically and continuously connecting Azure subscriptions within the same Azure management group(s).
- [Get Required Values + Set Up Configuration to Connect Azure Cloud via Public API](https://help.aikido.dev/~/revisions/SGhJfnCIOpxRjx1gC1k5/cloud-scanning/connect-your-cloud/azure/get-required-values-set-up-configuration-to-connect-azure-cloud-via-public-api.md)
- [Google Cloud (GCP) Scanning](https://help.aikido.dev/~/revisions/SGhJfnCIOpxRjx1gC1k5/cloud-scanning/connect-your-cloud/gcp.md)
- [Connect Google Cloud Project](https://help.aikido.dev/~/revisions/SGhJfnCIOpxRjx1gC1k5/cloud-scanning/connect-your-cloud/gcp/connect-gcp-account-to-aikido.md)
- [Connect Google Cloud Organization](https://help.aikido.dev/~/revisions/SGhJfnCIOpxRjx1gC1k5/cloud-scanning/connect-your-cloud/gcp/connect-google-cloud-organization.md): Connect your entire Google Cloud Organization to Aikido by onboarding one of your GCP projects. Automatically discover and connect all other projects, simplify setup, and ensure complete coverage.
- [Google Cloud Workload Identity Federation Setup](https://help.aikido.dev/~/revisions/SGhJfnCIOpxRjx1gC1k5/cloud-scanning/connect-your-cloud/gcp/google-cloud-workload-identity-federation-setup.md): This page explains how to use Workload Identity Federation to grant Aikido access to your GCP projects. The other alternative is using a service account.
- [Get Required Values + Set Up Configuration to Connect GCP Cloud via Public API](https://help.aikido.dev/~/revisions/SGhJfnCIOpxRjx1gC1k5/cloud-scanning/connect-your-cloud/gcp/get-required-values-+-set-up-configuration-to-connect-gcp-cloud-via-public-api.md)
- [DigitalOcean Cloud Scanning](https://help.aikido.dev/~/revisions/SGhJfnCIOpxRjx1gC1k5/cloud-scanning/connect-your-cloud/digital-ocean.md)
- [Connect DigitalOcean Account](https://help.aikido.dev/~/revisions/SGhJfnCIOpxRjx1gC1k5/cloud-scanning/connect-your-cloud/digital-ocean/connect-digitalocean-account-to-aikido.md)
- [Allowing IP Addresses for Cloud Scanning](https://help.aikido.dev/~/revisions/SGhJfnCIOpxRjx1gC1k5/cloud-scanning/connect-your-cloud/allowing-ip-addresses-for-cloud-scanning.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, and the optional `goal` query parameter:

```
GET https://help.aikido.dev/~/revisions/SGhJfnCIOpxRjx1gC1k5/cloud-scanning/connect-your-cloud.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
