> For the complete documentation index, see [llms.txt](https://devcontrol2.gitbook.io/devcontrol2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://devcontrol2.gitbook.io/devcontrol2/readme/other-informations/user-roles.md).

# User roles

Some things over there may change very quickly; see "last updated" at the bottom of this page. Thanks.

Your **role** decides what tabs you can see and what you see inside those visible tabs....

### Main-dashboard tabs:

#### Conditions tab

{% tabs fullWidth="false" %}
{% tab title="Regular user" %}
No restrictions for viewing and using, but beta/alpha features are disabled for normal users by default.
{% endtab %}

{% tab title="Regular user with beta/alpha features enabled" %}
No restrictions for viewing and using.
{% endtab %}

{% tab title="Bombol.space staff" %}
No restrictions for viewing and using.
{% endtab %}

{% tab title="Devcontrol2 administrator" %}
No restrictions for viewing and using.

No restrictions for editing.
{% endtab %}
{% endtabs %}

#### Cameras tab

{% tabs fullWidth="false" %}
{% tab title="Regular user" %}
No restrictions for viewing and using, but beta/alpha features are disabled for normal users by default.
{% endtab %}

{% tab title="Regular user with beta/alpha features enabled" %}
No restrictions for viewing and using.
{% endtab %}

{% tab title="Bombol.space staff" %}
No restrictions for viewing and using.
{% endtab %}

{% tab title="Devcontrol2 administrator" %}
No restrictions for viewing and using.

No restrictions for editing.
{% endtab %}
{% endtabs %}

#### Controls tab

{% tabs fullWidth="false" %}
{% tab title="Regular user" %}
(No restrictions for viewing and using features available for this user role.)

Beta/alpha features are disabled for normal users by default.

Can use controls for their smart sockets, park telescope, etc.

Can request a roof open/close, etc.

Can use limited 2D-view floorplan card

{% hint style="warning" %}
Requesting a roof move is a demo feature (we don't have any real pavillon installed yet...)
{% endhint %}

{% hint style="warning" %}
Controlling sockets is planned but not supported yet.
{% endhint %}
{% endtab %}

{% tab title="Regular user with beta/alpha features enabled" %}
(No restrictions for viewing and using features available for this user role.)

Can use beta features for this user role (such as (in future) also limited 2D-view floorplan card with their controls like smart sockets.

Can use controls for their smart sockets, park telescope, etc.

Can request a roof open/close, etc.

{% hint style="warning" %}
Requesting a roof move is a demo feature (we don't have any real pavillon installed yet...)
{% endhint %}

{% hint style="warning" %}
Controlling sockets is planned but not supported yet.
{% endhint %}
{% endtab %}

{% tab title="Bombol.space staff" %}
No restrictions for viewing and using.
{% endtab %}

{% tab title="Devcontrol2 administrator" %}
No restrictions for viewing and using.

No restrictions for editing.
{% endtab %}
{% endtabs %}

#### Info tab

{% tabs fullWidth="false" %}
{% tab title="Regular user" %}
No restrictions for viewing and using, but beta/alpha features are disabled for normal users by default.
{% endtab %}

{% tab title="Regular user with beta/alpha features enabled" %}
No restrictions for viewing and using.
{% endtab %}

{% tab title="Bombol.space staff" %}
No restrictions for viewing and using.
{% endtab %}

{% tab title="Devcontrol2 administrator" %}
No restrictions for viewing and using.

No restrictions for editing.
{% endtab %}
{% endtabs %}

#### Testing tab

{% tabs fullWidth="false" %}
{% tab title="Regular user" %}
Not visible
{% endtab %}

{% tab title="Regular user with beta/alpha features enabled" %}
No restrictions for viewing and using features available for this user role. More information can be provided via our email.
{% endtab %}

{% tab title="Bombol.space staff" %}
No restrictions for viewing and using.
{% endtab %}

{% tab title="Devcontrol2 administrator" %}
No restrictions for viewing and using.

No restrictions for editing.
{% endtab %}
{% endtabs %}

#### Garden tab (coming soon)

{% tabs fullWidth="false" %}
{% tab title="Regular user" %}
Not visible
{% endtab %}

{% tab title="Regular user with beta/alpha features enabled" %}
No restrictions for viewing and using features available for this user role. More information can be provided via our email.
{% endtab %}

{% tab title="Bombol.space staff" %}
No restrictions for viewing and using.
{% endtab %}

{% tab title="Devcontrol2 administrator" %}
No restrictions for viewing and using.

No restrictions for editing.
{% endtab %}
{% endtabs %}


---

# 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://devcontrol2.gitbook.io/devcontrol2/readme/other-informations/user-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.
