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

# Create an Account

To use Information Hub you need to create a free account. Follow the steps below to register.

## How to Register

1. Go to [app.informationhub.io](https://app.informationhub.io).
2. Click **Register a new Account** on the welcome screen.
3. Fill in the registration form:
   * **Display Name** - the name other users will see (between 6 and 64 characters)
   * **Email address** - used to log in and receive notifications
   * **Username** - a unique handle for your account (between 6 and 64 characters)
   * **Password** - choose a strong password (between 6 and 64 characters)
4. Use the **eye icon** on the password field to show or hide your password as you type.
5. Click **Register** to create your account.

<figure><img src="/files/fdTSIy2VaO7G2d2j4Rwy" alt="The registration form"><figcaption><p>The registration form</p></figcaption></figure>

{% hint style="info" %}
By clicking **Register** you agree to the Information Hub [Terms of Service](https://app.informationhub.io/terms-and-conditions) and [Privacy Policy](https://app.informationhub.io/privacy-policy). Links to both documents are shown at the bottom of the registration form.
{% endhint %}

Already have an account? Click the **Login** link at the bottom of the form to go to the login page instead.

## Sign Up with Google or Apple

If you prefer, you can register using your existing Google or Apple account instead of filling in the form manually. Click the **Continue with Google** or **Continue with Apple** button on the welcome screen and follow the prompts.

## After Registration

After you submit the form, Information Hub sends a verification email to the address you provided. You will see a verification page confirming that the email has been sent - check your inbox and click the link in the email to verify your address.

{% hint style="info" %}
If you do not see the verification email, check your spam or junk folder.
{% endhint %}

Once your account is verified you can log in and start using Information Hub.

{% content-ref url="/pages/J0NrwFf18OknfpLdoExX" %}
[Log In](/getting-started/login.md)
{% endcontent-ref %}


---

# 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.informationhub.io/getting-started/register.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.
