> For the complete documentation index, see [llms.txt](https://docs.slapfive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.slapfive.com/integrations/salesforce/slapfive-advanced-app/7.-configure-data-syncing.md).

# 7. Configure data syncing

{% hint style="info" %}
Note: the data syncing uses the Embedded URLs and the SlapFive Salesforce Role filters you define in Step 5.
{% endhint %}

### SlapFive Admin tab

The SlapFive Advanced App includes a tab called **SlapFive Admin** which is used to configure the data syncing between SlapFive and Salesforce. To access this tab, the User must be assigned to the **SlapFive Admin** Permission Set.

Within the SlapFive Admin screen, the **Dashboard** tab shows a summary of the Sync Status, Last Sync, and the number of records that have been synced.

![](/files/lcLRcjAxhdtVdKcFNkLc)

The **Sync Management** tab lets you schedule automatic syncs, manually execute syncs, and view the history of syncs.

<figure><img src="/files/0G2m7Gs7EMhOnrVT1C7f" alt=""><figcaption></figcaption></figure>

When configuring your sync, these options are available:

**Sync Configuration:**

* [ ] **Enable Automatic Sync:** Turn this on to activate the data sync.
* [ ] **Sync Frequency:** Select how frequently you want to sync the data.
* [ ] **Execition Time:** Select the time of day to sync.

**Manual Sync Operations:**

* [ ] Click any of the blue buttons to manually sync the records for that object.

**Bulk Operations:**

* [ ] **Sync All Objects:** Click this button to sync all 4 objects.
* [ ] **Clear All Data:** Click this button to clear the synced data to start fresh.

**Sync History:**

* [ ] View the Sync History to confirm that the sync jobs have completed successfully.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.slapfive.com/integrations/salesforce/slapfive-advanced-app/7.-configure-data-syncing.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
