# Users

The thingable platform! has a tool designed to manage users and user groups.

A user can have admin or user type permissions. The user with admin privilege level has access to all features and tools on the platform. The user type, in principle, has restricted access.

To release, the user type, access to other environments of the platform is necessary for an admin user to define specific accesses, or configure for this profile another type of user.&#x20;

Another option accessible to admin users is the creation of permission groups. This is an agile way to define the permissions of a set of users, based on similar characteristics. Simply put, instead of setting x identical permissions for y users, create a single group and assign all those users to it.


---

# 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://docs.thingable.com/welcome-to-thingables-wiki/welcome-to-the-thingable-wiki/users.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.
