> For the complete documentation index, see [llms.txt](https://docs.klink.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.klink.cloud/how-to-use/call/inbound-call-handling.md).

# Inbound Call Handling

{% hint style="info" %}
This tutorial will guide you how to handle Inbound Call from Start to Finish
{% endhint %}

### Step 1 - Inbound Call Receive

If Agent is available state, you will receive Inbound Call like this.&#x20;

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

### Step 2 - Automatically Open Customer Profile

When you Answer the call, it will automatically open customer profile. You can see all previous customer call history, ticket history, & all CRM Contact Details in single page.

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

### Step 3 - Write Call Notes & Tags

In order to properly collect customer query, customer can write down notes and create Tags. These data can be review by supervisor or any other team members for future calls in order to provide personlized customer experiences.

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

### Step 4 - Case Tracking Setup (Post-Call Wrap-Up Data Entry Form)&#x20;

After the Call Ends, the Agent can fill Wrap-up form and call outcomes such as Resolved, Follow-up, Transfer, Escalated, or any data.&#x20;

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

This information helps the contact center and its management to understand the nature of customer inquiries, measure the effectiveness of support, and identify areas for improvement.

### Done

Interaction between Customer & Agent is automatically recorded with a Case ID. You can view all history in CX Log Table

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

For More Information related to Calls, you can view the following reports

* [CX Interaction Log Table](/dashboard-and-reports/reporting/cx-log.md)
* [Call Details Records (CDR)](/dashboard-and-reports/reporting/cdr.md)
* [Call Recordings](/dashboard-and-reports/reporting/recording.md)
* [Call Reports](/dashboard-and-reports/reporting/call-reports.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.klink.cloud/how-to-use/call/inbound-call-handling.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
