> 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/integrations/overview.md).

# Integrations overview

Integrations are core to Runway, and we’ve put a lot of work into making them a seamless, robust, and secure part of the experience. Once you connect your toolchain, Runway does the rest, understanding your team’s unique workflow and adapting accordingly.

Our architecture supports quick rollout of new integrations, and we’re always ready to prioritize based on customer needs. If a piece of your toolchain isn’t yet supported, chances are [we can get that implemented](mailto:hello@runway.team) for you.

{% 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 %}

## 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 **Integrations** in the sidebar

{% content-ref url="/pages/-Mjj0GhhcMVRWsFLZiC-" %}
[Integrations settings](/using-runway/app-settings/integrations-settings.md)
{% endcontent-ref %}

## Integration refresh/sync times

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.&#x20;

### Trigger manual refresh

1. Click the cloud sync icon (<img src="/files/Lt4WStdTmfkv9dtoXavu" alt="" data-size="line">) found opposite the settings icon (⚙️) in the sidebar
2. Clicking the retry icon ( <img src="/files/V2B4NFrdUb4HZQOGaC6w" alt="" data-size="line">).

If a refresh is not already in progress, this action will not be available until it completes.&#x20;

{% hint style="warning" %}
Manual refreshes are limited to 5 per hour.
{% endhint %}

## Supported integration types

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

{% 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/-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-3CNL22wEmdEaNhP" %}
[Notifications](/integrations/notifications.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 %}


---

# 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/integrations/overview.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.
