> For the complete documentation index, see [llms.txt](https://docs.geoprismregistry.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.geoprismregistry.com/readme/current/geoprism-registry-tutorial/6.3-user-management/6.3-user-management-2.md).

# 6.3.3. Resetting a forgotten password (local GeoPrism Registry credentials)

If you forgot your password, you may try to reset it using the Forgot Password functionality on the login page.

1. On the GeoPrism Registry login page, click on the *Forgot password?* link just below the login username and password fields.\\

   <figure><img src="https://lh5.googleusercontent.com/v6OrD8GUbYpX4CabhI09KGyJYUuKFpKK-nCdc3eY1PS51apsB6UwNA1d6NFr88jxV1mDIjawJTt9Vu58EmZqVfItTLdrz80bFWi-OHD5d2huSl9mm2AWN5eEGqvnZLkGt3E1KCRrKg2J59DgEwn0lCTaRSS52jhVOzbspFpdb2TKUWHrlTdWzVWlWQ" alt=""><figcaption></figcaption></figure>
2. Enter your username.\\

   <figure><img src="https://lh4.googleusercontent.com/dWkvuE2YaoASOmxGIHtDRsZbEcil3bOqT7cCbyfChffnr6wg57G_YOpWBDsJopgu4bSf9H1FjXbyIM30gZZ9dH6gEIIBryN-jJLFibLG4Gm0RMmh0d5nez7S_8aYKkbRkUXuNdFfv8xEYw3MmNUmTHFo-mHy7-nvpcuWjzcrqjFMunRg40_mOD66" alt=""><figcaption></figcaption></figure>
3. Click the **Submit** button. This will send an email to the address registered with your GeoPrism Registry account.\\

   <figure><img src="https://lh6.googleusercontent.com/zb3HvtjLdORxYKgeH1JS69U7JQmsU4CA6qUj0Tv2PdUff2Sr5AhgCAk_EDSSrAEe5Bp4cDM4JiGl2WCFo_7MBRoosFDWPAa0M9vzdrNO188QrLGO1CU5JSPKHpUAndRUTSI0XwA4-OeyC6p40-1gLuUuOmFpeU3DLmawlGCpfevIDnhEslt_Ax7F" alt=""><figcaption></figcaption></figure>
4. Check the email address registered with your GeoPrism Registry account for an email with the verification link to reset your password. Click on that link.
5. A new page will open with a form to enter a new password. Enter your new password and confirm it in the form.\\

   <figure><img src="https://lh4.googleusercontent.com/GJGXt42tAK-GzoNE5tCDj3gbXoHLG_cTekz5aRDu0xITjkRh2GryMWLx8K6HRQzFo8VnmAqHoUAygk48b-fYY3gJo76LqX4fagvdq9BbsH6HxIRL1hTJXybg07HJI1BQoqwil-JM0N_Afgc9OatHSJs6LNOz22lt-s_7UHeXab0yiX4rMUr1RUbk" alt=""><figcaption></figcaption></figure>
6. Click the **Submit** button.


---

# 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://docs.geoprismregistry.com/readme/current/geoprism-registry-tutorial/6.3-user-management/6.3-user-management-2.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.
