> For the complete documentation index, see [llms.txt](https://docs.sprinthub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinthub.com/en/topics/system-settings/permission-groups/permission-groups-tasks.md).

# Permission Groups - Tasks

In **SprintHub**, you can manage user permissions in a **precise and flexible**. This ensures full control over who can:\
**View**\
**Edit**\
**Create**\
**Delete**\
**Manage Tasks**

This way, each user has access only to what they truly need — increasing the security and organization of processes.

{% hint style="danger" %}
ℹ️ Important: if permissions are not assigned, only the **administrators** will have access to the features.
{% endhint %}

***

### 🛠️ How to Manage Permissions in SprintHub

Follow this simple step by step:

1️⃣ Go to **System Settings ⚙**\
2️⃣ Click on **Permission Group**\
3️⃣ Choose one of the options:

* ➕ **New Group** to create from scratch
* ✏️ **Edit** to adjust an existing group\
  4️⃣ Check the ☑️ box to **enable the Task features**\
  5️⃣ Finish by clicking on **💾 Save Changes**

***

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

<figure><img src="/files/62fe2c8bb69a5e194f9e65d11d31996f71465d52" alt=""><figcaption></figcaption></figure>

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

{% embed url="<https://youtu.be/Q8QgGpW7jNY>" %}

Done! Your permissions have been configured ✅

***

### Conclusion

Permission management in SprintHub ensures that your team works with **security, efficiency, and clarity of responsibilities**. By defining who can access each resource, you avoid failures and ensure that everyone has only the necessary access.

👉 Want to know how to apply these permissions in day-to-day work? Also check out the article about **Tasks in SprintHub** and learn how to optimize your workflows even more.

{% content-ref url="/pages/325e629d1236e5672d0d62148db700c954aad370" %}
[Tasks](/en/topics/general/tasks.md)
{% endcontent-ref %}


---

# 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.sprinthub.com/en/topics/system-settings/permission-groups/permission-groups-tasks.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.
