> 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-azure-devops/navigate-to-code-snippet.md).

# Navigate to Code Snippet

#### **Steps to navigate to code snippet:**

1\. Select **Project** from Projects section for Azure DevOps integration, click **Design Studio** button from top right corner of the screen.

<figure><img src="/files/2GGybBrTSQadNY9brEZd" alt=""><figcaption></figcaption></figure>

2. Navigate to **Execution** tab Present in Design Studio window and select **Execution** List
3. Click **DevOps** button to bring DevOps window, then select Code snippet as execution type

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

*In Any programming language can be selected based on the command line configuration*

4. Enter Timer in seconds and select Language as a Shell – wget from dropdown

{% hint style="info" %}
**Note:** When you enter time as 5 seconds in set timer textbox then, agent takes 5 seconds to trigger the execution.
{% endhint %}

5. 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. By default, the Proxy Radio button will be selected as Disable.
{% endhint %}

6. Click **Copy** icon to copy the entire script.

<figure><img src="/files/IgXmR2WT414QWICKJFh3" 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-azure-devops/navigate-to-code-snippet.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.
