> For the complete documentation index, see [llms.txt](https://help.jurisphere.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.jurisphere.ai/word-add-in/installing-and-signing-in-to-the-word-add-in.md).

# Installing and Signing in to the Word Add-In

Get started with Jurisphere's AI directly inside Microsoft Word. Follow the steps below to install the Add-in and connect your account.

{% stepper %}
{% step %}

### 📥 Installation

Add Jurisphere to your Word environment in just a few clicks.

1. Open any document in Microsoft Word and navigate to the **Home** tab.
2. Click on **Add-ins** in the toolbar.
3. In the search bar, search for **Jurisphere**.
4. Once the Jurisphere Word Add-in appears in the results, click **Add**.
5. Wait a few seconds for the Add-in to load. Once installed, the Jurisphere panel will appear on the right side of your Word document.

{% hint style="info" %}
💡 **Tip:** Once installed, the Jurisphere Add-in will remain available across all your Word documents - you only need to install it once.
{% endhint %}
{% endstep %}

{% step %}

### 🔐 Signing In

{% embed url="<https://drive.google.com/file/d/1TqC5nBawUQ0hr2Av3KjBKTQDlmwI5U_v/view?usp=sharing>" %}

Connect your existing Jurisphere account to start working.

1. In the Jurisphere panel, click **Sign In**.
2. Enter the official email address you use to access the Jurisphere web platform.
3. A one-time verification code will be sent to your email.
4. Enter the verification code in the panel and complete the authentication process.
5. Click **Continue** to access the Jurisphere Word Add-in.

> 💡 **Tip:** Use the same email address you use to sign in to the Jurisphere web platform. A different email will not link to your existing account and data.
> {% endstep %}
> {% endstepper %}

>


---

# 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://help.jurisphere.ai/word-add-in/installing-and-signing-in-to-the-word-add-in.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.
