# \[AIAS-01] Explore the results

The best configuration Akamas found (for the defined optimization goal and constraints) is displayed at the bottom of the Summary tab. In this table, you can see the optimal value Akamas AI found for each parameter defined in the study optimization scope. You can also see the baseline value, which is the original value the parameter had before the optimization.

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

Moreover, the Insight section highlights other interesting configurations that Akamas found during the optimization process, with respect to the defined KPIs.

<figure><img src="/files/2dufR0GIfcc9WObpHey4" alt=""><figcaption></figcaption></figure>

These KPIs are automatically selected by Akamas based on the metrics included in the optimization goal and constraints, but can also be customized by clicking on the "KPIs" section of the Summary page.

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

By selecting the "See details" link from the Highlights section, you can visualize all of the configurations of interest for all the selected KPIs.

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

You can also quickly compare how different configurations score in terms of the KPIs, by clicking the histogram icon on those configurations of interest.

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

In this case, it is worth noticing that there is a configuration (#12) with a slightly lower cost reduction goal (-48.9% with respect to -49.1% provided by the best configuration) that provides a slight improvement (+1.4%) in terms of transaction throughput with respect to both the baseline and the best configuration.

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

With the Highlights page you can discover the configurations that are most interesting for you to optimize your application's efficiency and performance. This shows how Highlights provides support for a better decision-making process on which configuration to apply.

{% hint style="success" %}
**Congratulations!** You have finished the exploration of your first Akamas optimization study.\
\
Now things get interesting: you can continue your journey by creating and running your first study! Your free trial sandbox is equipped with sample apps that you can use to play with Akamas AI-driven optimization.\
\
Follow the [second](/quick-guides/quick-guides-akamas-in-a-sandbox/aias-02-guide-create-a-study-to-optimize-java-performance-using-the-akamas-ui.md) guide to optimize the performance of a Java app using the UI, or the [third](/quick-guides/quick-guides-akamas-in-a-sandbox/aias-03-guide-create-a-study-to-optimize-k8s-microservices-costs-using-the-akamas-cli.md) guide to optimize the resource efficiency of K8s deployment requests and limits using the CLI.
{% endhint %}


---

# 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/quick-guides/quick-guides-akamas-in-a-sandbox/aias-01-guide-explore-an-optimization-study-for-a-kubernetes-microservices-application/aias-01-explore-the-results.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.
