> 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/how-to-enable-inbound-call-notifications.md).

# How to Enable Inbound Call Notifications

### How It Works

1. Enable notifications when prompted on klink.cloud dialpad
2. Inbound calls trigger desktop notifications with sound
3. Click the notification to open klink.cloud and answer the call
4. Works even when browser is minimized or tab is in background

***

### Setup Instructions

#### Step 1: Enable Notifications in klink.cloud

1. Open klink.cloud dialpad
2. Click **"Enable Notifications"** on the green banner
3. Click **"Allow"** in Chrome's popup dialog

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

#### Step 2: Configure Chrome Permissions

1. Click the **lock icon** (🔒) in Chrome address bar (next to klink.cloud URL)
2. Click **"Site settings"**
3. Set these to **"Allow"**:
   * **Notifications** → Allow
   * **Pop-ups and redirects** → Allow
   * **Sound** → Allow
4. Refresh the page

✅ **Done!** You're all set to receive inbound call notifications.

<figure><img src="/files/9dlmRj5BRo0dNioe45Ke" alt=""><figcaption></figcaption></figure>

***

### Troubleshooting

**Not receiving inbound call notifications?**

* Check that all three permissions above are set to "Allow"
* Ensure computer volume is not muted
* Refresh the browser page

**Need help?** Contact <support@klink.cloud>


---

# 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/how-to-enable-inbound-call-notifications.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.
