# Logging In and Out

***

#### How to log in <a href="#how-to-log-in" id="how-to-log-in"></a>

1. Go to the login page: [**https://app.mdjusticepassport.org**](https://app.mdjusticepassport.org/).
2. Enter the email address that you used to sign up. If your email address is a Google account, you also have the option to log in with your Google account by clicking "Sign in with Google" and following the steps. If you log in with your Google account, you don't need to do steps 3 and 4.
3. You'll receive an email with a one-time Magic Link and code.
4. Click on the Magic Link or enter the code provided in the email.

{% hint style="success" %}
Each time you log in, you will need to follow the steps above.
{% endhint %}

#### How to log out <a href="#how-to-log-out" id="how-to-log-out"></a>

1. Click on the icon of the person <img src="https://mjpwebcontent.s3.amazonaws.com/Stacker+user+icon.png" alt="" data-size="line">.
   * On a computer 🖥️, the icon will likely be in the lower left corner.
   * On a mobile device📱, the icon will likely be in the top right corner.
2. Select "Log Out."

{% hint style="danger" %}
You will stay logged in until you choose to log out. **If you are using a public computer, log out at the end of your session.**
{% endhint %}

{% hint style="info" %}

#### If you can't get into your account, fill out the [contact form](https://www.mdjusticepassport.org/contact) or call Civil Justice, Inc. at 443-853-1011. <a href="#if-you-cant-get-into-your-account" id="if-you-cant-get-into-your-account"></a>

{% endhint %}


---

# 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/logging-in-and-out.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.
