> 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/my-account-and-organization/signing-in-to-jurisphere.md).

# Signing in to Jurisphere

## Open the Jurisphere Website

1. Open a web browser on your device. (*Tip: Use Chrome / Edge for optimal experience!*)
2. In the navigation bar, type in [app.jurisphere.ai](https://app.jurisphere.ai).&#x20;
3. On the homepage, click the **Sign Up** button on the bottom right.&#x20;

{% hint style="info" %}
Be sure to "**Sign up**" and not "Sign in" if you are using Jurisphere for the first time!
{% endhint %}

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

***

1. You can sign up using any of the following:
   1. Your **work email address** (recommended)
   2. Your **Google account** (if your work account is logged in on your browser)
2. If signing up via email, you’ll be prompted to enter a verification code.
3. Once filled, click **Continue**

***

## Verify your account

1. Check your inbox for a verification email from Jurisphere.&#x20;
2. Click the link or enter the One-Time-Password to activate your account.

{% hint style="info" %}
**Didn’t get a verification email?**

Check your spam folder or click **Resend Verification**.
{% endhint %}

***

## You're in!

You’ll now land on your [Jurisphere dashboard](/my-account-and-organization/jurisphere-dashboard.md). From here, you can:

* Access tools like [Document Review](/document-review/overview-of-the-document-review-tool.md), [List of Dates](/list-of-dates/overview-of-the-list-of-dates-tool.md), [Redline Analysis](/redline-analysis/overview-of-the-redline-analysis-tool.md), and more.
* [Upload your first document](/file-upload-and-management/your-files-and-documents/uploading-files-and-folders.md) or ask a legal query.
* Book a walkthrough with our onboarding team, if needed.

***

### Troubleshooting

* **Need help?**\
  Reach out to our support team via the **Support Bot** on the bottom right of the page.

{% hint style="info" %}
Due to privacy and security compliance requirements, a verification code / OTP is mandatory while logging in afresh to the Jurisphere platform. Make sure you have access to your email address.
{% endhint %}


---

# 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/my-account-and-organization/signing-in-to-jurisphere.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.
