> For the complete documentation index, see [llms.txt](https://learn.mdjusticepassport.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.mdjusticepassport.org/how-to-use-your-passport/my-profile.md).

# My Profile

***

Open a Passport from the [Passports page](https://app.mdjusticepassport.org/litigantapp/passports) and then click on the "My Profile" tab (most people will already be on the "My Profile" tab after opening a Passport). You will see your name, contact information, and communication preferences.

#### How to update your profile <a href="#how-to-update-your-profile" id="how-to-update-your-profile"></a>

1. Select the "Edit" button <img src="https://mjpwebcontent.s3.amazonaws.com/Stacker+edit+icon.png" alt="" data-size="line"> near the top right corner of the screen.
2. Click into the boxes and make edits as needed.
3. Select the "Save" button <img src="https://mjpwebcontent.s3.amazonaws.com/Stacker+save+icon.png" alt="" data-size="line"> near the top right corner of the screen.

If you've started editing your profile but decide that you don't want to keep the changes, click the "Cancel" button <img src="https://mjpwebcontent.s3.amazonaws.com/Stacker+cancel+icon.png" alt="" data-size="line"> near the top right corner of the screen.

{% hint style="info" %}
Currently, you cannot update 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:

```
GET https://learn.mdjusticepassport.org/how-to-use-your-passport/my-profile.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.
