# Scenarios and cases

- [Generate extensions by REST API](https://docs.mikopbx.com/mikopbx/english/faq/cases/extensions-generation-by-rest-api.md): Example of using REST API to generate employees
- [Missed Call Telegram Notifications](https://docs.mikopbx.com/mikopbx/english/faq/cases/notification-in-telegram.md): This article describes two ways to implement Telegram notifications for missed calls.
- [Call the company from your mobile and dial an extension to call a third-party company](https://docs.mikopbx.com/mikopbx/english/faq/cases/call-the-company-from-your-mobile-and-dial-an-extension-to-call-a-third-party-company.md)
- [Sending an incoming fax to email](https://docs.mikopbx.com/mikopbx/english/faq/cases/sending-an-incoming-fax-to-email.md)
- [Customer's assessment of the quality of service](https://docs.mikopbx.com/mikopbx/english/faq/cases/customers-assessment-of-the-quality-of-service.md)
- [Simulation of external calls](https://docs.mikopbx.com/mikopbx/english/faq/cases/simulation-of-external-calls.md): Configuring simulated external calls
- [Disabling "off-hours" for VIP numbers](https://docs.mikopbx.com/mikopbx/english/faq/cases/disabling-off-hours-for-vip-rooms.md)
- [Registering multiple accounts from one provider](https://docs.mikopbx.com/mikopbx/english/faq/cases/registering-multiple-accounts-from-one-provider.md)
- [Setting up individual non-working hours for several providers on one host](https://docs.mikopbx.com/mikopbx/english/faq/cases/non-working-hours-for-several-providers-on-one-host.md)
- [Disable forwarding to mobile for internal calls](https://docs.mikopbx.com/mikopbx/english/faq/cases/disable-forwarding-to-mobile-for-internal-calls.md)
- [Unique background music for the queue](https://docs.mikopbx.com/mikopbx/english/faq/cases/unique-background-music-for-the-queue.md)
- [Pause for Queue agent](https://docs.mikopbx.com/mikopbx/english/faq/cases/pause-for-queue-agent.md)
- [Dynamic Queue Agents](https://docs.mikopbx.com/mikopbx/english/faq/cases/dynamic-queue-agents.md): The "Dynamic Queue Agents" application in MikoPBX is a feature designed to enhance the flexibility and efficiency of call center operations.
- [Setting up the "Paging" function](https://docs.mikopbx.com/mikopbx/english/faq/cases/paging.md)
- [Limit the number of authorizations per SIP account](https://docs.mikopbx.com/mikopbx/english/faq/cases/limit-the-number-of-authorizations-per-sip-account.md)
- [Call Monitoring (ChanSpy)](https://docs.mikopbx.com/mikopbx/english/faq/cases/how-to-implement-the-prompter-function.md)
- [Conversion of Call History FreePBX -> MikoPBX](https://docs.mikopbx.com/mikopbx/english/faq/cases/converting-freepbx-call-history-to-mikopbx.md)
- [SSL Certificate for MikoPBX Web Interface from OPNSense](https://docs.mikopbx.com/mikopbx/english/faq/cases/opnsense-certificate.md)
- [Hiding the Caller’s Number from Employees](https://docs.mikopbx.com/mikopbx/english/faq/cases/bluring.md)


---

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