# Roles

### Overview

Every user has their own role in Zeblok Computational Platform which is assigned while the user signs up in the platform.

Here are few pre-defined roles available in the platform:

**Superadmin**: The Superadmin has all the rights. An Admin can do anything and everything on the platform such as creating more Organisation Admins, inviting more users and also removing them, changing the permissions for a certain role in the platform.

**User**: A user role is assigned when a user signs up using individual sign up page.&#x20;

{% hint style="info" %}
**Note:**

To know more about the sign up process for the user role and access, follow our [Create An Account Guide for Individual User](https://computationaldocs.zeblok.com/zeblok-computational-1/create-an-account/individual-user).
{% endhint %}

**Organisation Admin**: An organisation admin role is assigned when a user signs up using Enterprise organisation sign up page. The organisation admin has the rights to view all the activities of all the members in the organisation who have signed up using the invite sent by organisation admin.

**Organisation User**: An organisation user role is assigned when a user signs up using the invite mail sent to him/ her by the organisation admin who has already signed up in the platform.

{% hint style="info" %}
**Note:**

To know more about the sign up process for the organisation admin/ user role and access, follow our [Create An Account Guide for Enterprise User](https://computationaldocs.zeblok.com/zeblok-computational-1/create-an-account/enterprise-user).
{% endhint %}

**Business Partner**: A business partner role is assigned when a user signs up using business partner sign up page.

{% hint style="info" %}
**Note:**

To know more about the sign up process for the business partner role and access, follow our [Create An Account Guide for Business User](https://computationaldocs.zeblok.com/zeblok-computational-1/create-an-account/business-user).
{% endhint %}


---

# 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://computationaldocs.zeblok.com/info/1.2.1/more/iam/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.
