> For the complete documentation index, see [llms.txt](https://excelhelp.windhamlabs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://excelhelp.windhamlabs.com/functions/general/resetpassword.md).

# RESETPASSWORD

## Description

Excel Lab authenticates with Windham's licensing server for convenience and security. To set a new password, you will require your current password and a reset code. The reset code will be emailed to you during this process (MFA).

{% hint style="info" %}
You can invoke Excel Lab's license authentication process anywhere in a workbook. You can even do this in a new blank workbook.&#x20;

You do not need to save the workbook once authentication is successful.
{% endhint %}

## Syntax

The following describes the function signature for use in Microsoft Excel's formula bar.

```excel-formula
=RESETPASSWORD()
```

### Input(s)

Follow the on-screen dialog prompt to enter your username and password.

| Argument       | Description                                                                                 |
| -------------- | ------------------------------------------------------------------------------------------- |
| **Username**   | Your e-mail address registered with Windham Labs.                                           |
| **Password**   | Your current password.                                                                      |
| **Reset Code** | Our licensing server will send you a reset code to confirm your identity, check your email. |
| New Password   | Enter a new password.                                                                       |

### Output(s)

| Message   | Description                                                                             |
| --------- | --------------------------------------------------------------------------------------- |
| **TRUE**  | Password successfully set.                                                              |
| **FALSE** | Invalid username and/or current password and/or reset code. Check for typos, try again. |

## Example

<figure><img src="/files/MZEqpIythhmLiZyxmsah" alt=""><figcaption></figcaption></figure>

To set a new password:

1. Open any workbook, or create a new (temporary) workbook.
2. In any cell, type `=RESETPASSWORD()` in the formula bar.
3. Follow the instructions as described in the Syntax section above.

{% hint style="info" %}
When successful, Excel Lab will store your license information within user-specific system files. You do not need to save the temporary workbook.
{% endhint %}


---

# 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://excelhelp.windhamlabs.com/functions/general/resetpassword.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.
