# Introduction

Calls API triggering is now supported to trigger outbound VOIP calls. Outbound VOIP configs need to be done on the agent at first and then API Key needs to be copied and used for those api calls.

#### Configuring VOIP Outbound

Under the Configuration Menu, there is a VOIP config tab that is used to select an outbound phone number/provider. Once configured, triggering API can be used along with the API key to trigger outbound voip calls

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

#### Generating API Key

Going to your agent page, there is a section where you can get an api key to be used for triggering calls using that agent.

<figure><img src="/files/Za1LeJm59Z6fip3UtjaS" alt=""><figcaption></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://dataqueue.gitbook.io/voicehub-docs/api-reference/introduction.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.
