> 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/readme.md).

# Home

{% hint style="info" %}
You're in the **Akamas Studio** docs.

Akamas Studio is the **test-driven optimization** solution for applications and infrastructure.

Looking for **Akamas Vivo** instead? That's the **Kubernetes and application optimization** solution. It analyzes clusters and runtimes to recommend lower cost, better rightsizing, and improved reliability. Its docs are at [docs.akamas.io/insights](https://docs.akamas.io/insights).
{% endhint %}

<table data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td><p><a href="/akamas-docs/getting-started.md">Getting started with Akamas Studio</a></p><ul><li>provides a very first introduction to AI-powered optimization</li><li>covers Akamas Studio licensing, deployment, security topics</li><li>describes Akamas Studio maintenance and support services.</li></ul></td><td>This guide provides some preliminary knowledge required to purchase, implement and use Akamas Studio.</td><td><em>User personas: All roles</em></td></tr><tr><td><a href="/akamas-docs/installing.md">Installing Akamas Studio</a></td><td></td><td><ul><li>describes the Akamas Studio architecture</li><li>provides the hardware, software and network prerequisites</li><li>describes the steps to install an Akamas Studio Server and CLI</li></ul><p>This guide provides the knowledge required to install and manage an Akamas Studio installation.</p><p><br><em>User personas: Akamas Admin</em></p></td></tr><tr><td><a href="/akamas-docs/using.md">Using Akamas Studio</a></td><td></td><td><ul><li>describes the Akamas Studio optimization process and methodology</li><li>provides guidelines for optimizing some specific technologies</li><li>provides examples of optimization studies</li></ul><p>This guide provides the methodology to define an optimization process and knowledge to leverage Akamas Studio</p><p><br><em>User personas: Analyst</em> / <em>Practitioner teams</em></p></td></tr><tr><td><a href="/akamas-docs/integrating.md">Integrating Akamas Studio</a></td><td><ul><li>describes how to integrate Akamas Studio with the telemetry providers and configuration management tools</li><li>describes how to integrate Akamas Studio with load testing tools</li><li>describes how to integrate Akamas Studio with CI/CD tools</li></ul></td><td><p>This guide provides the knowledge required to integrate Akamas Studio with the ecosystem<br></p><p><em>User personas: Akamas Admin, DevOps team</em></p></td></tr><tr><td><a href="/akamas-docs/reference.md">Akamas Studio Reference</a></td><td><ul><li>provides a glossary of Akamas Studio key concepts with references to construct templates and commands</li><li>provides a reference to Akamas Studio construct templates</li><li>provides a reference to Akamas Studio command-line commands</li><li>describes Akamas Studio optimization packs and telemetry providers</li></ul></td><td>User personas: <em>Akamas Admin, DevOps team, Analyst</em> / <em>Practitioner teams</em></td></tr><tr><td><p><a href="/akamas-docs/knowledge-base.md">Knowledge Base</a></p><ul><li>describes how to setup a test environment for experimenting with Akamas Studio</li><li>describes how to apply the Akamas Studio approach to the optimization of some real-world cases</li><li>provides examples of Akamas Studio templates and commands for the real-world cases</li></ul></td><td><em>User personas: Analyst</em> / <em>Practicioner teams</em></td><td></td></tr></tbody></table>


---

# 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/readme.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.
