# CloudLink

- [Introducing CloudLink](https://docs.neverinstall.com/cloudlink/introducing-cloudlink.md)
- [Creating a CloudLink space](https://docs.neverinstall.com/cloudlink/creating-a-cloudlink-space.md)
- [Azure](https://docs.neverinstall.com/cloudlink/creating-a-cloudlink-space/azure.md): Finding the required cloud credentials for Azure
- [AWS](https://docs.neverinstall.com/cloudlink/creating-a-cloudlink-space/aws.md): Finding the required cloud credentials for AWS (Amazon web services)
- [GCP](https://docs.neverinstall.com/cloudlink/creating-a-cloudlink-space/gcp.md): Finding the required cloud credentials for GCP (Google's Cloud Platform)
- [How we store your cloud credentials](https://docs.neverinstall.com/cloudlink/how-we-store-your-cloud-credentials.md)


---

# 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.neverinstall.com/cloudlink.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.
