> 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/common-questions/permissions/permissions-lead-access-levels.md).

# Permissions - Lead access levels

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

In SprintHub, we offer three levels of access to ensure that ticket management is secure and efficient:

### 1 - Account access

To access conversations on WhatsApp, Instagram, and Facebook, the user needs to have specific permissions on the account. If the user does not have these permissions, they will not be able to view the conversations.

It is possible to define who has account access through the department; click edit department where you will have the option to choose accounts:

<figure><img src="/files/591cc266272a51f7e70913d8c95b44e615fd9a34" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/5dc05526e465db3c6adc64610d64410408bfb63f" alt=""><figcaption></figcaption></figure>

In accounts, you can define which accounts that specific department has access to.

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

{% hint style="info" %}
You can use this to separate a marketing department that works with Facebook and Instagram from a support department that works with WhatsApp, for example.
{% endhint %}

### 2 - Department access

Users who belong to the same department have the ability to see each other’s tickets.

&#x20;So, for example, those in the support department will be able to see all the other tickets of anyone in support, the same for sales, finance, etc.

<figure><img src="/files/4de7079441f48951f62aa83db0fc1dfd868ae60a" alt=""><figcaption></figcaption></figure>

However, they can choose to filter the tickets to view only those that belong to them, providing a more organized and focused work environment.

<figure><img src="/files/010f7a11decd532b953fccc7c98dce27ddad9cfc" alt=""><figcaption></figcaption></figure>

There is a practice that is done in some instances that is not recommended, see below:

<figure><img src="/files/94a16ac2cf9aeaaff53dc6c6ebd48b173e74845b" alt=""><figcaption></figcaption></figure>

{% hint style="danger" %}
Creating sub-departments for each user in your instance IS NOT NECESSARY; the third level of access is already sufficient to assign the lead to each specific user.
{% endhint %}

### 3 - Lead access

It is possible to change the employee responsible for a lead, restricting access to that ticket exclusively to the new responsible person. This change can be made in two ways:

* **Manual**: Allows an administrator or a user with the appropriate permissions to make the change directly.
* **Automation**: Uses predefined rules to automatically change the person responsible for the lead, ensuring that tickets are distributed efficiently and according to the team’s needs.

<figure><img src="/files/23f5ece7d2bc854e29724fb3ae395b1fe51c2525" alt=""><figcaption></figcaption></figure>

If you want to see an example of an automation that changes the access permission, click the link below:

{% embed url="<https://docs.sprinthub.com/topicos/geral/sac-360/sac-360o-automacoes/automacao-de-sac-360-iniciando-atendimento-para-o-mesmo-responsavel>" %}

### Conclusion

These access levels were developed to offer flexibility and security, meeting the diverse needs of support teams and ensuring an efficient workflow in SprintHub. If you still have questions, watch the video below to better understand:

{% embed url="<https://docs.sprinthub.com/primeiros-passos/permissoes-do-lead>" %}


---

# 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/common-questions/permissions/permissions-lead-access-levels.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.
