# Password reset

The [**user registration endpoint**](https://geolytix.gitbook.io/xyz-developer-guide/routes/auth/register) can be used to reset a users password.

The new password will be stored in a separate column in the ACL. A new verification link will be sent to the registered email address for the account. The new password will be set once ownership of the email account has been verified.

Resetting the password will also reset the number of [**failed login attempts**](https://geolytix.gitbook.io/xyz-developer-guide/access/failed-login-attempts).&#x20;


---

# 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://geolytix.gitbook.io/xyz-developer-guide/access/password-reset.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.
