# Integrations

- [SIP Trunking](https://dataqueue.gitbook.io/voicehub-docs/integrations/sip-trunk.md)
- [SIP Trunk Setup](https://dataqueue.gitbook.io/voicehub-docs/integrations/sip-trunk/sip-trunk-setup.md)
- [Network Requirements](https://dataqueue.gitbook.io/voicehub-docs/integrations/sip-trunk/network-requirements.md)
- [Configuring Inbound Calls](https://dataqueue.gitbook.io/voicehub-docs/integrations/sip-trunk/configuring-inbound-calls.md)
- [Configuring Outbound Calls](https://dataqueue.gitbook.io/voicehub-docs/integrations/sip-trunk/configuring-outbound-calls.md)
- [Twilio Numbers](https://dataqueue.gitbook.io/voicehub-docs/integrations/import-twilio-numbers.md): This guide explains how to collect the required Twilio credentials and enter them into the Import Number Form.
- [n8n](https://dataqueue.gitbook.io/voicehub-docs/integrations/n8n-integration.md): This guide walks you through integrating n8n webhooks with your voice agent. We’ll cover how to set up an n8n webhook that receives requests, how to configure it to respond (e.g., with today’s date),
- [Google Calendar](https://dataqueue.gitbook.io/voicehub-docs/integrations/google-calendar-integration.md)
- [Custom SMTP for Email Invitations](https://dataqueue.gitbook.io/voicehub-docs/integrations/custom-smtp-for-email-invitations.md): This guide will help you connect your own SMTP (e.g., Gmail) so that all emails are sent directly from your address. By default, our platform sends invitations using our own SMTP server.
- [Connect Your Meta Business Account](https://dataqueue.gitbook.io/voicehub-docs/integrations/connect-your-meta-business-account.md): This guide will help you connect your Meta Business account to Dataqueue VoiceHub, enabling WhatsApp Business integration for your agents.
- [WhatsApp Message Templates](https://dataqueue.gitbook.io/voicehub-docs/integrations/whatsapp-message-templates.md): This guide explains how to create new WhatsApp templates in your Meta account and use them in your agent to send WhatsApp messages.
- [MCP](https://dataqueue.gitbook.io/voicehub-docs/integrations/mcp.md): This guide explains how to connect MCP servers to your agent, where to choose which tools the agent can use (pathway-wide and per node), and how the agent invokes those tools during a call.
- [hidden page (cannot delete it)](https://dataqueue.gitbook.io/voicehub-docs/integrations/hidden-page-cannot-delete-it.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://dataqueue.gitbook.io/voicehub-docs/integrations.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.
