> For the complete documentation index, see [llms.txt](https://docs.getgophish.com/user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.getgophish.com/user-guide/~/revisions/-LRPctS9GDh89Y717pRF/documentation/changing-user-settings.md).

# Changing User Settings

## Registering a New User

By navigating to `your_site/register` you can register a new user:

![Gophish Register Screenshot](https://i.imgur.com/1Mh1mCo.png)

## Logging in

When you first launch gophish, you will be taken to the login page. The default credentials are `admin:gophish`. Once logged in, it's encouraged to change your password.

## Changing Your Password & Updating Settings

By clicking the "Settings" tab, you will navigate to the settings page. This page allows you to change your password, as well as update your API key.

![Gophish Settings Page](https://i.imgur.com/PWgXhEV.png)

To change your password, simply submit your current password, as well as the new password you would like to use, and click "Save". Any errors will be indicated on the page.

This page also provides the ability to reset your API key, which is strongly recommended when logging in for the first time. To reset your API key, simply click the "Reset" button next to the existing API key.

You might need to refresh the page before continuing to use gophish. This should be fixed soon.


---

# 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://docs.getgophish.com/user-guide/~/revisions/-LRPctS9GDh89Y717pRF/documentation/changing-user-settings.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.
