> ## Documentation Index
> Fetch the complete documentation index at: https://docs-staging-quickstart-revamp.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> Learn how to configure the user code generated by your applications during the device authorization flow using the Auth0 Dashboard.

# Configure Device User Code Settings

You can configure settings for the user code generated by your application during the [Device Authorization Flow](/docs/get-started/authentication-and-authorization-flow/device-authorization-flow) using the <Tooltip tip="Auth0 Dashboard: Auth0's main product to configure your services." cta="View Glossary" href="/docs/glossary?term=Auth0+Dashboard">Auth0 Dashboard</Tooltip>.

1. Go to [Dashboard > Settings](https://manage.auth0.com/#/tenant) and click the **Advanced** tab.
2. Scroll to the **Device Flow User Code Format** section, locate **User Code Character Set** and **User Code Mask**, enter the desired settings, and click **Save**.

<table class="table">
  <thead>
    <tr>
      <th>Setting</th>
      <th>Description</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td><strong>Device Flow User Code Format</strong></td>
      <td>Character set used to when randomly generating a user code.</td>
    </tr>

    <tr>
      <td><strong>User Code Mask</strong></td>
      <td>Mask used to define length and format of a randomly-generated user code. Its purpose is to increase the user code's readability and ease of input.</td>
    </tr>
  </tbody>
</table>

## Learn more

* [Device Authorization Flow](/docs/get-started/authentication-and-authorization-flow/device-authorization-flow)
* [Unlink Devices from Users](/docs/manage-users/user-accounts/unlink-devices-from-users)
