> For the complete documentation index, see [llms.txt](https://help.glpi-project.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.glpi-project.org/faq/glpi/task.md).

# Tasks

***

### What is a task?

Tasks in GLPI are used to materialise an action to be carried out or a decision to be made within a **Tickets / Problems / Changes**. The main idea of this object is therefore planning.

{% hint style="success" %}
**Example**

Create a task to schedule the update of the file server in non-production.
{% endhint %}

***

### How do I create a task?

When a ticket is open and requires a particular action, you can create a task to plan the action in question. Enter the ticket which requires a task to be created. Click on **`response > create a task`** (or create a task directly, depending on how your interface is set up).

You can define several criteria here:

* the content of the task
* insert a task template
* associate a task category
* make it public or private
* schedule the task
* specify a duration
* the technician who will be responsible for carrying out the task (and who will appear in the GLPI calendar)
* Create a reminder

To help you set up your task, you can follow this [guide](/tutorials/helpdesk/add_task.md)

***

### How can I Limit the schedules for planning?

To ensure that you do not schedule a task outside office hours, it is possible to set availability times. In **`Setup`** > **`General`** > **`Assistance`** set the desired times in **`Limit of the schedules for planning`**. If you schedule a task outside these hours, a message will warn you that it is scheduled for non-working hours.

***

### Can I add a Microsoft365 calendar to my schedule ?

GLPI allows an external calendar to be displayed in the schedule, via the button located at the top of the list of displayed calendars **`Assistance`** > **`Planning`**. This only displays events from this calendar in the "planning" view (no notifications or modifications are possible from GLPI, etc.).

***

### What is the difference between the ‘Date’ field and the ‘Start date’ field?

The fields in the bottom box are linked to the schedule, as it is possible to create a task without scheduling it. These fields are therefore optional. However, if a task is scheduled, the values will be identical.

![alt text](/files/a7oi5iB5XxMnU6DldCT6)


---

# 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://help.glpi-project.org/faq/glpi/task.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.
