> For the complete documentation index, see [llms.txt](https://docs.infotopics.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.infotopics.com/trulyp/members-teams-and-roles/teams.md).

# Teams

<figure><img src="https://2312557015-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWbWxEBax8PKTjFYRLWgi%2Fuploads%2FJ7fEFuiTjLb0cu0811fw%2Fimage.png?alt=media&amp;token=da7cb7c3-c9b8-4ecb-9b43-b11d7a20d3f0" alt=""><figcaption></figcaption></figure>

**Teams** in Trulyp are groups of users that have access to the same connections and data, for example a "**Marketing**" team.&#x20;

You can use teams when creating [Connections](/trulyp/data/database-connections.md) or [Semantic models](/trulyp/data/semantic-modeling.md), to allow only members of the team to access them. For more information about&#x20;

### Automatic role synchronisation

For teams created with [Sync members & teams](/trulyp/tableau-sync.md), you can automatically assign roles to every user in the team. To do this, select the roles you want to assign, and then **re-run the Tableau sync** afterwards.

<figure><img src="https://2312557015-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWbWxEBax8PKTjFYRLWgi%2Fuploads%2FZGZ50Xw8pR3pPERdz4vR%2Fimage.png?alt=media&amp;token=16beb8c6-ac8a-4d7c-86d0-6be7a545c5f4" alt=""><figcaption></figcaption></figure>

#### Entitlements

<figure><img src="https://2312557015-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWbWxEBax8PKTjFYRLWgi%2Fuploads%2FDwLgkAUwDSplSLE4s5dE%2FSettings_Teams_Create_Entitlement.png?alt=media&amp;token=e8278887-c549-4ecc-8fdc-598230c56530" alt=""><figcaption></figcaption></figure>

Teams can grant shared [Row level security](/trulyp/writebackextreme/schemas/row-level-security.md) entitlements to every member. In RLS, a user can access rows whose policy matches any entitlement assigned directly to them or inherited from one of their teams.&#x20;

{% hint style="warning" %}
**Row-level security only applies to WriteBackExtreme, not other parts of Trulyp.**
{% endhint %}

Example: a region = EU entitlement on the Sales team lets all Sales members see EU rows. A user’s effective access is the union of their own and their teams’ entitlements.


---

# 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.infotopics.com/trulyp/members-teams-and-roles/teams.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.
