> For the complete documentation index, see [llms.txt](https://docs.coherent.global/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coherent.global/the-spark-assistant/installing-the-spark-assistant.md).

# Install the Spark Assistant

{% hint style="info" %}
With the release of [Coherent Assistant](https://docs.coherent.global/assistant/), Spark Assistant will not be receiving any further enhancements. We suggest users to use [Coherent Assistant](https://docs.coherent.global/assistant/) which has a new interface and helpful features.
{% endhint %}

The steps to enable the Excel add-in differ depending on the target operating system. For example, macOS users can only install the Assistant with their Office 365 accounts.

## Deployment via Microsoft 365 (AppSource, Preferred)

{% hint style="warning" %}
The following instructions apply only to Microsoft 365 Administrators. *Pre-requisite: To deploy Add-ins, you must be a Global Admin or Exchange Admin in your tenant.*
{% endhint %}

1. Log in to the Microsoft 365 Admin Portal at <https://admin.microsoft.com/Adminportal/Home#/Settings/IntegratedApps>

![](/files/f6oe3raDrPz5TM2WOqjj)

2. Navigate to **Integrated apps** under Settings. Select **Get apps**.
3. Search for "Spark Assistant" and click **Get it now**.
4. Click **Confirm** to install.

![](/files/MdGSEjcY6CM51ZhnNuWy)

5. Deploy the add-in to the entire organization or to a select group of users.
6. Click on **Next**, and **Finish deployment**.
7. Wait for the deployment to complete and click on **Done**.
8. Once deployed, you will see **Spark Assistant** in the list of Add-ins installed.

![](/files/XJP3pWDyDoy0yUCyuBCy)

## Deployment via Network Share (Windows only)

{% hint style="warning" %}
This method is unavailable for macOS; please deploy via Microsoft 365 Admin. Please reach out to customer support for the manifest file.
{% endhint %}

1. Add the manifest file to a folder on your local machine that can be shared.
2. Right-click the folder from the File Manager and click **Properties**.
3. Within the Properties dialogue box, open the **Sharing** tab and then click **Share**.
4. Add the usernames of the individuals you'd like to share the add-in with and provide the required access below.
5. Click **Share**.
6. Once you see the confirmation message, take note of the full network path displayed immediately after the folder name. You will need this in step 12.
7. Choose **Done** and close the Network Access dialogue box and Properties.
8. Open a Microsoft Excel document.
9. Choose the **File** tab and then choose **Options**.
10. On the left-hand menu of the modal that appears, choose **Trust Center** and then click **Trust Center Settings**.
11. Choose **Trusted Add-in Catalogs**.
12. In the Catalog URL box, add the network path from step 6. In case you have misplaced it, you can go back to the folder you created and get the path link from the Properties option inside the **Sharing** tab.
13. After adding the full path link, click **Add catalog**.
14. Select the **Show in Menu** checkbox for the newly added Add-in and then click **OK**.
15. Close all Microsoft Office applications.
16. In Excel, click the Files menu and choose *Get Add-ins*.
17. In the resulting *Office Add-ins* dialog box choose the *Shared Folder* ta&#x62;*.*
18. Select the name of the add-in and choose **Add** to insert the add-in.

Reference: <https://learn.microsoft.com/en-us/office/dev/add-ins/testing/create-a-network-shared-folder-catalog-for-task-pane-and-content-add-ins>

{% hint style="info" %}
If the Spark Assistant isn't visible when Excel is re-opened, from the ribbon, select **Insert** > **My Add-ins** > **Shared Folder**. Select *Spark Assistant* and click **Add**.
{% endhint %}

## Standalone Installation for Users from AppSource

{% hint style="warning" %}
This method requires a Microsoft 365 account and won't work in Excel environments where web add-ins are blocked.
{% endhint %}

If administrators can't deploy the add-in, users can also install the Add-in for themselves from within Excel.

1. From the ribbon, navigate to **Insert** > **Add-ins** > **Get Add-ins**.
2. *Office Add-ins* will open a new window.
3. Select **STORE**, search for **Spark Assistant**, and click **Add** to install.

![](/files/VgfFaG5snpqnUxGOLlaP)


---

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

```
GET https://docs.coherent.global/the-spark-assistant/installing-the-spark-assistant.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.
