# Calls

When using the calls feature, you can make entries from:&#x20;

```
Account
  └── Contract
  └── Deal
     └── Project
         └── Cases
             └── Task
```

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

* How many calls the customer has made?&#x20;
* When did the client call?&#x20;
* When did I call the client?&#x20;
* Which salesperson called?&#x20;
* Which technician called?&#x20;
* What is the support effort/Number of calls?&#x20;

### Call Fields&#x20;

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

| Field name        | Description                                                           |
| ----------------- | --------------------------------------------------------------------- |
| Assign to         | You can associate it to a client, contract, task, deal, among others. |
| Contact           | The contact with whom the contact was made.                           |
| Enty              | Date of entry in system.                                              |
| Location          |                                                                       |
| Pipeline          | Which pipeline will be associated with.                               |
| Status            | What the status of the pipeline is.                                   |
| Department / Team | Who has access to the calls’ data.                                    |
| Assigned to       | To whom the contract is assigned internally.                          |
| Followers         |                                                                       |
| Description       | Contract description.                                                 |


---

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