# Adding New Integration

Step-by-step guide to add a new integration:

{% stepper %}
{% step %}

### [Installing An Addon](/integrations/adding-new-integration/installing-an-addon.md)

The integrations placed in Oobeya allow you to connect your SDLC/DevOps tools with Oobeya, enabling data collection.
{% endstep %}

{% step %}

### [Adding A New Data Source](/integrations/adding-new-integration/adding-a-new-data-source.md)

After installing an addon on the Oobeya Integrations page, you can add a new data source to connect your tools and accounts with Oobeya.
{% endstep %}

{% step %}

### [Updating and Deleting Data Sources](/integrations/adding-new-integration/updating-and-deleting-data-sources.md)

Learn how to manage your existing data sources.
{% endstep %}
{% endstepper %}


---

# 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.oobeya.io/integrations/adding-new-integration.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.
