# AI in Runway

A number of features within Runway are powered by AI. We integrate with third party APIs from both Anthropic and OpenAI, and you can select which provider is used by navigating to **Org settings > AI**. You can optionally provide your own API key for either provider and globally enable/disable AI for your org in the same area of settings.

{% hint style="info" %}
We do not maintain our own models nor do we train or permit third parties to train on any of our customers’ data.
{% endhint %}

Features in Runway that may leverage AI functionality:

* [App store review issues](/using-runway/rollout.md#review-issues)
* [App store review translation](/automations/types-of-automations.md#translate-app-store-reviews)
* Org overview insights
* Release notes and summaries
* [Runway Release ATC chatbot](/integrations/notifications/slack.md#runway-release-atc)


---

# 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.runway.team/using-runway/ai-in-runway.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.
