> For the complete documentation index, see [llms.txt](https://help.vectary.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.vectary.com/documentation/getting-started/account-settings.md).

# Account settings

Account settings can be found in the dashboard in the bottom left corner:

<div align="left"><figure><img src="/files/OFDyhwSP7PpnMLUqxFXr" alt=""><figcaption></figcaption></figure></div>

This link also leads to the account settings: <https://www.vectary.com/dashboard/?profile=true>

### Profile settings

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

The following actions are available for the account:

1. Change name
2. Set profile picture
3. Change password
4. Check an email linked to the account
5. Delete account
6. Sign out
7. Log out from all other devices
8. Copy User ID
9. Generate Access Token&#x20;
10. Subscribe/unsubscribe to our email newsletter
11. Toggle email notifications for new [comments](/documentation/other/comments.md) on projects from other workspace members

### Change email

To update the email address linked to an account, contact the support service. Submit a request through the [contact form](https://www.vectary.com/contact-us/), including the following details:

1. The current email address associated with the account
2. The new email address intended for use
3. **Access Token** (<https://www.vectary.com/dashboard/?profile=true>)\
   \ <img src="/files/EdXcmTUHL46NXH2MUFQs" alt="" data-size="original"><br>
4. **User ID** (<https://www.vectary.com/dashboard/?profile=true>)\
   \ <img src="/files/pgBhXZ7kLpy8sVtjH0fz" alt="" data-size="original">

### Changing the login method (from Google to Email)

* Sign out of your account
* Go to [Forgot Password](https://www.vectary.com/forgot-password/?next=%2Fdashboard%2F)
* Enter your email address
* An email will be sent with a link to reset your password
* Click on the link from the email
* A page will open asking you to enter your new password twice
* Use your new password to log in with your email address

### Billing info

Please note that subscriptions are linked to workspaces, not to individual accounts. Since each workspace has its own subscription, payment settings are located in the [workspace settings](/documentation/getting-started/dashboard.md#block-2aeae337a8b34714ab6f8294fee211af).


---

# 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://help.vectary.com/documentation/getting-started/account-settings.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.
