# Inbound calls

## Inbound calls reception

As we know from the “Initial Configuration” section, the system can be configured so that incoming calls generate a “ring” on the agent’s webphone, giving the latter the option of choosing whether to answer the call or not, or configured so that incoming calls enter and connect directly to the agent with a “beep” audio indication, and then leave both ends of the call on the line. In the following figure, we show the behavior with “ring”:

<figure><img src="https://documentacion-omnileads.readthedocs.io/es/latest/_images/about_agent_in_camp_1.png" alt=""><figcaption></figcaption></figure>

Figure 1: Incoming call on ring \
If instead, the configuration associated with the agent implies that the call is linked directly, then as in predictive campaigns, the agent will hear the "beep" announcing the new connected call and the name of the incoming campaign to which the connected call belongs will also be reported on the screen:

<figure><img src="https://documentacion-omnileads.readthedocs.io/es/latest/_images/about_agent_in_camp_2.png" alt=""><figcaption></figcaption></figure>

Figure 2: Incoming campaign call

## Contact Management

Since incoming calls depend on the phone number from which the call originates being loaded into the system as a contact database and the number arriving in the system as it was loaded, it is usually normal for the agent to find himself without data on the caller when connecting the call:

<figure><img src="https://documentacion-omnileads.readthedocs.io/es/latest/_images/about_agent_in_camp_3.png" alt=""><figcaption></figcaption></figure>

Figure 3: Incoming call without contact information \
\
In this case, the agent can choose to rate the call or not. If the call is positive, the contact is loaded and the call is subsequently rated. It is also possible to see the management history of each Incoming Call (last rating, management date, observations and name of the agent who attended to it). In this way, the current agent can access a Caller Context from which to guide the caller in a more personalized way on their journey.

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


---

# 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://docs.omnileads.net/english/agent-handbook/inbound-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.
