# Integrating Akamas

Akamas provides the following areas of integration with your ecosystem, which may apply or not depending on whether you are running [live optimization studies](https://docs.akamas.io/akamas-docs/3.3.1/akamas-reference/glossary/live-optimization-studies) or [offline optimization studies](https://docs.akamas.io/akamas-docs/3.3.1/akamas-reference/glossary/offline-optimization-study):

* **Telemetry Providers** tools providing time series for metrics of interest for the system to be optimized (see also [Telemetry Providers](https://docs.akamas.io/akamas-docs/3.3.1/akamas-reference/glossary/telemetry-providers)) - this integration applies to both offline and live optimization studies;
* **Configuration Management** tools providing the ability to set tunable parameters for the system to be optimized - this integration applies to both offline and live optimization studies;
* **Value Stream Delivery** tools to implement a continuous optimization process as part of a CI/CD pipeline - this integration applies to both offline and live optimization studies;
* **Load Testing** tools used to reproduce a synthetic workload on the system to be optimized; notice that these tools may also act as Telemetry Providers (e.g. for end-user metrics) - this integration only applies to offline optimization studies.

<figure><img src="https://2155114708-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgkHh2U5Lv6WWsTGWV3RA%2Fuploads%2Fgit-blob-a38f31693eb8f0288ee59a1c1554cecc3ff128b0%2FScreenshot%202022-11-28%20at%2010.33.42.png?alt=media" alt=""><figcaption></figcaption></figure>

These integrations may require some setup on both the tool and the Akamas side and may also involve defining workflows and making use of workflow operators.


---

# 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/3.3.1/integrating-akamas.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.
