# Getting Started

Welcome to Information Hub. This section covers everything you need to create an account and start using the platform.

## What You Need

* A modern web browser (Chrome, Firefox, Safari, or Edge)
* An internet connection

That is all -- there is nothing to install if you use the web app.

## The Welcome Screen

When you open [app.informationhub.io](https://app.informationhub.io) for the first time, you will see a welcome screen with four options:

| Option                     | What it does                                                               |
| -------------------------- | -------------------------------------------------------------------------- |
| **Login with Email**       | Takes you to the login page where you sign in with your email and password |
| **Register a new Account** | Takes you to the registration page to create a new account                 |
| **Continue with Google**   | Signs you in (or registers you) using your existing Google account         |
| **Continue with Apple**    | Signs you in (or registers you) using your existing Apple account          |

Choose whichever option suits you best. If this is your first time, select **Register a new Account** or one of the social sign-in options.

## Mobile Access

You can also use Information Hub on your phone or tablet:

* **Install as a PWA** -- Open [app.informationhub.io](https://app.informationhub.io) in your mobile browser and use your browser's "Add to Home Screen" or "Install App" option.
* **Download the native app** -- Search for "Information Hub" (full app) or "Information Hub Go" (lite version for end-users) in the Google Play Store or Apple App Store.

## Next Steps

{% content-ref url="/pages/uks8SzSI7vEuvGFC4aLQ" %}
[Create an Account](/getting-started/register.md)
{% endcontent-ref %}

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


---

# Agent Instructions: 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:

```
GET https://docs.informationhub.io/getting-started.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
