# Akto Self Hosted

### Introduction <a href="#introduction" id="introduction"></a>

If you're like us, you probably have a lot of data that is only accessible from your private network (locally or behind your [VPN](https://cybernews.com/what-is-vpn/#how-does-a-vpn-work)). That's why we built the self-hosted version of Akto.

#### How to deploy? <a href="#how-to-deploy" id="how-to-deploy"></a>

Deploy Akto locally or on your own cloud. Choose any of the below options to get started:

1. [AWS deploy](/getting-started/quick-start-with-akto-self-hosted/aws-deploy.md)
2. [GCP Deploy](https://docs.akto.io/getting-started/gcp-deploy)
3. [Local Deploy](https://docs.akto.io/getting-started/local-deploy)
4. [Openshift Deploy](https://docs.akto.io/getting-started/openshift-deploy)
5. [Azure Deploy](https://docs.akto.io/getting-started/azure-deploy)
6. [Heroku](https://docs.akto.io/getting-started/heroku)


---

# 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.akto.io/getting-started/quick-start-with-akto-self-hosted.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.
