# Integrations / Extensions

The table below contains all available features that can be enabled in project settings.

| Feature                                                                 | Description                                                                                 |
| ----------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
| Analytics                                                               | All metrics of your project in a single page on MBurger dashboard.                          |
| Push Notifications                                                      | Allows you to send or schedule push notifications to your mobile devices.                   |
| Beacons                                                                 | You can associate beacons to your sections.                                                 |
| Multi-language                                                          | This feature adds multi-language to you project. You can add all languages you’d like.      |
| [Authentication Provider](/api-docs-1/integrations-extensions/users.md) | Feature that allows you to manage end-users users for your project, like mobile apps users. |
| [Live Messages](/api-docs-1/integrations-extensions/misc.md)            | You can send live messages from clients and see them live in the MBurger dashboard.         |
| Shopify                                                                 | You can organize menu collections of a Shopify account and complete an order using Stripe.  |


---

# 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.mburger.cloud/api-docs-1/integrations-extensions.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.
