> For the complete documentation index, see [llms.txt](https://docs.neverinstall.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.neverinstall.com/cloudlink/introducing-cloudlink.md).

# Introducing CloudLink

CloudLink offers users the power to connect their personal cloud resources with Neverinstall's functionality, essentially enabling them to host Neverinstall within their own cloud environment.

#### **Advantages of Using CloudLink:**

Here are some key benefits that CloudLink provides to users:

* **Resource Management:** Users have full control over their cloud resources, allowing for optimized allocation and usage.
* **Data Localization:** Users have direct control over where their data is stored, helping ensure compliance with data privacy regulations and corporate policies.
* **Access Control:** Users can set their own policies regarding who can access their stored information and when.
* **GPU Support:** CloudLink provides support for GPU acceleration over the cloud, offering enhanced performance for graphics-intensive applications.
* **Always-On Servers:** With CloudLink, servers can stay active round-the-clock, ensuring availability whenever needed.
* **Optimized Latency:** CloudLink strives to provide the lowest latency possible, leading to better performance and user experience.
* **Customizable Auto-Pause and Max Session Duration:** Users can self-configure settings like auto-pause and max session duration to optimize their cloud usage.

### Cloud Providers supported by Neverinstall-

* Vultr
* Azure
* Amazon web services
* Google cloud provider (coming soon)
* Oracle (coming soon)
* Digital Ocean (coming soon)
* Scaleway (coming soon)


---

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