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

# Installing Akamas

- [Architecture](https://docs.akamas.io/akamas-docs/3.3.0/installing-akamas/akamas-architecture.md)
- [Docker compose installation](https://docs.akamas.io/akamas-docs/3.3.0/installing-akamas/docker.md): This section describes how to install Akamas on Docker.
- [Prerequisites](https://docs.akamas.io/akamas-docs/3.3.0/installing-akamas/docker/prerequisites.md)
- [Hardware Requirements](https://docs.akamas.io/akamas-docs/3.3.0/installing-akamas/docker/prerequisites/hardware-requirements.md)
- [Software Requirements](https://docs.akamas.io/akamas-docs/3.3.0/installing-akamas/docker/prerequisites/software-requirements.md)
- [Network requirements](https://docs.akamas.io/akamas-docs/3.3.0/installing-akamas/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/3.3.0/installing-akamas/docker/install-akamas-dependencies.md)
- [Install the Akamas Server](https://docs.akamas.io/akamas-docs/3.3.0/installing-akamas/docker/install-the-akamas-server.md)
- [Online installation mode](https://docs.akamas.io/akamas-docs/3.3.0/installing-akamas/docker/install-the-akamas-server/online-installation-mode.md)
- [Online installation behind a Proxy server](https://docs.akamas.io/akamas-docs/3.3.0/installing-akamas/docker/install-the-akamas-server/online-installation-mode/online-installation-behind-a-proxy-server.md)
- [Offline installation mode](https://docs.akamas.io/akamas-docs/3.3.0/installing-akamas/docker/install-the-akamas-server/offline-installation-mode.md)
- [Changing UI Ports](https://docs.akamas.io/akamas-docs/3.3.0/installing-akamas/docker/install-the-akamas-server/changing-ui-ports.md)
- [Setup HTTPS configuration](https://docs.akamas.io/akamas-docs/3.3.0/installing-akamas/docker/install-the-akamas-server/setup-https-configuration.md)
- [Troubleshoot Docker installation issues](https://docs.akamas.io/akamas-docs/3.3.0/installing-akamas/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/3.3.0/installing-akamas/kubernetes.md): This section describes how to install Akamas on a Kubernetes cluster.
- [Prerequisites](https://docs.akamas.io/akamas-docs/3.3.0/installing-akamas/kubernetes/prerequisites.md)
- [Cluster Requirements](https://docs.akamas.io/akamas-docs/3.3.0/installing-akamas/kubernetes/prerequisites/cluster-requirements.md)
- [Software Requirements](https://docs.akamas.io/akamas-docs/3.3.0/installing-akamas/kubernetes/prerequisites/software-requirements.md)
- [Install Akamas](https://docs.akamas.io/akamas-docs/3.3.0/installing-akamas/kubernetes/install-akamas.md)
- [Online Installation](https://docs.akamas.io/akamas-docs/3.3.0/installing-akamas/kubernetes/install-akamas/online.md)
- [Offline Installation - Private registry](https://docs.akamas.io/akamas-docs/3.3.0/installing-akamas/kubernetes/install-akamas/offline.md)
- [Accessing Akamas](https://docs.akamas.io/akamas-docs/3.3.0/installing-akamas/kubernetes/accessing-akamas.md)
- [Useful commands](https://docs.akamas.io/akamas-docs/3.3.0/installing-akamas/kubernetes/useful-commands.md)
- [Install the CLI](https://docs.akamas.io/akamas-docs/3.3.0/installing-akamas/install-the-akamas-cli.md): This section describes how to install an Akamas workstation
- [Setup the CLI](https://docs.akamas.io/akamas-docs/3.3.0/installing-akamas/install-the-akamas-cli/setup-the-akamas-cli.md)
- [Initialize the CLI](https://docs.akamas.io/akamas-docs/3.3.0/installing-akamas/install-the-akamas-cli/initialize-akamas-cli.md)
- [Change CLI configuration](https://docs.akamas.io/akamas-docs/3.3.0/installing-akamas/install-the-akamas-cli/change-cli-config.md)
- [Use a proxy server](https://docs.akamas.io/akamas-docs/3.3.0/installing-akamas/install-the-akamas-cli/use-a-proxy-server.md)
- [Verify the installation](https://docs.akamas.io/akamas-docs/3.3.0/installing-akamas/verify-the-akamas-server.md)
- [Management container/pod](https://docs.akamas.io/akamas-docs/3.3.0/installing-akamas/management-container-pod.md)
- [Install the license](https://docs.akamas.io/akamas-docs/3.3.0/installing-akamas/install-the-akamas-license.md)
- [Manage anonymous data collection](https://docs.akamas.io/akamas-docs/3.3.0/installing-akamas/manage-anonymous-data-collection.md)
- [Configure an external identity provider](https://docs.akamas.io/akamas-docs/3.3.0/installing-akamas/configure-an-external-identity-provider.md)
- [Azure Active Directory](https://docs.akamas.io/akamas-docs/3.3.0/installing-akamas/configure-an-external-identity-provider/azure-active-directory.md)
- [Google](https://docs.akamas.io/akamas-docs/3.3.0/installing-akamas/configure-an-external-identity-provider/google.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 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.akamas.io/akamas-docs/3.3.0/installing-akamas.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.
