# Case Information

***

Open a Passport from the [Passports page](https://app.mdjusticepassport.org/litigantapp/passports) and click the "Case Info" tab.

{% hint style="info" %}
You may need to click the three dots <img src="https://mjpwebcontent.s3.amazonaws.com/three+dots+icon.png" alt="" data-size="line"> on the right side of the tabs menu to see the Case Info tab, especially if you are on a mobile phone.
{% endhint %}

The "Case Info" tab is where information about your case is stored. This includes your case type and county, your case summary, and information on the opposing party, if applicable. Feel free to add to this if you have more details than what is already shown.

{% hint style="warning" %}
When updating case information, please do not delete anything! Whoever created your Passport included the information shown so that organizations can know if they can help you.
{% endhint %}

#### How to update your case information <a href="#how-to-update-your-case-information" id="how-to-update-your-case-information"></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. Feel free to add more information, but don't delete anything.
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 case information 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.


---

# Agent Instructions: 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/case-information.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.
