# Creating workflows for live optimizations

A workflow for a [live optimization study](https://docs.akamas.io/akamas-docs/3.3.1/akamas-reference/glossary/live-optimization-studies) automates all the actions required to interface the configuration management. Notice that metrics collection is an implicit action that does not need to be coded as part of the workflow.

<figure><img src="https://2155114708-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgkHh2U5Lv6WWsTGWV3RA%2Fuploads%2Fgit-blob-2c8644e13b1d7b232cbb684758685c846fa89b9a%2FScreenshot%202023-01-17%20at%2015.29.53.png?alt=media" alt=""><figcaption><p>Automated workflow for a live optimization study</p></figcaption></figure>

More in detail, a typical workflow includes the following types of tasks:

* **Applying the configuration**, by preparing and then applying the parameter configuration that has been recommended and/or approved to the target environment - this may require interfacing configuration management tools or pushing configuration to a repository

Depending on the complexity of the system, the workflow might be composed by multiple actions of the same type, each operating on separate components of the target system.

As expected, with respect to [workflows for offline optimization studies](https://docs.akamas.io/akamas-docs/3.3.1/using-akamas/preparing-optimization-studies/creating-automation-workflows/creating-workflows-for-live-optimizations), there are no actions to apply synthetic workloads as part of a load-testing scenario.


---

# 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/3.3.1/using-akamas/preparing-optimization-studies/creating-automation-workflows/creating-workflows-for-live-optimizations.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.
