> For the complete documentation index, see [llms.txt](https://docs.avoautomation.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.avoautomation.com/avo-assure/integrations-in-avo-assure/devops-integration/cloud-execution/ci-cd-docker/devops-window-in-avo-assure.md).

# DevOps Window in Avo Assure

**Step-by-step process to navigate to DevOps window in Avo Assure:**

1. Select required **Project** from **Projects** section.
2. Click **Design Studio**.
3. Navigate to **Execution** tab present in Design Studio window, then select **Execution List folder**.
4. Click **DevOps** button, to bring up DevOps window.

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

5. Select **Cloud Execution** radio button.
6. Increase number of Parallel count that user want to execute the Execution list that many time.
7. In the Environment dropdown user can see two options:
   1. **Docker**
   2. [**Harness**](/avo-assure/integrations-in-avo-assure/devops-integration/cloud-execution/ci-cd-harness.md)

### **a. Steps by selecting Docker as Environment**

1. Click **first** **Copy** icon to copy the code snippet, which contains the container image of the **Avo Assure Clien**t.

<figure><img src="/files/6hReG6hXgA50y69iIZfZ" alt=""><figcaption></figcaption></figure>

2. Click **second Copy** icon to copy the code snipped which is contains the **Execution list** detail&#x73;**.**

{% hint style="info" %}
**Note:** Copy both code snippet and paste them in Notepad for use while triggering the execution list on cloud infrastructure.
{% endhint %}

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


---

# 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.avoautomation.com/avo-assure/integrations-in-avo-assure/devops-integration/cloud-execution/ci-cd-docker/devops-window-in-avo-assure.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.
