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

# DevOps window in Avo Assure

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

1. Click **Code Snippet** radio button

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

2. Enter **Time** in seconds in **Set the time** textbox to trigger the execution after that time

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

3. Select Language as a **PowerShell – RestMethod** from Select Language dropdown

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

4. Select **Proxy** radio button as **Enable** or **Disable** as your requirement.

{% hint style="info" %}
**Note:** When you select Proxy radio button as Enable, then Proxy URL textbox will enable
{% endhint %}

{% hint style="info" %}
By default, the Proxy Radio button will be selected as Disable
{% endhint %}

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

5. Click **copy** icon to copy Code snippet

<figure><img src="/files/8aCLLeDg7XtXaadU2yWP" 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/code-snippet/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.
