# Projects

## Introduction to Projects

{% hint style="info" %}
This feature is available in business plans only. Please contact our support if you're interested in using it.
{% endhint %}

{% hint style="success" %}
This article introduces the concept or projects and shows how to create and work with projects in the Timebook's ecosystem.
{% endhint %}

In Timebook terminology, projects are containers for work items (epics, stories, tasks, etc.) required to achieve a specific outcome. They can be created either manually, or directly from an [opportunity](https://help.timebook.ai/hc/get-started/discovery/opportunities) that you chose to pursue.

Projects can be linked to Goals through Key Results, ensuring that all work aligns with the organization’s strategic objectives.

## Creating projects

Projects can be created in two ways: manually or by escalating an opportunity to the project form.

### Creating manually

{% hint style="info" %}
Projects are a component of the Delivery module which is activated by default in new workplaces. If you don't see this tab in the navigator, go to your team settings and check if it's activated.
{% endhint %}

{% stepper %}
{% step %}
Go to the **Delivery** tab and click 'Create first project'.
{% endstep %}

{% step %}
Enter the details of the project: name, description, date range for which the project is planned, team responsible, and the product it refers to:

<div align="left"><figure><img src="https://3284049081-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvCMXgzPoiE4UXP4jn6B8%2Fuploads%2Fgit-blob-4798bc47830cc8ab6396769fb3d37f49b45af3fc%2FCleanShot%202025-08-20%20at%2014.46.56.png?alt=media" alt="" width="563"><figcaption><p>New project configuration</p></figcaption></figure></div>
{% endstep %}
{% endstepper %}

### Generating from opportunity

Once you indicate which opportunity you want to pursue, you can start preparing grounds for development by escalating it into a project.

{% stepper %}
{% step %}
Go to **Planning** → **Opportunities** and look up the opportunity on the list.

<div align="left"><figure><img src="https://3284049081-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvCMXgzPoiE4UXP4jn6B8%2Fuploads%2Fgit-blob-664fa6f6c5c22eb90227314e354183e217e2e56c%2FCleanShot%202025-08-20%20at%2015.06.51.png?alt=media" alt="" width="563"><figcaption><p>Opportunity list overview</p></figcaption></figure></div>
{% endstep %}

{% step %}
Click the 'Generate' button at the top, select 'Project', and enter the details: name, description, date range for which the project is planned, team responsible, and the parent product.

<div align="left"><figure><img src="https://3284049081-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvCMXgzPoiE4UXP4jn6B8%2Fuploads%2Fgit-blob-407f95777eac2e02faa6512e4cfa9a15d5554e0a%2FCleanShot%202025-08-20%20at%2015.14.16.png?alt=media" alt="" width="563"><figcaption><p>Creating project from opportunity</p></figcaption></figure></div>
{% endstep %}
{% endstepper %}

### Projects overview

The **Projects** tab lets you browse and manage all projects in your team. The default **timeline** view provides you with essential progress information, such as current status and the number of work items, together with a calendar with marked time frames.

{% hint style="info" %}
You can change the layout and apply grouping and filtering in the 'Manage view tab'.
{% endhint %}

Here's how the timeline view looks like when fully populated.

{% tabs %}
{% tab title="Light Mode" %}

<div align="left"><figure><img src="https://3284049081-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvCMXgzPoiE4UXP4jn6B8%2Fuploads%2Fgit-blob-3412f0f1b93f0cb3b44ee86868e89aa0246c0bb4%2FCleanShot%202025-08-20%20at%2016.22.51.png?alt=media" alt="" width="563"><figcaption><p>Projects overview: Timeline view (Light Mode)</p></figcaption></figure></div>
{% endtab %}

{% tab title="Dark Mode" %}

<div align="left"><figure><img src="https://3284049081-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvCMXgzPoiE4UXP4jn6B8%2Fuploads%2Fgit-blob-2de089ab8a8c025c23454993cffe017d7740bb5c%2FCleanShot%202025-08-20%20at%2016.23.11.png?alt=media" alt="" width="563"><figcaption><p>Projects overview: Timeline view (Dark Mode)</p></figcaption></figure></div>
{% endtab %}
{% endtabs %}

The **list** view, on the other hand, provides more details, such as linked [opportunities](https://help.timebook.ai/hc/get-started/discovery/opportunities) and initiatives:

<div align="left"><figure><img src="https://3284049081-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvCMXgzPoiE4UXP4jn6B8%2Fuploads%2Fgit-blob-9745913971c9744daabbafc032eed1ee174ba59f%2Fprojects-5.png?alt=media" alt="" width="563"><figcaption><p>Project details explained</p></figcaption></figure></div>

{% hint style="success" %}
There is also the **board** view if you're used to working with Kanban boards.
{% endhint %}


---

# 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://help.timebook.ai/hc/get-started/delivery/projects.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.
