# Home

After logging in, the home screen is your central hub for navigating Information Hub. From here you can access your recent projects, manage organisations and groups, explore the marketplace, and adjust your account settings.

<figure><img src="/files/kLa2BGU1qro2cMwE3XvB" alt="The home screen"><figcaption><p>The home screen</p></figcaption></figure>

## The home screen

The home screen displays your recent and pinned projects, giving you quick access to the work that matters most. Use the **search bar** at the top to find any project by name.

## Sidebar header

At the very top of the left sidebar, a persistent header is visible on every page while you are logged in:

* **Information Hub logo** - click this at any time to return to your home screen.
* **Connectivity indicator** - a wi-fi icon that shows your current network status. It turns green when you are online and yellow when you are offline. You can also click it to manually toggle the network status.
* **Offline warning icon** - an alert icon that appears when you are collecting data in offline mode (for example, filling a shared form without an internet connection). Click the icon to see information about how to sync your data once you are back online, including a link to the Jobs page where uploads are managed.

## Sidebar navigation

The left sidebar links to all home-level sections:

| Section           | Description                                                                                                              |
| ----------------- | ------------------------------------------------------------------------------------------------------------------------ |
| **Projects**      | View and create projects                                                                                                 |
| **Organisations** | Manage organisations you belong to                                                                                       |
| **Groups**        | Manage groups within organisations                                                                                       |
| **Marketplace**   | Browse and use project templates                                                                                         |
| **Apps**          | Quick access to apps across all your projects                                                                            |
| **Settings**      | Update your profile, password, and API keys                                                                              |
| **Jobs**          | Monitor background tasks like offline data uploads                                                                       |
| **Tutorial**      | Start a guided walkthrough of the current page - this item only appears when a tour is available for the page you are on |
| **Need Help?**    | Opens the Information Hub documentation site in a new tab                                                                |

## Learn more

{% content-ref url="/pages/NoRyRFQ6Lk7sOyLdqoMs" %}
[Projects](/home/projects.md)
{% endcontent-ref %}

{% content-ref url="/pages/35GDCKUocy8l3PCLM2ix" %}
[Organisations](/home/organisations.md)
{% endcontent-ref %}

{% content-ref url="/pages/oTlo0LNVtuSt0aZYHkqL" %}
[Groups](/home/groups.md)
{% endcontent-ref %}

{% content-ref url="/pages/Zmx1YXGM7HtebcIwY2e4" %}
[Marketplace](/home/marketplace.md)
{% endcontent-ref %}

{% content-ref url="/pages/KkGGtLsNPd5faFJKdUfr" %}
[Apps](/home/apps.md)
{% endcontent-ref %}

{% content-ref url="/pages/oMzjeDlSqdkk9YAguxuI" %}
[Settings](/home/settings.md)
{% endcontent-ref %}

{% content-ref url="/pages/j0DZ2vxIWXFKtp1NyPZN" %}
[Jobs](/home/jobs.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:

```
GET https://docs.informationhub.io/home.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.
