> For the complete documentation index, see [llms.txt](https://cedextech.gitbook.io/delta-quizy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cedextech.gitbook.io/delta-quizy/configuration/facebook-persistent-menus.md).

# Facebook Persistent Menus

{% hint style="info" %}
The Persistent Menu is always available to the user. This menu should contain top-level actions that users can enact at any point. Having a persistent menu easily communicates the basic capabilities of your bot for first-time and returning users.
{% endhint %}

{% hint style="info" %}
To use the persistent menu, you must add a Get Started button&#x20;
{% endhint %}

1. Go to "Application Settings"
2. Click "Chatbot Persistent Menus"
3. Add Persistent Menus
4. Click the button "Save Changes"
5. Go back to "Application Settings"
6. Click "Artisan Commands"
7. Click the button "Execute" for "Add a persistent Facebook menu"

There are 2 types of menus

* Postback
* Web URL

Allowed values for **Payload** when T**ype** is **postback**

| Payload (Postback) | Description                                    |
| ------------------ | ---------------------------------------------- |
| GREETING           | Display welcome message                        |
| SelectTopic        | Start the conversation and display quiz topics |
| StartQuiz          | Start the quiz                                 |
| MyScore            | Display the quiz score                         |

[Read More](https://developers.facebook.com/docs/messenger-platform/reference/messenger-profile-api/persistent-menu)
