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

# Register an account

> Create an AIOHub account and sign in to the console.

## Register

<Steps>
  <Step title="Open the console">
    Open the [AIOHub Console](https://api.aiohub.org/console), then select the registration option.
  </Step>

  <Step title="Choose a sign-in method">
    You can register with email/password or sign in with GitHub. Once you set up a passkey, you can use it to sign in too.
  </Step>

  <Step title="Finish registration">
    After registration, sign in to the console and start setting up AIOHub. Email verification is not currently required.
  </Step>
</Steps>

## After registration

1. [Create an API key](/en/account/create-token) to get an `sk-` credential for API requests.
2. [Add funds](/en/account/recharge) so the account has a positive balance.
3. [Configure Claude Code](/en/clients/claude-code) to connect AIOHub to your development tool.

## Common issues

<AccordionGroup>
  <Accordion title="Cannot sign in">
    Check your account password or GitHub sign-in state, then confirm the browser is not blocking required cookies.
  </Accordion>

  <Accordion title="Forgot your password">
    Use the password reset option on the sign-in page and follow the console instructions.
  </Accordion>
</AccordionGroup>
