> For the complete documentation index, see [llms.txt](https://exaprotocol.gitbook.io/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://exaprotocol.gitbook.io/home/exadrive-dashboard/settings.md).

# Settings

<div><figure><img src="/files/MErlQ6gSx16EpDyHyBg6" alt=""><figcaption></figcaption></figure> <figure><img src="/files/EIAXSOSICadGUccY4EGA" alt=""><figcaption></figcaption></figure></div>

The Account Settings section allows you to update your profile information and manage your password securely. Here’s how to navigate and use these settings effectively:

### Profile

### Basic Info

* **Organization Name**: Enter or update your organization's name.
* **About**: Provide a brief description of your organization.
* **Website**: Add or update your organization's website URL.
* **Address**: Enter your address details, excluding the country.
* **Country**: Specify your country.
* **Industry**: Select relevant industry tags for your organization.

To save changes, click **Update Organization**.

### Change Password

### Steps to Change Password

1. **Current Password**: Enter your existing password.
2. **New Password**: Choose a new password.
3. **Confirm New Password**: Re-enter the new password for confirmation.

### Password Requirements

* Minimum of 8 characters and up to 16 characters.
* Include at least one number and one special character for enhanced security.

Verify using reCAPTCHA and click **Change Password** to apply changes.By managing your account settings, you can ensure your profile is up-to-date and your account remains secure.


---

# 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://exaprotocol.gitbook.io/home/exadrive-dashboard/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.
