# Analyzing results of live optimization studies

Even for live optimization studies, it is a good practice to analyze how the optimization is being executed with respect to the defined goal & constraints, and workloads.

This analysis may provide useful insights about the system being optimized (e.g. understanding of the system dynamics) and about the optimization study itself (e.g. how to adjust optimizer options or change constraints). Since this is more challenging for an environment that is being optimized live, a common practice to adopt a recommendation mode before possibly switching to a fully autonomous mode.

The Akamas UI displays the results of an offline optimization study in the following areas:

* the **Metrics section** (see the following figures) displays the behavior of the metrics as configurations are recommended and applied (possibly after being reviewed and approved by users); this area supports the analysis of how the optimizer is driven by the configured safety and exploration factors.

<figure><img src="/files/gdoKjDz94PKyHVtN3rEt" alt=""><figcaption><p>Metrics section of a live optimization study</p></figcaption></figure>

<figure><img src="/files/60vfJ5g5VUBH2ae53j0V" alt=""><figcaption><p>From the metrics cahrt displaying configurations (toggle on) to a specific configuration</p></figcaption></figure>

* The **All Configurations** section provides the list of all the recommended configurations, possibly as modified by the user, as well as the details of each applied configuration (see the following figures).

<figure><img src="/files/Wgof1XeQAYbBbDM0Ikna" alt=""><figcaption><p>The list of configurations applied ovet time in the All Configuration section</p></figcaption></figure>

<figure><img src="/files/pBZZnupIsECIFvEOjlsy" alt=""><figcaption><p>A specific configuration from the All Configuration section</p></figcaption></figure>

* in the case of a recommendation mode, the **Pending configuration** section (see the following figure) shows the configuration that is being recommended to allow users to review it (see the EDIT toggle) and approve it:

<figure><img src="/files/WI2LZdIVZpzUE3pZqx5o" alt=""><figcaption><p>Pending configutation</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/using/study/live-optimization-studies/analyzing-results-of-live-optimization-studies.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.
