# Integrating with pipelines

Akamas can integrate virtually with any pipeline tools to support the ability to optimize systems as part of a Continuous Integration / Continuous Delivery (CI/CD) process.

<figure><img src="/files/QalEHeMhfsO0RIETrMtn" alt=""><figcaption></figcaption></figure>

When integrated into a CI/CD process, Akamas optimization ensures that new releases don't cause incidents due to misconfigured parameters pushed to production without proper review and tuning.

By integrating Akamas into the CI/CD pipeline, you ensure the new release not only passes functional and security tests but also that:

* performance regressions in key performance indicators (or SLOs) such as service response time or resource consumption are avoided;

<figure><img src="/files/A2Uv81vjpKDSf0jqvJHD" alt=""><figcaption><p>Reactive optimization: in-the-pipe remediation (optimization task is triggered by quality gate)</p></figcaption></figure>

* configuration settings are properly tailored for the new release, thus avoiding configuration bottlenecks (e.g. wrong JVM settings or smaller Kubernetes pod resources for the new release) and decreasing the risk of performance or availability incidents.

<figure><img src="/files/xDyS9TFLgpGwtJY3Ll7L" alt=""><figcaption><p>Proactive optimization in-the-pipe</p></figcaption></figure>


---

# 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/integrating/integrating-value-stream-delivery.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.
