# Password and Login

Manage the credentials you use to sign in to Vagon. You can update your password from inside the dashboard, or trigger a reset email when you cannot sign in.

## Change Your Password From the Dashboard

Update your password whenever you suspect it has been shared, after using a shared device, or as part of routine account hygiene.

1. Sign in at [app.vagon.io/login](https://app.vagon.io/login) and open your dashboard.
2. Click the **Settings** tab.

![Open the Settings tab](/files/Sx1b0o3ligxK1dYNV9Ox)

3. Click **Change Password**.

![Change Password button](/files/DAsZQVsvI5f3Z2XqNKl6)

4. Enter your current password and the new one, then click **Change** to save.

![Confirm the new password](/files/ayC2Sqa2nNxlQNLgiAqd)

{% hint style="info" %}
Use a unique password that you do not reuse on other services. A password manager makes long, random passwords easy to keep.
{% endhint %}

## Reset Your Password When Locked Out

If you cannot sign in, use the password reset flow from the login page.

1. Open the Vagon sign-in page at [app.vagon.io/login](https://app.vagon.io/login).
2. Click the password reset option.
3. Enter your account email address.
4. Open the reset email from Vagon and follow the instructions.

## Still Cannot Sign In

If the reset email does not work or never arrives:

* Confirm you are using the email address you originally registered with.
* Check spam, promotions, and quarantine folders for the reset email.
* Make sure your mail provider is not filtering messages from Vagon.
* Contact support with your account email and a short description of the problem so the team can verify the account and help you regain access.

{% hint style="warning" %}
Never share your password or reset link with anyone, including people claiming to be from Vagon. Support will never ask for your password.
{% endhint %}

## Next Steps

{% content-ref url="/pages/FFBvvN19D9fCLHkFzBk9" %}
[Account Settings](/computer/account/account-settings.md)
{% endcontent-ref %}

{% content-ref url="/pages/opPQpTIQq9baECZGm583" %}
[Cloud Computer](/computer/introduction/readme.md)
{% endcontent-ref %}

{% content-ref url="/pages/jUyY3e46bN7chxmKnLiM" %}
[How to Use Vagon Computers](/computer/introduction/how-to-use-vagon-computers.md)
{% endcontent-ref %}


---

# 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://docs.vagon.io/computer/account/password-and-login.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.
