# Neverinstall Documentation

## Neverinstall Documentation

- [Introduction](https://docs.neverinstall.com/introduction.md)
- [How Neverinstall Works](https://docs.neverinstall.com/introduction/how-neverinstall-works.md)
- [System Requirements](https://docs.neverinstall.com/introduction/system-requirements.md)
- [Join Our Community](https://docs.neverinstall.com/introduction/join-our-community.md)
- [Spaces](https://docs.neverinstall.com/spaces.md)
- [Launching a space](https://docs.neverinstall.com/spaces/launching-a-space.md)
- [Building a space](https://docs.neverinstall.com/spaces/building-a-space.md)
- [Pausing a space](https://docs.neverinstall.com/spaces/pausing-a-space.md)
- [Resuming a space](https://docs.neverinstall.com/spaces/resuming-a-space.md)
- [Deleting a space](https://docs.neverinstall.com/spaces/deleting-a-space.md)
- [Change language & keyboard layout](https://docs.neverinstall.com/spaces/change-language-and-keyboard-layout.md)
- [Keyboard Shortcuts](https://docs.neverinstall.com/spaces/keyboard-shortcuts.md)
- [Resolutions & Quality](https://docs.neverinstall.com/spaces/resolutions-and-quality.md)
- [File Sync, Download & Upload](https://docs.neverinstall.com/spaces/file-sync-download-and-upload.md)
- [Installing New Applications](https://docs.neverinstall.com/spaces/installing-new-applications.md)
- [Saving Sessions](https://docs.neverinstall.com/spaces/saving-sessions.md)
- [Session Duration](https://docs.neverinstall.com/spaces/session-duration.md)
- [Sharing & Collaboration](https://docs.neverinstall.com/spaces/sharing-and-collaboration.md)
- [Change apperance](https://docs.neverinstall.com/spaces/change-apperance.md)
- [Notifications](https://docs.neverinstall.com/spaces/notifications.md)
- [Server Locations](https://docs.neverinstall.com/server-locations.md): Neverinstall's global reach is facilitated by a network of servers located in various strategic locations around the world.
- [Data Migration](https://docs.neverinstall.com/data-migration.md)
- [Incidents](https://docs.neverinstall.com/incidents.md)
- [Service Outage - 24th May 2023](https://docs.neverinstall.com/incidents/service-outage-24th-may-2023.md)
- [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)
- [Privacy Policy](https://docs.neverinstall.com/privacy-and-data-security/privacy-policy.md)
- [Security](https://docs.neverinstall.com/privacy-and-data-security/security.md)
- [Terms of Service](https://docs.neverinstall.com/privacy-and-data-security/terms-of-service.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.neverinstall.com/introduction.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.
