# \[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: 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-workflow.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.
