# Group Permissions

Groups form the second layer of SmartTask’s organization structure. Group permissions determine who can view or access a group.

<figure><img src="/files/LPFd7vDj7GsBygN6Mwuw" alt=""><figcaption></figcaption></figure>

## Group Types

| Group:                                 | Accessible by:                                                         |
| -------------------------------------- | ---------------------------------------------------------------------- |
| Find and Join (Public to Organization) | Accessible to all core members of the organization.                    |
| Request to Join                        | Core members can request to join. Group admins can approve the request |
| Private                                | Restricted to members who have been explicitly invited.                |

{% hint style="warning" %}

1. If a user is part of a group, they automatically have full access to all public projects within that group.
2. Guest users cannot be invited to a group. They can be invited to projects.
   {% endhint %}

## Administrators

Only the organization and group administrators can:

* [Invite a member](/group.md#invite-users)
* [Remove member](/group.md#remove-users)
* [Make someone administrator of the group](/group.md#add-group-admin)
* [Change group type](/group.md#visibility-of-group)
* Delete group
* Have full control over projects in the group


---

# 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://guide.smarttask.io/permissions/group-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.
