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

# Get API Key

> Register for an account and obtain your API key to start using NavTalk Real-time Digital Human API

To use the NavTalk Real-time Digital Human API, you need to register for an account and obtain your API key.

<Steps>
  <Step title="Create an Account">
    Visit the [NavTalk Dashboard](https://console.navtalk.ai/#/projects) and sign up for a new account or log in with your existing credentials. Complete the registration process to get started.
  </Step>

  <Step title="Obtain Your API Key">
    Once logged in to your dashboard, navigate to the [Projects](https://console.navtalk.ai/#/projects) section. Generate a new API key or use your existing key, then copy and securely store your API key.

    <Warning>
      Keep your API key secure and never expose it in client-side code or public repositories. Use environment variables or secure storage for production applications.
    </Warning>
  </Step>

  <Step title="Next Steps">
    Now that you have your API key, you can proceed to establish connections:

    * **[Establish WebSocket Connection](/api/real-time-digital-human-api/quick-start/establish-connection)** - Learn how to connect and send audio data
    * **[Establish WebRTC Connection](/api/real-time-digital-human-api/quick-start/webrtc-connection)** - Learn how to receive video streams

    Alternatively, you can quickly get started by using our pre-built sample applications. See the [Overview](/api/real-time-digital-human-api/overview) for details about the [Samples repository](https://github.com/navtalk/Samples.git).
  </Step>
</Steps>
