# Profile Settings

## Profile Settings

### **Profile Tab**

* **Change Profile Picture**: Upload a PNG or JPEG (max 5MB).
* **Name / Department / Job Role / About Me**: Customize your personal details and share your availability.
* **Default Organization**: Select the primary workspace you use.
* **Out of Office**: Set your leave dates so teammates are informed.
* **Membership Role**:
  * **Admin**: Full access including changing member roles.
  * **Core Member**: Can collaborate but cannot manage member settings.
  * **Guest Member**: Limited access for external collaborators.
* **Capacity per week**: Set your weekly working hours for workload planning.

### **Security Tab**

* **Change Password**: Set a permanent password.
* **Log out of all devices**: Secure your account from other devices.
* **Delete Account**: Permanently remove your account (be cautious).

## Notification Settings

You can customize how and when you receive emails / notifications from SmartTask. Here's what each option means:

| Email Topic                      | Description                                                               | Options Available                                     |
| -------------------------------- | ------------------------------------------------------------------------- | ----------------------------------------------------- |
| **Task/Contact Activity Emails** | Get updates on changes or comments in tasks or contacts you're following. | - **Only When Not Active** (Default) - Always - Never |
| **Pending Tasks Summary Emails** | Receive a daily summary of your pending tasks.                            | - **Subscribed** - Unsubscribed                       |
| **Unread Chats Emails**          | Get notified via email if you have unread messages in your chats.         | - **Subscribed** - Unsubscribed                       |
| **Browser Notification**         | Get notified in Browser through native Browser popup                      | <ul><li>Enable</li><li>Disable</li></ul>              |


---

# 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://guide.smarttask.io/settings/profile-settings.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.
