# Installing

- [Architecture](https://docs.akamas.io/akamas-docs/installing/akamas-architecture.md)
- [Docker compose installation](https://docs.akamas.io/akamas-docs/installing/docker.md): This section describes how to install Akamas on Docker.
- [Prerequisites](https://docs.akamas.io/akamas-docs/installing/docker/prerequisites.md)
- [Hardware Requirements](https://docs.akamas.io/akamas-docs/installing/docker/prerequisites/hardware-requirements.md)
- [Software Requirements](https://docs.akamas.io/akamas-docs/installing/docker/prerequisites/software-requirements.md)
- [Network requirements](https://docs.akamas.io/akamas-docs/installing/docker/prerequisites/network-requirements.md): This section lists all the connectivity settings required to operate and manage Akamas
- [Install Akamas dependencies](https://docs.akamas.io/akamas-docs/installing/docker/install-akamas-dependencies.md)
- [Install the Akamas Server](https://docs.akamas.io/akamas-docs/installing/docker/install-the-akamas-server.md)
- [Online installation mode](https://docs.akamas.io/akamas-docs/installing/docker/install-the-akamas-server/online-installation-mode.md)
- [Online installation behind a Proxy server](https://docs.akamas.io/akamas-docs/installing/docker/install-the-akamas-server/online-installation-mode/online-installation-behind-a-proxy-server.md)
- [Offline installation mode](https://docs.akamas.io/akamas-docs/installing/docker/install-the-akamas-server/offline-installation-mode.md)
- [Changing UI Ports](https://docs.akamas.io/akamas-docs/installing/docker/install-the-akamas-server/changing-ui-ports.md)
- [Setup HTTPS configuration](https://docs.akamas.io/akamas-docs/installing/docker/install-the-akamas-server/setup-https-configuration.md)
- [Changing default API rate limits](https://docs.akamas.io/akamas-docs/installing/docker/install-the-akamas-server/changing-default-api-rate-limits.md)
- [Troubleshoot Docker installation issues](https://docs.akamas.io/akamas-docs/installing/docker/troubleshoot-install-issues.md): This section describes some of the most common issues found during the Akamas installation.
- [Kubernetes installation](https://docs.akamas.io/akamas-docs/installing/kubernetes.md): This section describes how to install Akamas on a Kubernetes cluster.
- [Prerequisites](https://docs.akamas.io/akamas-docs/installing/kubernetes/prerequisites.md)
- [Cluster Requirements](https://docs.akamas.io/akamas-docs/installing/kubernetes/prerequisites/cluster-requirements.md)
- [Software Requirements](https://docs.akamas.io/akamas-docs/installing/kubernetes/prerequisites/software-requirements.md)
- [Install Akamas](https://docs.akamas.io/akamas-docs/installing/kubernetes/install-akamas.md)
- [Online Installation](https://docs.akamas.io/akamas-docs/installing/kubernetes/install-akamas/online.md)
- [Offline Installation - Private registry](https://docs.akamas.io/akamas-docs/installing/kubernetes/install-akamas/offline.md)
- [Changing default API rate limits](https://docs.akamas.io/akamas-docs/installing/kubernetes/install-akamas/changing-default-api-rate-limits.md)
- [Installing on OpenShift](https://docs.akamas.io/akamas-docs/installing/kubernetes/installing-on-openshift.md)
- [Accessing Akamas](https://docs.akamas.io/akamas-docs/installing/kubernetes/accessing-akamas.md)
- [Useful commands](https://docs.akamas.io/akamas-docs/installing/kubernetes/useful-commands.md)
- [Selecting Cluster Nodes](https://docs.akamas.io/akamas-docs/installing/kubernetes/selecting-cluster-nodes.md)
- [Install the CLI](https://docs.akamas.io/akamas-docs/installing/install-the-akamas-cli.md): This section describes how to install an Akamas workstation
- [Setup the CLI](https://docs.akamas.io/akamas-docs/installing/install-the-akamas-cli/setup-the-akamas-cli.md)
- [Initialize the CLI](https://docs.akamas.io/akamas-docs/installing/install-the-akamas-cli/initialize-akamas-cli.md)
- [Change CLI configuration](https://docs.akamas.io/akamas-docs/installing/install-the-akamas-cli/change-cli-config.md)
- [Use a proxy server](https://docs.akamas.io/akamas-docs/installing/install-the-akamas-cli/use-a-proxy-server.md)
- [Verify the installation](https://docs.akamas.io/akamas-docs/installing/verify-the-akamas-server.md)
- [Installing the toolbox](https://docs.akamas.io/akamas-docs/installing/management-container-pod.md)
- [Install the license](https://docs.akamas.io/akamas-docs/installing/install-the-akamas-license.md)
- [Manage anonymous data collection](https://docs.akamas.io/akamas-docs/installing/manage-anonymous-data-collection.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.akamas.io/akamas-docs/installing.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.
