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

# Project

When you open a project in Information Hub, a **project sidebar** appears on the left side of the screen. This sidebar gives you access to all the modules available within your project.

<figure><img src="/files/6MUZPZObKXk53VEbUWev" alt="A project&#x27;s sidebar navigation"><figcaption><p>The project sidebar</p></figcaption></figure>

### Sidebar header

At the top of the project sidebar, you will see the project logo or avatar. If the project is owned by an organisation or group, a link to that organisation or group also appears here, letting you navigate back to the owner quickly.

### Permission-gated navigation

Not every sidebar link is visible to all users. Which modules appear depends on your role in the project. For example, a Submitter may only see Forms, while an Admin sees every module. If a link is missing, you may not have permission to access that module.

{% hint style="info" %}
If you cannot see a module you expect, ask your project Admin to check your role and permissions.
{% endhint %}

## Project modules

| Module         | Description                                                       |
| -------------- | ----------------------------------------------------------------- |
| **Overview**   | Your project's landing page with key information and quick links  |
| **Dashboards** | Visualise your data with charts, maps, and other components       |
| **Forms**      | Build data collection forms for fieldwork and surveys             |
| **Tables**     | View, edit, and analyse your collected data in spreadsheet format |
| **Storage**    | Upload and manage files associated with your project              |
| **Manager**    | Organise project tasks on a kanban-style board                    |
| **Wiki**       | Write and share documentation, protocols, and guides              |
| **Apps**       | Create public-facing views of your project data                   |
| **Users**      | Manage team members and their access permissions                  |
| **Settings**   | Configure project name, description, visibility, and more         |

## Learn more

{% content-ref url="/pages/tO4niq6Lf5N1YpMfbcF6" %}
[Overview](/project/overview.md)
{% endcontent-ref %}

{% content-ref url="/pages/r4RmtEoTZGzlnAzC2H7K" %}
[Dashboards](/project/dashboards.md)
{% endcontent-ref %}

{% content-ref url="/pages/cWbd3eSAqaKrrsRWkn9H" %}
[Forms](/project/forms.md)
{% endcontent-ref %}

{% content-ref url="/pages/yEX2YFJrUQEA7oKR5CLy" %}
[Tables](/project/tables.md)
{% endcontent-ref %}

{% content-ref url="/pages/mnZzo1RyR0yzH5hAb5L9" %}
[Storage](/project/storage.md)
{% endcontent-ref %}

{% content-ref url="/pages/lu1PWoy78vJn4Y2fs714" %}
[Manager](/project/manager.md)
{% endcontent-ref %}

{% content-ref url="/pages/qgmWrESC8oPyIswsTRj7" %}
[Wiki](/project/wiki.md)
{% endcontent-ref %}

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

{% content-ref url="/pages/L1PZ77bDEnUrZzlVZWE3" %}
[Users](/project/users.md)
{% endcontent-ref %}

{% content-ref url="/pages/4txSgdVmdvmodUHGcwSm" %}
[Settings](/project/settings.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/project.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.
