# Tasks

When using the tasks, you can make postings of:&#x20;

```
└── Tempos
```

Airdesk helps you control or respond to the following situations:&#x20;

* What tasks are necessary to complete a project.&#x20;
* What tasks are required to complete a case.&#x20;
* Which tasks are assigned to the client.&#x20;
* Which tasks are assigned to the contract.&#x20;
* What tasks are assigned to the business.&#x20;
* Which tasks are assigned to the employee.&#x20;

### Task Fields&#x20;

In order to be able to perform a control with some accuracy, it's important that you fill out the fields presented in the table below:&#x20;

| Name of the field    | Description                                                                                 |
| -------------------- | ------------------------------------------------------------------------------------------- |
| Associate with       | You can associate it to a client, contract, task, business, among others.                   |
| Location and Address | Place where the case will be executed.                                                      |
| Name                 | Name of the task to be assigned.                                                            |
| Pipeline             | Which pipeline will be associated with.                                                     |
| Status               | What is the status of the pipeline.                                                         |
| Assigned to          | To whom the contract is assigned internally.                                                |
| Followers            |                                                                                             |
| Estimated time       | Estimated time for this task.                                                               |
| Start                | Date and time the task should start.                                                        |
| End                  | Date and time the task should be completed.                                                 |
| Checklist            | Create a checklist of goals within the task.                                                |
| Internal note        | A note only visible internally that should contain indications of how to complete the task. |
| Attachments          | Relevant attachments to help with the task resolution.                                      |


---

# 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://en.docs.airdesk.ai/interface/servicos/tasks.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.
