> For the complete documentation index, see [llms.txt](https://docs.walnutai.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.walnutai.ai/getting-started/managing-your-profile-and-assets/profile-and-security.md).

# Profile & Security

Your Profile & Security area is designed to keep your account information accurate and your credentials protected. This section is divided into two key areas: Profile Information and Security.

**Understanding Your Profile Data**

Your profile contains essential information that Walnut uses to identify you and communicate with your team. Here's what each field represents:

* **Name & Email:** Your primary contact details used for system notifications, team collaboration, and login verification.
* **Account Status**: Shows whether your account is Active (currently in use) or Inactive (not accessed for an extended period).
* **Role:** Your assigned privilege level that determines what you can view and modify in Walnut (e.g., Admin, Editor, Viewer).

**Managing Your Password**

To update your password and maintain account security:&#x20;

* Navigate to the Security tab within My Profile.
* Follow the prompts to create a new password.
* Confirm the change and log in with your updated credentials.

{% hint style="warning" %}
&#x20;We recommend changing your password every 90 days to maintain optimal security. If you suspect any unauthorized access to your account, reset your password immediately and contact your Admin for assistance.
{% 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:

```
GET https://docs.walnutai.ai/getting-started/managing-your-profile-and-assets/profile-and-security.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.
