> For the complete documentation index, see [llms.txt](https://yhshanto.gitbook.io/azzoa/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://yhshanto.gitbook.io/azzoa/roles-and-staff/role.md).

# Role Management

After installation, you should configure some roles for your staffs. In **Azzoa**, roles are basically a group of capabilities. You can configure roles as many as you want. Let's start

## Create Role

Navigate to **Role Management** from your panel sidebar. Click on **Add New Role** button, a modal should pop up

![](https://i.imgur.com/LTiaGxL.png)

just input a valid role name (ex: HR Manager) and select some capabilities, then click on **Save**. You should see your role listed in the table after a reload.

## Edit Role

To edit a existing role, just click on **Edit** button with pencil icon beside the associated role. A modal with role informations will pop up. Just edit and click on **Update**.

![](https://i.imgur.com/0pwfK6g.png)

## Delete Role

Delete anything is super easy than create and edit that :smile: . Click on **Delete** button with trash icon beside the associated role. A confirmation modal will pop up. just click on **Delete** button.

![](https://i.imgur.com/M1GP0st.png)

However, If you still face any problem to manage role then please checkout this [**Video**](https://youtu.be/ZOmCYWS8BvY?list=PLii4-h5xweF8coKPY-zWW7jPhON96MZO9).

{% embed url="<https://www.youtube.com/embed/ZOmCYWS8BvY?list=PLii4-h5xweF8coKPY-zWW7jPhON96MZO9>" %}


---

# 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://yhshanto.gitbook.io/azzoa/roles-and-staff/role.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.
