# Integrations

This section walks you through creating different integrations with Copia. These can be set up with webhooks, plugins, or other integration methods.

{% hint style="info" %}
Integrations can be set up on both the Organization and repository level. The examples in the following sections show you how to set up integrations for a given repository, but the process is very similar for an Organization. To learn more about creating integrations for your Organization, check out [Webhooks for Organization](/docs/git-based-source-control/additional-features/webhooks.md#webhooks-for-organizations)s section.
{% 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.copia.io/docs/git-based-source-control/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.
