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

# Projects

The Projects page shows all the projects you have access to. This includes projects you own, projects shared with you through organisations or groups, and public projects you have joined.

<figure><img src="/files/kLa2BGU1qro2cMwE3XvB" alt="The projects list on the home screen"><figcaption><p>Your projects on the home screen</p></figcaption></figure>

## Browsing projects

Your projects appear as cards on the home screen. Click on any project card to open it and access its data, forms, tables, and other features.

Use the **search bar** at the top of the page to filter projects by name. This is helpful when you have many projects and need to find a specific one quickly.

In the top-right corner of the page toolbar you will also find:

* **User avatar button** - click your avatar to quickly access your account settings.
* **Connectivity indicator** - shows whether you are currently online or offline. This matches the indicator in the sidebar header and updates automatically as your network status changes.

## Creating a new project

To create a new project:

1. Click the **+** button on the Projects page.
2. Enter a **name** for your project.
3. Select the **owner** — this can be yourself, an organisation, or a group.
4. Set the **visibility** to either public or private.
5. Optionally add a **description** to help others understand the purpose of the project.
6. Click **Create**.

<figure><img src="/files/g5rymWpt4Lki8sD2DMsa" alt="The create project dialog"><figcaption><p>Creating a new project</p></figcaption></figure>

## Project visibility

* **Public** projects are visible to all Information Hub users. Anyone can find and view them.
* **Private** projects are only visible to members who have been explicitly added.

{% hint style="info" %}
You can change a project's visibility later in its settings.
{% endhint %}

## Accessing a project

Click on a project card to open it. Once inside a project, you will see a separate sidebar with project-level navigation including forms, tables, dashboards, and more.


---

# 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/home/projects.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.
