# Projects

Project management is one of Airdesk's most versatile features. It aims to control any type of project. When using this feature, you can create:&#x20;

```dart
Cases
    Tasks
        Times
```

Once there are entries made, Airdesk helps you to manage or respond to the following questions:&#x20;

1. How many hours are included in the project?&#x20;
2. &#x20;How many tasks are left to complete the project?&#x20;
3. &#x20;When is the delivery date?&#x20;
4. &#x20;It's not possible to close a project while cases or tasks are still open. It will be necessary to close everything before concluding the project, so that the missing tasks are removed from the employees' schedules.&#x20;
5. &#x20;How many hours were released this month?&#x20;
6. &#x20;Has the project already exceeded the hours limit?&#x20;
7. &#x20;Why has this project exceeded 20 hours?&#x20;
8. &#x20;Among others.&#x20;

### Project Fields&#x20;

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

| Field name                            | Description                                                                |
| ------------------------------------- | -------------------------------------------------------------------------- |
| Company                               | Assign the call to one of your companies.                                  |
| Assign to                             | You can associate the contract with a client or deal.                      |
| Contact                               | The client's primary contact.                                              |
| Entry                                 | Date of entry in system.                                                   |
| Pipeline                              | Which pipeline will it be associated with.                                 |
| Status                                | What is the status of the contract.                                        |
| Avatar                                |                                                                            |
| Name                                  |                                                                            |
| Project Type                          | You must first configure the project types.                                |
| Nº Sales Opportunity                  | Number for those who want to identify a number, for example, from the ERP. |
| Estimated time (Hours)                | Maximum estimated time you intend to spend on the contract.                |
| Start                                 | Starting date of the contract.                                             |
| End                                   | Ending date of contract.                                                   |
| Description                           | Free project description.                                                  |
| Description to the person responsible |                                                                            |
| Manager                               | Who is responsible for the project.                                        |
| Departments                           | Who has access to the project’s data.                                      |
| Teams / Collaborators                 | Who has access, whether user or team.                                      |
| Followers                             |                                                                            |
| Attachments                           | Files attached to the contract.                                            |

### Special fields of the contract&#x20;

View fields help to control the status of contracts. These fields are dynamic and based on the settings of each contract.&#x20;

### Originated/Completed&#x20;

The field allows you to know the total number of dependencies so that they can be closed. In the example below, you can see that the respective contract has 4 complete dependencies out of 4.  &#x20;

![](/files/-MUNfqy6PYGms92G03z9)

### Control by periodicity&#x20;

The field allows you to view, within the defined period, which project has exceeded the desired hours. In the example below, you can see that in September contract hours were exceeded.&#x20;

![](/files/-MUNfuEX9QfYp1BtlGqc)

### Out of contract hours&#x20;

The field allows you to view extra contract hours. The arrow indicates whether they were before or after the contract. &#x20;

In the example below, you can see that they were posted 10 hours and 32 minutes before the contract starting date, and1 hour after the contract ending date.&#x20;

{% hint style="warning" %}
This field is not used to validate extra hours.&#x20;
{% endhint %}

![](/files/-MVvr9_ErC28niSCNCJ8)

### Extra contract hours&#x20;

{% hint style="warning" %}
This field is not used to validate outside the timetable.
{% endhint %}

This field allows you to know in percentage, without having to calculate hours, the number of extra hours. In the example below, it's possible to verify that the contract exceeded 38% of the estimated.&#x20;

![](/files/-MUNfz7G7QDdmADch32k)

### Performance&#x20;

The field allows you to know in percentage, without having to calculate hours, the number of hours slipped.

![](/files/-MUNgBZ8XG1imZIwARch)


---

# 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/projects.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.
