# Integration Configuration

In the **Execution Configuration** window, two options are available — **Test Management Tool** and **Bug Tracking Tool**. These options help you integrate your automation setup with external tools. By using these integrations, you can manage test cases, track bugs, and sync execution results directly from the platform for better visibility and control.

## Test Management Tool

Steps to Configure Test Management Tool:

1. On the **Execution** tab, navigate to the **Configuration** window.
2. Expand the **Test Management Tool** and select **Zephyr/Xray/Zephyr Scale** to connect with the desired test management tool. The **Configuration** pop-up appears.
3. Enter the required integration details based on the selected tool:
   * **Zephyr:** Enter the tool URL, access credentials, and API key token.
   * **Xray:** Select Avo Assure Project and Xray Test Plan.
   * **Zephyr Scale:** Select Zephyr Scale Project.
4. Select **Save** to apply the integration settings.

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

## Bug Tracking Tool

Steps to configure Bug Tracking Tool:

1. On the **Execution** tab, navigate to the **Configuration** window.
2. Expand the **Bug Tracking Tool** and select **Jira** to connect your automation environment with the bug tracking tool.
3. Turn on the **Auto Defect Creation** toggle. It automatically logs defects in **Jira** whenever a test step fails during execution. (optional)

{% hint style="info" %}
**Note:** You can also log a defect manually in Jira instead of using Auto Defect Creation.
{% endhint %}

4. Select **Save** to apply the integration settings.

<figure><img src="/files/8aDgyCvy2wgVqMJ54vea" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
To learn more about Integrations, refer to [Integration in Avo Assure](/avo-assure/integrations-in-avo-assure.md).
{% endhint %}


---

# 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.avoautomation.com/avo-assure/working-with-the-avo-assure-platform/create-and-execute-tests-with-design-studio/working-with-execution-section/features-in-execution-section/integration-configuration.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.
