# Users & Permissions

Suptask offers a number of roles to help you manage and delegate different features across the ticketing system. You can overview all your users and roles from the [Users & Permissions page](https://app.suptask.com/account/users).

### Agents and Inboxes&#x20;

Only Agents that are added to an Inbox can access the tickets that have been submitted or moved to that Inbox.&#x20;

This enables you to set up Inboxes for different teams, where only the Agents in each team will have access to the tickets within their Inbox.

### Overview of permissions

<table data-full-width="true"><thead><tr><th width="397">Permissions</th><th width="152">Suptask Admin</th><th width="138">Billing Admin</th><th width="121">Agent</th><th>User</th></tr></thead><tbody><tr><td></td><td></td><td></td><td></td><td></td></tr><tr><td>Account-wide statistics on the Dashboard</td><td><strong>X</strong></td><td></td><td></td><td></td></tr><tr><td>View statistics of the assigned Inboxes from the Dashboard</td><td></td><td></td><td><strong>X</strong></td><td></td></tr><tr><td>Access to tickets in the assigned Inboxes</td><td></td><td></td><td><strong>X</strong></td><td></td></tr><tr><td>Manage and respond to tickets in the assigned Inboxes</td><td></td><td></td><td><strong>X</strong></td><td></td></tr><tr><td>Manage Inboxes &#x26; Forms</td><td><strong>X</strong></td><td></td><td></td><td></td></tr><tr><td>Account Settings</td><td><strong>X</strong></td><td></td><td></td><td></td></tr><tr><td>Subscription &#x26; Billing</td><td><strong>X</strong></td><td><strong>X</strong></td><td></td><td></td></tr><tr><td>Submit and view their own tickets</td><td><strong>X</strong></td><td><strong>X</strong></td><td><strong>X</strong></td><td><strong>X</strong></td></tr></tbody></table>

***

### How to add and remove an Agent&#x20;

All invited users in the connected Responder channel of an Inbox are automatically promoted to an Agent.

**Adding a new Agent:**

Invite the user to be a member of the Responder channel in Slack.&#x20;

{% hint style="info" %}
You can type this in this in the Slack channel: */invite @Adam*&#x20;
{% endhint %}

**Removing an Agent**

Remove the user as a member from the Responder channel in Slack.&#x20;

{% hint style="info" %}
You can type this in this in the Slack channel: */remove @Adam*
{% endhint %}

{% hint style="success" %}
There is a 6 hour grace period before the Agent will be added to your subscription and billed for,
{% endhint %}

***

### How to manage Inboxes and Forms

Users who should have access to create and manage Inboxes and Forms will need to have the **Suptask Admin** role assigned.&#x20;

With the Suptask Admin role assigned, users will have access to the Inboxes page, where they can overview all the Inboxes that they have access to, as well as creating new Inboxes.&#x20;

{% hint style="info" %}
Suptask Admin do not get automatic access to all Inboxes. The user need to be an Agent of the particular Inbox to have access to it.&#x20;
{% endhint %}

### How to add a Billing Admin

You can have specific users as billing admins, allowing them to manage the Subscription & Billing, including receiving the receipts. &#x20;

Either ask the billing contact to login to the Suptask Web App. After they have logged in, proceed to promote their user to the Billing Admin role. \
\
Alternatively you can proceed with your own user through the checkout, and then change the billing contact person after the payment has been completed. This will be available on the receipt sent back to your email, where the billing contact and VAT can be updated.


---

# 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://support.suptask.com/setup-and-configure/users-and-permissions.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.
