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

# Introduction

Learn how to integrate Helium Id to verify your end-users.

In order to use Helium Id to verify your end-users, you need to complete the following core steps:

<Steps>
  <Step title="Sign up">
    Head over to [Helium Id](https://admin.heliumid.io/auth/access) and sign in
    to your account. If you don't have an existing account, we'll create one for
    you.

    <Frame>
      <img className="block dark:hidden" src="https://mintcdn.com/ebubesorg/NmGcbeBxq-jbfVlC/images/access-page-light.png?fit=max&auto=format&n=NmGcbeBxq-jbfVlC&q=85&s=c05e540fe1443f9e2a74001c6b30ba26" alt="Helium Id Access Page (Light Mode)" width="3322" height="1926" data-path="images/access-page-light.png" />

      <img className="hidden dark:block" src="https://mintcdn.com/ebubesorg/NmGcbeBxq-jbfVlC/images/access-page-dark.png?fit=max&auto=format&n=NmGcbeBxq-jbfVlC&q=85&s=f57964dd99254a6f216ed767796c3248" alt="Helium Id Access Page (Dark Mode)" width="3322" height="1926" data-path="images/access-page-dark.png" />
    </Frame>
  </Step>

  <Step title="Set up an api key">
    Once logged in, go to the [Developers](https://admin.heliumid.io/developers)
    page and create an API key

    <Frame>
      <img className="block dark:hidden" src="https://mintcdn.com/ebubesorg/NmGcbeBxq-jbfVlC/images/api-key-light.png?fit=max&auto=format&n=NmGcbeBxq-jbfVlC&q=85&s=781ef59d345b6d71ece16611b289f7bd" alt="Helium Id Access Page (Light Mode)" width="3322" height="1926" data-path="images/api-key-light.png" />

      <img className="hidden dark:block" src="https://mintcdn.com/ebubesorg/NmGcbeBxq-jbfVlC/images/api-key-dark.png?fit=max&auto=format&n=NmGcbeBxq-jbfVlC&q=85&s=c519774188c099b1ce1e40169db191a8" alt="Helium Id Access Page (Dark Mode)" width="3322" height="1926" data-path="images/api-key-dark.png" />
    </Frame>
  </Step>

  <Step title="Implement SDK or API">
    Decide if you want to use a client-side SDK to pass end-user data, or do it
    securely via our API — and implement the solution.
  </Step>

  <Step title="Generate a verification session">
    Create a new verification session for your end-user.
  </Step>

  <Step title="Receive verified data">
    If you've set up webhooks on your developer API key, you'll receive the
    webhook with the session result and verified data.
  </Step>

  <Step title="Review the session">
    If needed, manually review the session in the Customer Portal.
  </Step>
</Steps>

### Quick Introductions

This documentation will give you quick intros into the most important concepts and tools:

<CardGroup cols={2}>
  <Card title="Customer Portal" icon="browser" href="/portal/introduction">
    Learn how to sign up, log in, and manage your account.
  </Card>

  <Card title="Integrations" icon="puzzle-piece" href="/integrations">
    Create, find, and test different integration methods.
  </Card>

  <Card title="Verification Sessions" icon="id-card" href="/sessions/introduction">
    Learn how to create sessions and understand verification decisions.
  </Card>

  <Card title="SDKs" icon="mobile" href="/sdks/introduction">
    Use our SDKs to easily pass end-user data.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    Explore our Public API collection and make API calls directly.
  </Card>

  <Card title="Webhooks" icon="webhook" href="/webhooks">
    Set up and receive webhooks for session results.
  </Card>
</CardGroup>

### Additional Resources

<CardGroup cols={2}>
  <Card title="Try our demos" icon="play" href="/demos">
    See Helium Id in action with our interactive demos.
  </Card>

  <Card title="Browser Support" icon="globe" href="/browser-support">
    Check which browsers and platforms we support.
  </Card>
</CardGroup>
