# Roles

Social360 defines 6 user roles:

* **Case Worker**
* **Ops Manager**
* **Config Manager**
* **User Administrator**
* **Reports Manager**
* **Agency Administrator**

{% hint style="info" %}
A single user can be assigned multiple roles.
{% endhint %}

| Roles                    | Remarks                                                          | Feature Access                                                                                              |
| ------------------------ | ---------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
| **Case Worker**          | Users who work directly with clients, providing care and support | <p>- All Cases</p><p>- Client Profile</p><p>-  Sensitive Note (restricted to accredited Social Workers)</p> |
| **Ops Manager**          | Users responsible for backend operations e.g. case assignments   | <p>- All Cases</p><p>- Client Profile <em>(everything except the Progress Notes & Documents)</em></p>       |
| **User Administrator**   | Users responsible for managing user access                       | - User Management                                                                                           |
| **Config Manager**       | Users responsible for configuring codesets and templates         | <p>- Manage Codesets<br>- Manage Forms</p>                                                                  |
| **Reports Manager**      | Users who require access to reports for analysis                 | - Reports                                                                                                   |
| **Agency Administrator** | Users who require an overview of the Services in their agency    | - Agency Configuration                                                                                      |


---

# 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.social360.gov.sg/key-concepts/roles.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.
