> 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.md).

# YOXEL ADDONS

- [Yoxel Outlook and Gmail addons](https://helpdocs.yoxel.com/yoxel-addons/yoxel-outlook-and-gmail-addons.md)
- [Installing Yoxel Outlook add-in (for all users)](https://helpdocs.yoxel.com/yoxel-addons/installing-yoxel-outlook-add-in-for-all-users.md)
- [Installing Yoxel Outlook add-in (for yourself)](https://helpdocs.yoxel.com/yoxel-addons/installing-yoxel-outlook-add-in-for-yourself.md)
- [Installing Yoxel Gmail plugin](https://helpdocs.yoxel.com/yoxel-addons/installing-yoxel-gmail-plugin.md)
- [Adding Yoxel Addin to Google Workspace allowlist](https://helpdocs.yoxel.com/yoxel-addons/adding-yoxel-addin-to-google-workspace-allowlist.md)
- [Activating Yoxel Salesforce Add-on](https://helpdocs.yoxel.com/yoxel-addons/activating-yoxel-salesforce-add-on.md)
- [Activating Yoxel Sync from the add-on](https://helpdocs.yoxel.com/yoxel-addons/activating-yoxel-sync-from-the-add-on.md)
- [Logging email to Salesforce](https://helpdocs.yoxel.com/yoxel-addons/logging-email-to-salesforce.md)
- [Home Page: People List and Views](https://helpdocs.yoxel.com/yoxel-addons/home-page-people-list-and-views.md)
- [Use your Salesforce lists/views](https://helpdocs.yoxel.com/yoxel-addons/use-your-salesforce-lists-views.md)
- [Quick-create a new lead, contact, opportunity, task, case](https://helpdocs.yoxel.com/yoxel-addons/quick-create-a-new-lead-contact-opportunity-task-case.md)
- [Follow-Up robot in Yoxel Add-ons](https://helpdocs.yoxel.com/yoxel-addons/follow-up-robot.md): This guide explains how to automate follow-ups with Yoxel, covering activation, rule configuration, and management of follow-up sequences for streamlined email communication.
- [Email Tracking in Yoxel Add-ons](https://helpdocs.yoxel.com/yoxel-addons/email-tracking-in-yoxel-add-ons.md): Track recipient engagement with real-time email open notifications and detailed insights in Outlook and Gmail using the Yoxel add-on.
- [Scheduler in Yoxel Add-ons](https://helpdocs.yoxel.com/yoxel-addons/scheduler-in-yoxel-add-ons.md): Learn how to share your availability and let recipients book meetings through customizable scheduling links in Yoxel’s Outlook and Gmail add-ons.
- [Collective Availability Sharing](https://helpdocs.yoxel.com/yoxel-addons/collective-availability-sharing.md)
- [Getting started with Yoxel Google Workspace Add-On](https://helpdocs.yoxel.com/yoxel-addons/getting-started-with-yoxel-google-workspace-add-on.md)
- [Installing Yoxel Google Workspace Add-On](https://helpdocs.yoxel.com/yoxel-addons/getting-started-with-yoxel-google-workspace-add-on/installing-yoxel-google-workspace-add-on.md)


---

# 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.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.
