> 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/profile-and-settings/your-account.md).

# Your Account

## Your Account

A guide to everything you can do on the **Your Account** page in Jurisphere, from editing your profile to managing connected accounts, memories, and storage.

***

### At a glance

The **Your Account** page contains:

* **Profile details**, name, avatar, and basic info
* **Security**, two-step verification and active devices
* **About you**, role selection and a text field to describe yourself
* **Your Memories**, store preferences and context for personalized responses
* **Dropbox Sync**, connect your Dropbox account to automatically sync files

#### Profile details

Your avatar, display name, and basic info appear here. Click the avatar to upload a new image and edit your name if needed.

#### Security

You can add **two-step verification** for extra protection and review any active session including browser, IP address, and last seen time.

### Your Memories

**Your Memories** lets you store preferences, context, and important information that helps personalize your Jurisphere experience across tools like Research, Document Review, and List of Dates

**Examples of useful memories**

* Preferred drafting tone, concise or elaborate
* Jurisdiction defaults, for example, DIFC Courts in Dubai, Delhi HC in India.
* Research defaults, for example, always include tribunal decisions

**Add or edit a memory**

1. Open **Your Memories**.
2. Click **Add memory**.
3. Enter a short title and description, for example, '*Whenever preparing a legal opinion, follow this exact format: Factual context, questions of law addressed, sources and authorities, findings, conclusion. Do not use bullet points. Cite references in APA Citation Style wherever possible'..*
4. Click **Save**.

<figure><img src="/files/7Pf6qyULJFBVoDycxSQi" alt=""><figcaption></figcaption></figure>

**Manage or remove**

* Use the **Edit** or **Delete** options beside each memory to update or clear it.

> **Privacy**\
> Memories are stored securely within your account context. They are used only to personalize your experience inside Jurisphere.

#### Dropbox Sync

Connect your Dropbox account to automatically sync files from selected folders into Jurisphere, with real-time updates as files change. Click **Connect Dropbox** to link your account and choose which folders to sync. You can also connect your dropbox account through the [upload files](/file-upload-and-management/your-files-and-documents/uploading-files-and-folders.md) tab.&#x20;

***

### Frequently asked questions

**Why can I not change my email?**

If your email is tied to a connected Google account, disconnect Google first or contact support to migrate your account.

**Does Your Memories affect team members?**

No, memories are scoped to your account. Workspace wide defaults are set by admins.

***

### Troubleshooting and support

* If buttons do not respond, clear your browser cache and sign in again.
* If a page shows outdated counts, click **Refresh** in the toolbar.
* For account recovery, contact support with your registered email and any connected account details.

> **Need more help?**\
> Reach out to the Jurisphere team with your workspace name, user email, and a short description of the issue. Screenshots help us resolve issues faster.


---

# 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/profile-and-settings/your-account.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.
