> For the complete documentation index, see [llms.txt](https://docs.vendorfuel.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vendorfuel.com/master/sign-in-to-vendorfuel.md).

# Sign in to VendorFuel

After installing and activating the VendorFuel plugin on your WordPress site, you should see VendorFuel in the WordPress dashboard menu:

![](/files/UesN4nmVMXNiY9glQ2QA)&#x20;

To sign in to VendorFuel from the WordPress dashboard, select **VendorFuel** > **Sign in**. You should then see a form to enter your email address and password:

<figure><img src="/files/tbBIXOuQeEeFvasArRYO" alt=""><figcaption><p>Sign in page.</p></figcaption></figure>

After signing in, you will be redirected to the VendorFuel dashboard, where you'll see the sales trends for the last 60 days and the most recent orders.

### Resetting password

If you forget your password or need to reset it,

1. Select the **Forgot Password** link when you sign in. You will then be redirected to another page to enter your email address.
2. Enter the email address associated with your VendorFuel account, then select the **Submit** button. VendorFuel will then email you a link to reset your password.
3. Once you get the password reset email from VendorFuel, click the link inside to set a new password. Passwords must have at least 8 characters with at least one capital letter, at least one lower case letter, and at least one number as well as a special character.
4. After you submit your new password, you should be logged in and redirected to the VendorFuel homepage.


---

# 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.vendorfuel.com/master/sign-in-to-vendorfuel.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.
