> 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-addons/activating-yoxel-salesforce-add-on.md).

# Activating Yoxel Salesforce Add-on

Once Yoxel Salesforce Add-on is installed you should be able to open it in the task pane for any selected email by clicking the add-on's icon:

<figure><img src="/files/9AKaBpq1BNnLVf21fOvi" alt=""><figcaption></figcaption></figure>

The very first time around the add-in will ask you to authorize access to your Office 365 and your Salesforce accounts.\
\
1\. Getting offline access to your Office 365 account allows the add-on to send emails when you're not online.

<figure><img src="/files/DGFsBBFsuNW20OVRYdNG" alt="" width="315"><figcaption></figcaption></figure>

You'll see details of the requested permissions. Click **'Accept'** to confirm.

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

2\. Getting access to your Salesforce account is essential to activating the rest of the add-in functionality:

<figure><img src="/files/idw00p3CQ85sQOQ2qTp5" alt="" width="309"><figcaption></figcaption></figure>

You'll see details of the requested permissions. Click **'Allow'** to confirm.

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

3\. After you've completed the two authorization steps your add-in should be active and should show its **"Home"** page to you. At that point please switch to the **'Settings'** tab to verify that you've connected proper Salesforce account. This is the page where you can de-activate the add-in or re-connect a different Salesforce account.

<figure><img src="/files/UDwCSVfk8XVeg4HthbId" alt="" width="318"><figcaption></figcaption></figure>


---

# 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-addons/activating-yoxel-salesforce-add-on.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.
