> For the complete documentation index, see [llms.txt](https://docs.runway.team/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.runway.team/getting-started/setting-up-your-integrations.md).

# Setting up your integrations

Integrations are a key part of Runway's functionality – they're used to pull in information from the tools you already use as part of your release process to create a single source of truth for your entire workflow, and to automate manual steps along the way.

Use the **Integrations** page to connect Runway to third-party tools that your team already uses as a part of your release workflow.

Core integrations (essential to getting your team up and running in Runway) include:

{% content-ref url="/pages/-MjGrv6nxDu1qvmby-cz" %}
[Version control](/integrations/version-control.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MjGw-WHr-cmunqtCoK3" %}
[Project management](/integrations/project-management.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MjGz6yJE-IGNzuyW0jq" %}
[CI/CD](/integrations/ci-cd.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MjGzKQXpQfGlhp4L8vk" %}
[App stores](/integrations/app-stores.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MjH-3CNL22wEmdEaNhP" %}
[Notifications](/integrations/notifications.md)
{% endcontent-ref %}

{% hint style="warning" %}
Some core integrations rely on Runway having an accurate understanding of your team's branching strategy to work properly.

* Learn more about [supported branching strategies and setup tips](/getting-started/setting-up-your-integrations/branching-strategies.md).
* Learn more about [builds and branches in Runway](/getting-started/setting-up-your-integrations/builds-and-branches.md).
  {% endhint %}

{% hint style="warning" %}
Some integrations may be limited to certain plans. Please visit our [pricing page](https://runway.team/pricing) to learn more.
{% endhint %}

We recommend setting up each of these core integrations to get the most value out of Runway!

Additionally, we offer integration support for:

{% content-ref url="/pages/-MjndnooufNkOcpTfAZU" %}
[Regression testing](/using-runway/release-steps/regression-testing.md)
{% endcontent-ref %}

{% content-ref url="/pages/dHyXhTZuorZ6l54GHTcU" %}
[Beta testing](/integrations/beta-testing.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MjH-A8ouMQypLMZRmsc" %}
[Stability monitoring](/integrations/stability-monitoring.md)
{% endcontent-ref %}

{% content-ref url="/pages/FOJh5iHH35N76RFBruDZ" %}
[Observability & analytics](/integrations/observability-and-analytics.md)
{% endcontent-ref %}

{% content-ref url="/pages/l8VL3IYxNEEO2whTEWNR" %}
[Feature flagging](/integrations/feature-flagging.md)
{% endcontent-ref %}

{% content-ref url="/pages/wecgzInaYq8QO4MUmIhX" %}
[Incident management & scheduling](/integrations/incident-management-and-scheduling.md)
{% endcontent-ref %}

{% content-ref url="/pages/juoO4KxghtVwtLRWFAY9" %}
[Translations](/integrations/translations.md)
{% endcontent-ref %}

{% content-ref url="/pages/MaIyteWSlxuyeT7uSP0v" %}
[Calendar](/integrations/calendar.md)
{% endcontent-ref %}

{% hint style="warning" %}
Some integration types may be limited to certain plans. Please visit our [pricing page](https://runway.team/pricing) to learn more.
{% endhint %}

Please [get in touch](mailto:hello@runway.team) if your team relies on additional tools that would be handy to see in Runway!

{% hint style="info" %}
Generally, when a change occurs in an integration, you can expect it to be reflected in Runway within 10 minutes. For many integrations (in particular, version control systems and CI/CD) updates will happen more quickly due to their webhook support.
{% endhint %}

## Navigate to the Integration settings view

1. Select an app in the top left corner from the Switcher
2. Navigate to **App Settings** by clicking the gear icon (⚙️) at the top of the Timeline sidebar
3. Click on the ✏️ **Edit Integrations** button

{% hint style="warning" %}
We recommend connecting your key integrations as a first step before filling in additional settings for your app.
{% endhint %}


---

# 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:

```
GET https://docs.runway.team/getting-started/setting-up-your-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.
