> For the complete documentation index, see [llms.txt](https://docs.bossithq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bossithq.com/pos/caller-id.md).

# Caller ID

1. In the POS, go to **Settings**.
2. Under Other, select **Phone call provider**.
   1. **None** — No phone call provider used.
   2. **Webhook** — Phone integration that operates via the internet.
   3. **CID** — Physical dongle that is plugged into the system and uses CID Easy technology.

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

When a call comes in, simply tap on the call from the **Incoming calls queue**. This prompts the user to choose the service needed for the order.

{% hint style="info" %}
If the customer calling is recognised by the customer database, the information will be filled in automatically.
{% endhint %}

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


---

# 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:

```
GET https://docs.bossithq.com/pos/caller-id.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.
