# Activating admin approved pre-authorizations mode

In Salesforce go to **Setup > Apps > Connected Apps > Connected Apps OAuth Usage** and scroll down to find Yoxel Sync app. Click **Install** if you see the button ot click **Manage App Policies** if the app is already installed.

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

Click the Edit Policies button to change Permitted Users to **"Admin approved users are pre-authorized"**.&#x20;

{% hint style="warning" %}
Do not change anything else!
{% endhint %}

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

On the app policies page scroll down to Profiles and click the **Manage Profiles** button. Specify all user profiles that should be approved for Yoxel Sync.

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

After the admin has configured the settings in Salesforce, they need to go to Yoxel’s admin app and enable this mode in the template.

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

On the page of the template wizard use Salesforce service and switch Authorization mode to "Authorizations will be provided by a Salesforce administrator". Then click Save.

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

After this you can step through the wizard and publish your template. All syncs under this template will start using this new mode of authorization and your users won't have to provide self-authorizations anymore.


---

# 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://helpdocs.yoxel.com/yoxel-sync/activating-admin-approved-pre-authorizations-mode.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.
