> For the complete documentation index, see [llms.txt](https://help.creatibi.com/en-us/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.creatibi.com/en-us/fundamentals/portfolio/timeline.md).

# Timeline

The setting of the portfolio timeline is almost the same as in the [Project Timeline](/en-us/product-guides/timeline.md).

1. Go to one of your portfolios on the left pane and hit "**Timeline**" at the top;
2. You can find one red vertical line denoting "Today" in the Gantt Chart with all projects on the left;

   * If you haven't [included any project](/en-us/fundamentals/portfolio.md) yet, the left pane will be blank;

   <figure><img src="/files/GDkfZrdYEBl2DN0vL8MY" alt=""><figcaption></figcaption></figure>
3. You can find the overall project progress on the left: "On track", "At risk", "Off track", "On hold", "Complete" and "No updates";

   <figure><img src="/files/pLAFdtAYEJLWJxioQW1E" alt=""><figcaption></figcaption></figure>
4. Choose one of the grey arrows on the Gantt Chart to track the corresponding project status;

   <figure><img src="/files/9KZG9bWMAOtnTbjT99hX" alt=""><figcaption></figcaption></figure>
5. If you are interested in any of the projects, simply choose one project on the left and you will be led to the project;
6. Repeat the above steps to check the timeline for more projects!

> Like what you see? Get started with a free 30-day CreatiBI trial today. [<mark style="color:blue;">Try for free</mark>](https://creatibi.com/)<mark style="color:blue;">.</mark>


---

# 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://help.creatibi.com/en-us/fundamentals/portfolio/timeline.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.
