# OpenProject

The official documentation can be found here: <https://www.openproject.org/docs/>.

### Customizing "My Page"

You can add individual shortcuts to your home page: favorite projects or overviews of to-do lists that have been assigned to you or from specific projects, etc.:

<div data-with-frame="true"><figure><img src="/files/enGBZXXUFC263fwSBAMR" alt=""><figcaption></figcaption></figure></div>

### Projects

{% columns %}
{% column %}
When you go to projects, you can find a list of already existing projects in our CorrelAid team:
{% endcolumn %}

{% column %}

<div data-with-frame="true"><figure><img src="/files/7qwIy7KUfxPMS4x7lpEh" alt=""><figcaption></figcaption></figure></div>
{% endcolumn %}
{% endcolumns %}

You can also create a new project:

{% columns %}
{% column %}

<div data-with-frame="true"><figure><img src="/files/RZW70fEp89mwDbfiGpcX" alt=""><figcaption></figcaption></figure></div>
{% endcolumn %}

{% column %}

<figure><img src="/files/zH9iQz3QL0R2uZ0HKZah" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

Go to "Project Settings" to adjust some important settings first. For instance, within "Modules" you can define the tabs and views within your project, within "Work packages" you can define different types and categories for your tasks within the project:

{% columns %}
{% column %}

<figure><img src="/files/rOuaXYGGBtsXWjHnQNho" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

<figure><img src="/files/Hr5XnyaAf7aeU4QyyZX7" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

Also check the tab "Members" to add members or groups to your projct. Please note that administrators have access to all projects as a default setting.

### Boards

You can create Kanban boards in the tab "Boards" and customize lists on your board:

<div data-with-frame="true"><figure><img src="/files/eDx5DOln7OTHOfPwxdM7" alt=""><figcaption></figcaption></figure></div>

Here you can add tasks, summary tasks and milestones. Please insert the following information:

{% columns %}
{% column %}

* Name of the task
* Assignee and Accountable
* Priority
* Date (start and end)
* Category
  {% endcolumn %}

{% column %}

<div data-with-frame="true"><figure><img src="/files/VRLrfI37vqgb5WOEa7xC" alt=""><figcaption></figcaption></figure></div>
{% endcolumn %}
{% endcolumns %}

:warning: If you add tasks in the Gantt chart overview, then they are not automatically added to your Kanban board, you can add them via "add existing" there. Thus: Create your cards in Board view!

### Gantt Charts

When you go to "Gantt charts", you're offered two default views: "All open" and "Milestones". You have different options to customize:

<details>

<summary>1) "Include Projects": Filter for specific projects in your overview.</summary>

<div data-with-frame="true"><figure><img src="/files/nZ3STOLgK3yemb31azS0" alt="" width="187"><figcaption></figcaption></figure></div>

</details>

<details>

<summary>2) "Filter": Add different filters, e.g. for assignees, status, or type.</summary>

<div data-with-frame="true"><figure><img src="/files/Nibx2Zk0TeZR0j2JFqGg" alt=""><figcaption></figcaption></figure></div>

</details>

<details>

<summary>3) "Configure View": Define columns, sorting, display setting, and zoom level.</summary>

<div data-with-frame="true"><figure><img src="/files/Q8jBB1Ode2BhokBNNpSr" alt=""><figcaption></figcaption></figure></div>

</details>

<details>

<summary>4) "Save as": Save your configurated view for the next time!</summary>

<div data-with-frame="true"><figure><img src="/files/G9sVMCNSY5uxhFiYtLjN" alt=""><figcaption></figcaption></figure></div>

</details>

### Types of Tasks

There are Tasks, Summary Tasks, and Milestones (besides many others...):

* Tasks: define small subtasks
* Summary Tasks: combine different tasks in one tasks (its time span is defined by the subtasks)
* Milestones: milestones, workshop dates, events, etc.

You can define hierarchies between those types:

<div data-with-frame="true"><figure><img src="/files/ZsYsIGXxoPJhYHUAhHK5" alt=""><figcaption></figcaption></figure></div>

{% columns %}
{% column width="75%" %}
Hierarchies can be defined with a right click on a task or at the top of a task in detail view:
{% endcolumn %}

{% column width="25%" %}

<div data-with-frame="true"><figure><img src="/files/KFTPaYftZDNduL9a6atp" alt="" width="81"><figcaption></figcaption></figure></div>
{% endcolumn %}
{% endcolumns %}

#### Communicating on OpenProject

In an opened task, you can go to "Activity" to chat with others or tag individuals or groups with a @ to notify them:

<div data-with-frame="true"><figure><img src="/files/RxYb3AJ75khF7nzt5cWF" alt="" width="359"><figcaption></figcaption></figure></div>


---

# 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://docs.correlaid.org/wiki/infrastructure/openproject.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.
