> For the complete documentation index, see [llms.txt](https://docs.akamas.io/quick-guides/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/quick-guides/quick-guides-akamas-in-a-sandbox/aias-01-guide-explore-an-optimization-study-for-a-kubernetes-microservices-application/aias-01-explore-the-workflow.md).

# \[AIAS-01] Explore the Workflow

From the "Workflows" page, you can explore all the Workflows within the sandbox: these define all the steps used to automate the performance optimization process. Open the Workflow for our example study, "Auth service", and explore it by selecting the tasks in the diagram.

<figure><img src="/files/0UgUjNHIo19w2SIloYFd" alt=""><figcaption></figcaption></figure>

Akamas executes the steps defined in the workflow for each tuning experiment.

In this example, the Workflow performs the following tasks:

* Write the new configuration (parameter values recommended by Akamas AI) to the K8s deployment file
* Start the load test (in this study, this was done by leveraging a JMeter integration, as illustrated in the [architecture overview](/quick-guides/quick-guides-akamas-in-a-sandbox/aias-01-guide-explore-an-optimization-study-for-a-kubernetes-microservices-application/aias-01-architecture-overview.md))
* Calculate the cloud cost associated with this configuration.


---

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