# Inbound Call

This tutorial will walk through how to **initiate an inbound call** to make sure your voice agent is working as expected.

Follow the URL: <https://dashboard.nexavoxa.com/dashboard/phone-numbers>

<figure><img src="/files/1qRfCvPRuSaOTAfbhrQz" alt=""><figcaption></figcaption></figure>

**Key Actions to Show**:

* **Simulating an inbound call** to the agent
* **Interacting with the agent** (asking common questions)
* **Checking agent responses** for accuracy
* **Adjusting settings based on test results**


---

# 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.nexavoxa.com/telephony/inbound-call.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.
