# App settings

From the **App settings** page, you can configure various options that will apply to all releases for the selected app.

### Navigate to App Settings

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

### Settings categories

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

* [General](#general)
* [Team](/using-runway/app-settings/team-settings.md)
* [Health metrics](/using-runway/app-settings/health-metrics-settings.md)
* [Integrations](/using-runway/app-settings/integrations-settings.md)
* [Automations](/using-runway/app-settings/automations-settings.md)
* [Notifications](/using-runway/app-settings/notifications-settings.md)
* [Schedule](/using-runway/app-settings/release-schedule.md)
* [Beta testing](/using-runway/app-settings/beta-testing-settings.md)
* [Metadata](/using-runway/app-settings/metadata-settings.md)
* [Release defaults](/using-runway/app-settings/release-defaults.md)
* [Checklists](/using-runway/app-settings/checklists-settings.md)
* [Custom strings](/using-runway/app-settings/custom-strings-settings.md)

## General

### Version files

From here, you can [configure an override list](/using-runway/app-settings/general-settings.md) of files that contain references to your app's version number. Runway will bump the version in these files during manual or [automated version bumps](/automations/types-of-automations.md#bump-version-on-working-branch).

### Release steps

From here, you're able to choose which steps will need to be completed (green) in order for Runway to perform [automated app submission](/automations/types-of-automations.md#submit-app-for-review-on-target-date) and [releases](/automations/types-of-automations.md#release-app-on-target-date).

![](/files/E9Eg9mDS7zmnX1jynM9l)

{% hint style="warning" %}
Even if a step is marked as blocking here, users with sufficient permissions can still manually submit and release. These settings will only affect whether Runway considers the steps as gates for [submit and release automations.](/automations/types-of-automations.md#release-cycle)
{% 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.runway.team/using-runway/app-settings.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.
