> For the complete documentation index, see [llms.txt](https://docs.daylite.app/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.daylite.app/help/center/account-settings/reset-password.md).

# Reset Password

## Before You Reset Your Password

If you’re trying to log in to Daylite or Account Manager, it’s worth checking your saved passwords first, many users store them in a password manager without realizing it.

Here are the most common places to check:

* [1Password](https://support.1password.com/1password-com-items/)
* [Apple Passwords on Mac](https://support.apple.com/en-om/guide/passwords/mchl8dd41c81/mac)
* [Apple Passwords on iPhone](https://support.apple.com/en-ca/guide/iphone/iph0db74c881/ios)
* [Apple Passwords on iPad](https://support.apple.com/en-ca/guide/ipad/ipada8a28953/ipados)

## Reset Your Daylite Password

You can reset your Daylite password in several ways:

### From the Login Screen

1. At the login screen, click **Forgot Your Password?** and a browser window will open
2. Type your email address then click **Continue**
3. Click **Forgot your password?**
4. An email will be sent to your Daylite email address with reset instructions

### From Your Browser

1. Go to <https://www.marketcircle.com/account/login>.
2. Type your email address then click Continue
3. Click **Forgot your password?**
4. An email will be sent to your Daylite email address with reset instructions

### While Logged In

1. From the menu bar choose **Daylite** > **Change Password**
2. In the browser window that opens, click **Change** next to **Name and Password.**
3. Type in your new Password

Choose the method that works best for you to update your credentials.


---

# 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.daylite.app/help/center/account-settings/reset-password.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.
