> 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/http-request/ci-cd-jenkins/devops-window-in-avo-assure.md).

# DevOps window in Avo Assure

#### Step-by-step process to navigate and copy HTTP Request or Code Snippet in Avo Assure:

1\. Navigate to **Execution** tab, select Execution List for CI/CD integration

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

2. Click DevOps button to bring up DevOps window

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

#### **There are two methods in DevOps:**

[**A. HTTP request**](#a.-http-request)

[**B. Code Snippet**](/avo-assure/integrations-in-avo-assure/devops-integration/code-snippet/ci-cd-jenkins/jenkins-integration/code-snippet.md)

#### For this example, we are using an HTTP request.

### **A. HTTP request:**

{% hint style="warning" %}
***Note: HTTP request** is selected by default*
{% endhint %}

1. Copy **DevOps Integration URL** and **DevOps Request Body** for using it in Jenkins for integration

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

1. **Asynchronous**\
   This feature enables to generate execution responses simultaneously during the execution
2. **Synchronous**\
   This feature enables to generate execution responses after the end of the execution


---

# 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/http-request/ci-cd-jenkins/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.
