# Settings

Settings is accessible from left-bottom settings icon. Once clicked it would open up a sidemenu with following options:

### **MY PROFILE**

* **Profile**: Update your name, email, profile picture, etc.
* **Preference**: Set personal preferences like notification settings, time zone, etc.

***

### **ORGANIZATION SETTINGS**

* **Overview**: View and manage organization-level details like workspace name, logo, default settings.
* **Members**: Add, remove, or manage user roles and permissions within your organization.
* **Billing**: View your subscription plan, invoices, and update payment details.
* **Working Days & Holidays**: Set the standard workweek and define holidays for accurate workload planning.
* **Custom Fields**: Create and manage custom fields for tasks, projects, or clients — useful for tailoring SmartTask to your workflow.
* **Capacity & Billing Rates**: Define team member capacity (hours/week) and set hourly rates to track billable work and resource planning.


---

# 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.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.
