> For the complete documentation index, see [llms.txt](https://helpdocs.yoxel.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpdocs.yoxel.com/yoxel-sync/testing-yoxel-sync-for-admins.md).

# Testing Yoxel Sync (for admins)

### Prerequisites:

***

* Yoxel Sync package is installed.<br>
* You (Salesforce admin) have the package license (use the **'Manage Licenses'** link to assign one).

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

After you have configured at least one sync template ([Yoxel Sync admin configuration](https://helpdocs.yoxel.com/yoxel-sync/yoxel-sync-admin-configuration)) go to your Yoxel Sync tab ([Adding Yoxel Sync tab](https://helpdocs.yoxel.com/yoxel-sync/adding-yoxel-sync-tab-lightning)) to examine your sync status. If you chose 'self-authorization' mode in your template you will have to authorize Yoxel Sync to access your remote accounts. Expand a service and activate/authorize. At this point you can connect the sync to a test mailbox account.

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

Once all your services are active you can run the sync by clicking the **'Sync now'** button.\
\
Test that your other Salesforce users can access the Yoxel Sync tab.

1. Give another user a license: [Adding and removing users](https://helpdocs.yoxel.com/yoxel-sync/adding-and-removing-users).<br>
2. Use the 'Login as' function for a Salesforce user.<br>
3. Find the [Adding Yoxel Sync tab](https://helpdocs.yoxel.com/yoxel-sync/adding-yoxel-sync-tab-lightning).<br>
4. If the tab is not accessible please check the user profile permissions: [Enabling users to access Yoxel](https://helpdocs.yoxel.com/yoxel-sync/enabling-users-to-access-yoxel).


---

# 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://helpdocs.yoxel.com/yoxel-sync/testing-yoxel-sync-for-admins.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.
