> For the complete documentation index, see [llms.txt](https://docs.antares.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.antares.id/en/antares-insight-hub/settings/roles.md).

# Roles

The Roles menu serves to determine what access will be given to End Users when accessing Antares Insight. With these Roles, it allows us to manage access in each usecase and Antares Insight menus. Access is only given to view devices, device data, analysis results, and aggregates of existing data. These Roles will only function when connected to the End User that will be created.

## Steps to Create Roles

### 1. Open Roles Menu

On the left navigation bar, open the Settings menu on the Antares Insight Hub, then click ‘Roles’

<figure><img src="/files/vNueJNKO1syu9a9WlCks" alt=""><figcaption></figcaption></figure>

### 2. Add Roles

On the Roles page, click ‘Add Roles’

<figure><img src="/files/1Xxj4JIwoQ3HKgLerY9B" alt=""><figcaption></figcaption></figure>

### 3. Fill in the Roles Form and Set Previllage

After you click the ‘Add Roles’ button, a form will appear that you need to fill in. Write the name for the access roles that will be given in the Roles Name column.

{% hint style="info" %}
You can define your own roles name and its previllages
{% endhint %}

<figure><img src="/files/w01va3v2yhapMmTCtqcP" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="95">No.</th><th width="215">Data</th><th>Description</th></tr></thead><tbody><tr><td>1.</td><td>Overview</td><td>Access to view the Overview menu</td></tr><tr><td>2.</td><td>Data Analytics</td><td>Access to view the Insight Hub menu (analysis results)</td></tr><tr><td>3.</td><td>Device SaaS Access</td><td>Access to view the Usecase menu (device details)</td></tr></tbody></table>

Please set the access to view Overview and Data Analytics and click ‘Apply’.

<figure><img src="/files/he4x6d6bHS3C85OqvSG0" alt=""><figcaption></figcaption></figure>

If you have successfully created Roles, the Antares Insight Hub Settings-Roles page will appear as follows

<figure><img src="/files/5Z24238zrJu8ckj4WjPm" alt=""><figcaption></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.antares.id/en/antares-insight-hub/settings/roles.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
