> For the complete documentation index, see [llms.txt](https://docs.tryprotege.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tryprotege.com/review/getting-started/document-editor-installation/office-365.md).

# Office 365

The Protege AI Add-In for Office 365 seamlessly integrates with your existing workflow, empowering marketing and legal teams to streamline content review for legal risks directly within your Word editor. From Sharepoint or Microsoft 365 Word, you can install the plug-in with these instructions.

1. Select **File** > **Get Add-ins**, then select **Manage my Add-Ins**

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

2. Click **More Add-ins**, and enter "**Protege"** in the search bar.

<figure><img src="/files/0Gw7J44bHSHLOsZbiAVp" alt=""><figcaption></figcaption></figure>

3. Press **Add**, and follow the on-screen instructions to install the add-in.
4. Verify that the Protege AI add-in is installed. Select the **Protege AI** tab at the navigation ribbon, and then press **Open Protege AI.**

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

#### Note:

* If you encounter any issues during the installation process or require assistance, please reach out to our support team at <founders@tryprotege.com>. We're here to help ensure a smooth installation and seamless integration with your workflow.


---

# 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://docs.tryprotege.com/review/getting-started/document-editor-installation/office-365.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.
