# Integrations

Use this section to learn tips and tricks for working with Integrations. These help you connect external tools with the platform to enable automated test execution and support continuous testing in CI/CD workflows.

* **Scenario**: Test execution is triggered manually after every build or deployment, which delays feedback on application quality.

  <i class="fa-lightbulb-on" style="color:yellow;">:lightbulb-on:</i>**Tip & Trick**: Integrate **Avo Assure** with CI/CD tools such as Jenkins, Harness, Docker or Azure DevOps to trigger automated test execution automatically after each build or deployment. This ensures faster feedback and continuous validation of application changes.
* **Scenario**: Execution results are not synchronized with external tools, making it difficult to track test status across platforms.

  <i class="fa-lightbulb-on" style="color:yellow;">:lightbulb-on:</i>**Tip & Trick**: Enable result synchronization with external systems so that execution status updates automatically reflect in test management or reporting tools. This helps teams monitor execution progress and maintain accurate test tracking across integrated platforms.


---

# 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/support-resources/tips-and-tricks/integrations.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.
