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

# Overview

The Overview page is the first thing you see when you open a project. It gives you a summary of your project and quick access to all its modules.

<figure><img src="/files/mOKvaPl8jSSwAiCcHrjg" alt="Project overview for Fynbos in Siberia"><figcaption><p>The project overview page</p></figcaption></figure>

## What you will find here

* **Project name and description** - the title and summary you set when creating the project.
* **Key stats** - a quick snapshot of your project's activity, such as the number of forms, tables, and team members.
* **Module shortcuts** - click any module card to jump straight to Dashboards, Forms, Tables, Storage, and more.

## Copying a template project

If the project is marked as a template, a **Copy Project** button appears in the top toolbar. Clicking it lets you create your own copy of the project structure - including forms, tables, dashboards, and other modules. You can choose exactly what to copy on the settings page that opens.

{% hint style="info" %}
See [Project Settings](/project/settings.md) for the full set of copy options, including whether to include existing data alongside the structure.
{% endhint %}

## Quick Start card

On smaller screens (such as phones or narrow browser windows), a **Quick Start** card appears on the Overview page. It provides a shortcut to every project module - Dashboards, Forms, Tables, Storage, Manager, Wiki, Apps, Users, and Settings - so you can navigate quickly without using the sidebar.

## Resources card

The **Resources** card shows how many dashboards, forms, tables, and other items already exist in your project, with a direct link to each module. This card only appears once your project has at least one resource - it is hidden on a brand-new empty project.

## Getting started

If you have just created a new project, the Overview page is a good starting point. From here you can:

1. Review your project description and update it if needed (via [Settings](/project/settings.md)).
2. Navigate to [Forms](/project/forms.md) to start building data collection tools.
3. Open [Tables](/project/tables.md) to view or import data.
4. Invite team members through [Users](/project/users.md).

{% hint style="info" %}
The Overview page updates automatically as you add forms, tables, and other content to your project.
{% endhint %}


---

# 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/overview.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.
