> For the complete documentation index, see [llms.txt](https://documentation.civalgo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.civalgo.com/documentation/operations/plan-a-resource-on-a-project.md).

# Plan a Resource on a Project

In this section, you will be able to plan your projects in the long term to have a better overview of your projects, teams, and resources.

### Prerequisites

​[Create a project](/documentation/management/create-a-project.md)

[Create a team](/documentation/resources/create-a-team.md)

<figure><img src="/files/iSrZOOvQ06nPA3ROJiTV" alt=""><figcaption></figcaption></figure>

#### **Planning Overview** <a href="#vue-densemble-de-la-planification" id="vue-densemble-de-la-planification"></a>

In the planning section, you can quickly visualize the distribution of teams and the availability of resources. Two views are available:

* **Compact view**: displays all projects on a single line for a quick, summarized vision.
* **Extended view**: shows each project on a separate line for more detail.

These options allow for optimal calendar management and efficient anticipation of needs.

<figure><img src="/files/6nS4KI3TzNoY1E2332gr" alt=""><figcaption></figcaption></figure>

### **Assigning Teams and Projects**

To plan an assignment:

1. **Select the intended date range** for the assignment.
2. **Assign a project** to the relevant team.
3. **Add other teams** if necessary.
4. **Adjust the dates** as needed.

* **Empty cells**: assignment is planned, but no daily report has been created yet.
* **Colored icon**: a daily report has been generated and is being processed.

### **Creating a Daily Log**

There are several ways to generate a daily log:

* **From the planner**:
  * Click on the **+** icon at the date and for the relevant team.

<figure><img src="/files/Qyuu8fVJIXeL1GsgTKH9" alt=""><figcaption></figcaption></figure>

* Create a daily report for an entire day via the **+** button below the date.

<figure><img src="/files/Z30BLtcSeRfirit4UBsb" alt=""><figcaption></figcaption></figure>

### **Modification and Adjustment of Planning**

#### Modify a project schedule (dates or team)

To modify a project schedule, you can:

* **Drag and drop** the project bar to adjust the dates directly, or
* Click the **pencil icon** in the top-right corner of the project bar to open the edit window, where you can update the dates or change the assigned team.

<figure><img src="/files/JG1Ek7ZPqTRLi7VqNyoN" alt=""><figcaption></figcaption></figure>

#### Add days to an existing schedule

To add one or more days to an existing schedule, you can:

* **Extend the project bar** by dragging it to the left or the right, or
* Use the **pencil icon** to manually edit the start or end dates in the edit menu.

#### Split a schedule and reassign it to another team

To redistribute a schedule to another team:

* You can **move an entire schedule** from one team to another using **drag and drop**, and
* To **split a schedule**, click the **small “X”** on a specific day to remove it. This action creates two separate segments of the project, which you can then **select and move** individually to another team or timeline.

<figure><img src="/files/8cvz5e4rKzp958V2BaxQ" alt=""><figcaption></figcaption></figure>

### **Optimizing Project Assignment**

With these features, assigning projects to teams becomes more **smooth and fast**. Team management is simplified, ensuring better resource coordination and effective daily task planning.

🚀 **With these tools, your scheduling management is optimized for accurate tracking and increased responsiveness!**


---

# 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://documentation.civalgo.com/documentation/operations/plan-a-resource-on-a-project.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.
