> 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/login.md).

# Log In

Once you have an account, you can log in to Information Hub at any time.

## How to Log In

1. Go to [app.informationhub.io](https://app.informationhub.io).
2. Click **Login with Email** on the welcome screen.
3. Enter your **email address** and **password**.
4. Use the **eye icon** on the password field to show or hide your password as you type.
5. Click **Login**.

<figure><img src="/files/2IZeUtMwBEJ8Dq7KgbzM" alt="The login screen"><figcaption><p>The login screen</p></figcaption></figure>

Do not have an account yet? Click the **Register** link at the bottom of the login form to create one.

## Sign In with Google or Apple

You can also sign in using the **Continue with Google** or **Continue with Apple** button on the welcome screen. This works if you originally registered with one of those providers, or if your account email matches.

## Forgot Your Password?

If you have forgotten your password:

1. Click the **Reset** link next to "Forgot password?" on the login screen.
2. Enter the email address linked to your account.
3. Click **Send password reset link**.
4. Check your inbox for a password reset email and click the link inside it.
5. On the reset password page, enter your new password. Use the **eye icon** to show or hide it as you type.
6. Click **Reset password** to confirm. You can then log in with your new password.

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

## Verifying Your Email Address

If you arrive at Information Hub by clicking the verification link in your registration email, you will see a confirmation screen letting you know your email address has been verified. From there you can click **Go Back** to return to the welcome screen and log in normally.

## After Login

After signing in you will see your home screen, which shows your projects, organisations, and other resources. From here you can open an existing project or create a new one.

{% content-ref url="/pages/uks8SzSI7vEuvGFC4aLQ" %}
[Create an Account](/getting-started/register.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/login.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.
