# 3CX Softphone

**3CX** is a SIP softphone designed for business, offering voice and video calls as well as multichannel call and conference capabilities.

<figure><img src="/files/OOPSawGSL6p8GA6FtEIp" alt=""><figcaption><p>3CX softphone interface</p></figcaption></figure>

1. **Download and install** the 3CX Softphone from the official website ([link](https://www.3cx.com/voip/softphone/)).

<figure><img src="/files/at2CGKkHN3SssX6zr0rz" alt=""><figcaption><p>Start page</p></figcaption></figure>

2. **Add a new SIP account** by clicking "**New**":

<figure><img src="/files/aYvW4po5F4rpUpWUtaQP" alt=""><figcaption><p>New SIP-connection</p></figcaption></figure>

3. **Enter the required data** for your SIP connection:

* **Account name** – any arbitrary name
* **CallerID** – employee’s name
* **Extension** – employee’s internal extension number (from the employee card in MikoPBX)
* **ID** – same as the internal extension number (from the employee card)
* **Password** – SIP password (from the employee card)

<figure><img src="/files/lp8CLfDNBtBxITHLgKLJ" alt=""><figcaption><p>Connection credentials</p></figcaption></figure>

4. In the **"My location"** section, specify your MikoPBX IP address.

* If the softphone is on the **same local network** as MikoPBX, select **"I am in the office - local IP."**
* If you want to connect via the external IP address, choose **"I am out of the office - external IP."**

After entering these details, click **"OK."**

<figure><img src="/files/13eKdiVIUjDNg9HtwBt5" alt=""><figcaption><p>"My location" section</p></figcaption></figure>

5. **Select the added account** and click **"OK"**:

<figure><img src="/files/4Ue45O9k4hueHYELeOyv" alt=""><figcaption><p>Steps for choosing SIP connection</p></figcaption></figure>

The softphone will then connect. You can verify the connection by checking the employee’s status indicator in MikoPBX:

<figure><img src="/files/ixFGhSLsSWOSAbFVLCif" alt=""><figcaption><p>Successful connection!</p></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.mikopbx.com/mikopbx/english/faq/softphones/3cx-softphone.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.
