> ## 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 Dentally OAuth app

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

This guide shows you how to register your own app with Dentally to obtain your OAuth credentials (Client ID and Client Secret). These are required so your users can grant your app access to their Dentally account.

<Steps>
  <Step id="register-oauth-app" title="Register your OAuth app">
    Contact Dentally to register your application and obtain a Client ID and Client Secret. Provide the Nango callback URL as your Redirect URI: `https://api.nango.dev/oauth/callback`.
  </Step>

  <Step id="obtain-credentials" title="Obtain your OAuth app credentials">
    Once your application is registered, save the Client ID and Client Secret securely — you'll need them when configuring the Dentally integration in Nango.
  </Step>

  <Step id="next-steps" title="Next">
    Follow the [*Quickstart*](/docs/getting-started/quickstart).
  </Step>
</Steps>

For more details, see the [Dentally API documentation](https://developer.dentally.co/).

***
