> ## Documentation Index
> Fetch the complete documentation index at: https://nango.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# How to register your own Nooks OAuth app

> Register an OAuth app with Nooks and connect it to Nango

This guide shows you how to register your own app with Nooks to obtain OAuth credentials (Client ID & Client Secret). These are required to let your users grant your app access to their Nooks workspace.

<Steps>
  <Step title="Create an OAuth app">
    In your Nooks workspace, go to **Developer**, then switch to the **OAuth** tab. Create a new OAuth app and give it a name your users will recognize when they're asked to approve access.
  </Step>

  <Step title="Configure the redirect URI">
    Click into the app you just created and switch to its **Auth** subtab. Under **Redirect URLs**, paste `https://api.nango.dev/oauth/callback` and press **+ Add**, then **Save**. Nooks validates this on every authorization request, so it must match exactly.
  </Step>

  <Step title="Get your Client ID and Client Secret">
    Copy the app's **Client ID** and **Client Secret**. You'll need these when configuring the Nooks integration in Nango.
  </Step>

  <Step title="Review scopes">
    Select the scopes your integration needs (e.g. `prospects:read`, `sequences:write`).
  </Step>
</Steps>

For more details, see Nooks' [How to Integrate Nooks with ChatGPT](https://support.nooks.ai) knowledge base article, which documents this same OAuth app creation flow, or the [Nooks API reference](https://developer.nooks.in).
