> For the complete documentation index, see [llms.txt](https://docs.senpiper.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.senpiper.com/groups-applications/managing-group-members/types-of-group-members.md).

# Types of group members

There are three kinds of roles for users inside a group:

## Non-admin Users

A **non-admin user** of a particular group in the One Resource platform can perform the following actions within the group:

* Make entries/submissions for a form
* Initiate a [<mark style="color:purple;">**group chat**</mark>](/groups-applications/group-details-on-web/group-chats.md) with the members of the group
* Delete or update the submitted entries of a from if the "[<mark style="color:purple;">**allow delete submissions**</mark>](https://docs.senpiper.com/groups-applications/managing-group-members/pages/-MlTKkP5aqISRU3pBTwE#2.-form-update-and-delete-settings)" setting is enabled for the form
* Add comments for the visible form submissions.
* View the [<mark style="color:purple;">**media folder**</mark>](/media-folders/overview.md) inside a group
* Take [<mark style="color:purple;">**workflow action**</mark>](/workflow-builder/introduction.md) on a form submission&#x20;

{% hint style="info" %}
In a closed group, the Non-admin users can send chat messages only  to the group admins and super admins
{% endhint %}

## Group Admins

* In addition to the Non-admin [<mark style="color:purple;">**user privileges**</mark>](#users)**,** admins can:
* Add users to or remove users from a group.
* Promote or Demote users to and from the group admin role
* Broadcast messages in the form of text and multimedia
* Submit forms that are visible only to group admins and super admins
* View submissions of non-admin members in a closed group

## Super Admins

* In addition to the [<mark style="color:purple;">**group admin privileges**</mark>](#group-admins)**,** super admins can:
* Update group name
* [<mark style="color:purple;">**Create**</mark>](/form-builder/creating-forms.md), [<mark style="color:purple;">**edit**</mark>](/form-builder/editing-forms.md), and [<mark style="color:purple;">**delete**</mark> ](/form-builder/deleting-forms.md)forms
* [<mark style="color:purple;">**Create**</mark> ](/workflow-builder/introduction/how-to-add-a-new-workflow.md)and [<mark style="color:purple;">**edit**</mark> ](/workflow-builder/editing-workflows.md)workflows
* Promote users to the role of group Admin and Super Admins

<figure><img src="/files/4fkqlRvUfcZLI7DPLiFo" alt=""><figcaption><p><em>Group Members</em></p></figcaption></figure>

As you can see, the type of group member is mentioned against the name of the group member. Additionally, the contact details (including email ID and phone number) of the group member are mentioned.&#x20;


---

# 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.senpiper.com/groups-applications/managing-group-members/types-of-group-members.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.
