> For the complete documentation index, see [llms.txt](https://onboarding.olivehelps.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://onboarding.olivehelps.com/installing-olive-helps/distributing-olive-helps.md).

# Distributing Olive Helps

## Download Olive Helps

To download the latest version of the Olive Helps installer (for the Enterprise release channel), visit the link below. The download should start immediately.

[Windows 10+ **`.msi`** Installer](https://olive.page.link/olive-helps-windows-msi) (per machine installs)\
[Windows 10+ **`.exe`**  Installer](https://olive.page.link/olive-helps-windows) (per user installs)\
[Mac **`.dmg`** Installer](https://olive.page.link/olive-helps-mac) (per machine or per user installs)&#x20;

## Distributing Olive Helps on Windows

To distribute Olive Helps within your enterprise, you can leverage your standard software distribution tools (e.g. SCCM). You can use a tool like SCCM to install Olive Helps across your enterprise by running the MSI installer (with or without special flags).

### Example Installation Command

```powershell
msiexec /i "<full path to MSI file>"
```

The default directory the application gets installed into is: `C:\Program Files\Olive Helps`

For reference, [here is documentation](https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/msiexec) for the `msiexec` command. Some helpful flags:

* `/qn` - doesn't show an installation UI
* `/norestart` - doesn't reboot the machine after installation finishes

### Custom Installation Directory

```powershell
msiexec /i "<full path to MSI file>" APPLICATIONROOTDIRECTORY=<target directory>
```


---

# 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://onboarding.olivehelps.com/installing-olive-helps/distributing-olive-helps.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.
