> For the complete documentation index, see [llms.txt](https://docs.claimr.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.claimr.io/getting-started/create-an-account.md).

# Create an account

1. **Go to the** ⚡️**claimr admin panel:** \
   Open your web browser and navigate to the login page: [https://panel.claimr.io](https://panel.claimr.io/)
2. [**Sign**](#user-content-fn-1)[^1] **up:** \
   Spot <mark style="color:green;">**Create account**</mark> on the login page and click it.

<div align="center"><figure><img src="/files/4U2jwQach0icIdAOmuBs" alt="" width="375"><figcaption><p>Sign up page</p></figcaption></figure></div>

3. **Fill in your details:**\
   **- Email:** Type in your work email – this will be your key to accessing claimr.\
   \- **Password:** Choose a strong password: mix it up with letters, numbers, and symbols for maximum security.\
   \- **Confirm password:** Double-check your password by typing it in again.\
   \- **Your name:** Enter your full name. You can always change it later in your account settings

<figure><img src="/files/uzmhyFORhzBjJUBr0Tdw" alt="" width="375"><figcaption><p>Creating account page</p></figcaption></figure>

{% hint style="warning" %}
Keep your login information confidential. Make sure it's stored somewhere safe and secure.
{% endhint %}

4. **Create your account:** Once everything looks good, click <mark style="color:green;">**Register Account**</mark>**.** Congratulations, you are in!
5. **Activate your account:**\
   **- Check your inbox:** Check your email inbox (and your spam folder, just in case) and look for a message from ⚡️claimr.\
   \- **Follow the link:** Click the link in the email to activate your account and you'll redirected to the ⚡️claimr panel.&#x20;

Need a hand? Let us know at <support@claimr.io> – we're always happy to help!

[^1]:


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.claimr.io/getting-started/create-an-account.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
