# Menu Syncing

{% hint style="warning" %}
Provider management functions are permission-based. Only users with these permissions can access and manage providers:

* User can sync venue provider menus
* User can toggle venue provider activity

These are split into two permissions to separate routine menu updates from higher-impact actions like disabling providers. Syncing the menu is generally safe as it's for pushing menu updates. On the other hand, enabling or disabling providers carries broader business implications so it can be limited to certain authorized users.
{% endhint %}

Syncing the menu ensures that any changes you've made to the menu—like pricing updates, product availability or new items—are **reflected across all platforms**. Without syncing, outdated information will appear on your sales channels. This may lead to issues like errors in pricing or displaying unavailable products.

#### To sync the menu:

{% tabs %}
{% tab title="In the POS" %}

1. In the POS, click on the **Settings** button.
2. Click on **Providers management**.
3. Click on the **Sync Menu** button.

<figure><img src="/files/DQQJMQl4jFOs1Ulu0kDg" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="In the Admin Portal" %}

1. In the [**Admin Portal**](https://admin.gobossit.com/), navigate to **Channels > Providers**.
2. Click on **Sync menu** for the relevant provider.

<figure><img src="/files/I4UcBmVQmfUCCti7yOj1" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

#### Limits on Menu Sync

The menu sync button only allows one sync every 60 seconds for every provider.

<figure><img src="/files/DFU4epDtNQJwlycV0T55" alt=""><figcaption></figcaption></figure>

## Sync History

In the [**Admin Portal**](https://admin.gobossit.com/), navigate to **Channels > Sync History**.

In the Admin Portal, you can view a log of menu sync activities. This shows when syncs occurred, who initiated them, and the status of each sync.

<figure><img src="/files/PF1OqMilci9k8LAKGrAa" alt=""><figcaption></figcaption></figure>


---

# 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.bossithq.com/providers/menu-syncing.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.
