# Additional Packages

Xenioo is built around multiple modules that can be enabled depending on your bot design requirements.

Here is a small list of all of the Xenioo optional modules. Make sure to get in touch with your [LINK Mobility](https://www.linkmobility.com/) sales representative to get more details and information.

| Module                                                                                                    | Description                                                                                                             |
| --------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- |
| [Channels](/basic-concepts/publishing/channels.md)                                                        | Enables one or more channel communication provider.                                                                     |
| [Conversation Events](/basic-concepts/chatbot-details/chatbot-settings/integration.md#events-webhook-url) | Allow each bot to have a unique, external REST endpoint that can receive conversation events.                           |
| [Automatic Backup](/basic-concepts/chatbot-details/backup-and-restore.md#automatic-backup)                | Activates automatic bot backup for every major update to any bot inside an account.                                     |
| [On Demand Broadcast](/broadcast/scheduling/basic-settings/on-demand.md)                                  | Enables triggering of Broadcasts using a custom REST Endpoint.                                                          |
| [Xenioo Forms](/actions-and-operations/forms.md)                                                          | Enables dynamic data entry forms that can be generated on demand during a conversation.                                 |
| [NLP Master](/ai/nlp/nlp-master.md)                                                                       | Enables sharing of NLP training among multiple bots inside the same account.                                            |
| [Reference Clone](/basic-concepts/chatbot-details/master-and-child.md#working-with-a-master-bot)          | Enables sharing of bot content among multiple bots inside the same account.                                             |
| [Pro Team](/basic-concepts/chatbot-details/chatbot-teams.md)                                              | Increase the maximum number of team members that can be invited to your bot and enables fine-grained permission access. |
| [Campaigns ](/broadcast/campaigns.md)& [Distribution Lists](/broadcast/distribution-lists.md)             | Enable use of campaigns and distribution lists for every bot inside the same account                                    |
| [Database](/database/xenioo-database.md)                                                                  | Enable use of data collections and queries inside all bots of the same account.                                         |
| [SSO Login](/xenioo-api/globa-platform-api/platform-sso.md)                                               | Allows SSO login from external sources.                                                                                 |
| [Global Platform API](/xenioo-api/globa-platform-api.md)                                                  | Allows direct access to multiple API endpoints for deeper integration with your bot data and structure.                 |


---

# 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.xenioo.com/basic-concepts/your-account/additional-packages.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.
