# OAuth 2.0 setup

Some apps require an OAuth 2.0 connection to function on your instance. For example, Slack and Google Sheets need OAuth 2.0 credentials to access the relevant APIs. OAuth 2.0 configuration requires the following:

* A **Client ID** and **Client Secret** from the third-party app you want on your instance. In most cases, you need a developer account with the third party to get the required credentials.
* A **redirect URI**. You can find the appropriate redirect URI at **Administration > Native apps > {app} > Connection in the Account parameters** section. The general pattern for redirect URIs is: `https://{yoursubdomain}.integromat.celonis.com/oauth/cb/{app_name}`
* Enabled third-party scopes. Each module requires specific scopes to access the third-party app.

{% hint style="info" %}
There may be multiple versions of an app if there are multiple API versions. You can add any number of versions as you want.
{% 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://developers.make.com/white-label-documentation/install-and-configure-apps/oauth-2.0-setup.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.
