# Advanced topics

- [Studio](https://manuals.dialox.ai/advanced-topics/studio.md)
- [How to Publish](https://manuals.dialox.ai/advanced-topics/studio/how-to-publish.md)
- [How to make 2FA Required](https://manuals.dialox.ai/advanced-topics/studio/how-to-make-2fa-required.md)
- [How to add additional columns to contactlist](https://manuals.dialox.ai/advanced-topics/studio/how-to-add-additional-columns-to-contactlist.md): How to add additional columns to your contacts list
- [Conversation retention time](https://manuals.dialox.ai/advanced-topics/studio/conversation-retention-time.md): When well conversation data be archived?
- [How to help the bot pronounce phone numbers correctly](https://manuals.dialox.ai/advanced-topics/studio/how-to-help-the-bot-pronounce-phone-numbers-correctly.md)
- [How to help the bot pronounce numbers correctly](https://manuals.dialox.ai/advanced-topics/studio/how-to-help-the-bot-pronounce-loose-numbers-correctly.md)
- [Flow Topics](https://manuals.dialox.ai/advanced-topics/flow-topics.md)
- [Skipping step based on language tag](https://manuals.dialox.ai/advanced-topics/flow-topics/skipping-step-based-on-language-tag.md): Example of how to skip a step in the flow based on the current conversation language
- [Switching language using intent trigger](https://manuals.dialox.ai/advanced-topics/flow-topics/switching-language-using-intent-trigger.md)
- [Meta](https://manuals.dialox.ai/advanced-topics/meta.md)
- [How to get Meta Business Suite Verification](https://manuals.dialox.ai/advanced-topics/meta/how-to-get-meta-business-suite-verification.md)
- [How to connect Facebook page to Facebook Business Account](https://manuals.dialox.ai/advanced-topics/meta/how-to-connect-facebook-page-to-facebook-business-account.md): How to connect the company page to your new Facebook Business account
- [360Dialog](https://manuals.dialox.ai/advanced-topics/360dialog.md)
- [How to give permission API access](https://manuals.dialox.ai/advanced-topics/360dialog/how-to-give-permission-api-access.md)
- [How do I change my profile in 360Dialog](https://manuals.dialox.ai/advanced-topics/360dialog/how-do-i-change-my-profile-in-360dialog.md)
- [How to make 360dialog templates](https://manuals.dialox.ai/advanced-topics/360dialog/how-to-make-360dialog-templates.md)
- [How do I terminate my number in 360Dialog](https://manuals.dialox.ai/advanced-topics/360dialog/how-do-i-terminate-my-number-in-360dialog.md)
- [Bubblescript](https://manuals.dialox.ai/advanced-topics/bubblescript.md)
- [How to add a custom button](https://manuals.dialox.ai/advanced-topics/bubblescript/how-to-add-a-custom-button.md)
- [How to change the email template](https://manuals.dialox.ai/advanced-topics/bubblescript/how-to-change-the-email-template.md)
- [Operator](https://manuals.dialox.ai/advanced-topics/operator.md)
- [Where are my CDRs?](https://manuals.dialox.ai/advanced-topics/operator/where-are-my-cdrs.md)
- [Onboarding required](https://manuals.dialox.ai/advanced-topics/operator/onboarding-required.md): Ordered extension cannot be configured
- [Google Tag Manager](https://manuals.dialox.ai/advanced-topics/google-tag-manager.md): How to include the DialoX chat widget using Google Tag Manager
- [Platform](https://manuals.dialox.ai/advanced-topics/platform.md)
- [Network Security Policies](https://manuals.dialox.ai/advanced-topics/platform/network-security-policies.md): DialoX Platform / Inbox SDK
- [Make](https://manuals.dialox.ai/advanced-topics/make.md): How to integrate with Make
- [Shomi Custom](https://manuals.dialox.ai/advanced-topics/shomi-custom.md)
- [Errors](https://manuals.dialox.ai/advanced-topics/errors.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://manuals.dialox.ai/advanced-topics.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.
