> 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/outbound-call-handling.md).

# Outbound Call Handling

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

### Step 1 - Using Dialpad or Call from Existing Contact

Option #1 - You can dial numbers directly from Dialpad

<figure><img src="/files/IftHiCfnCixfVgG85Baw" alt="" width="375"><figcaption><p>Call from Dialpad</p></figcaption></figure>

Option #2 - You can go to exisitng contact and just click to call directly from contact profile

<figure><img src="/files/SVEm1DjLl32R8OqmYdHk" alt="" width="375"><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 Call End, the agent can fill out a Wrap-up form and call outcomes such as Resolved, Follow-up, Transfer, Escalated, or any data.

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.

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

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