# Tags & Access Control

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

The **Tags** section allows administrators to control **access permissions** across the platform by assigning tags to users, groups, projects, and sources. This mechanism enables **fine-grained authorization**, making it possible to define who can access what, without hardcoding permissions at the resource level.

Tags act as **permission bridges** between:

* **Who** (users or groups)
* **What** (projects or data sources)

Once a tag is granted, any user or group associated with that tag gains access to the selected resources.

### How to grant access to a project

1. Defines who will receive access. You can grant tags to:
   1. **Groups** (recommended for scalable access control)
   2. Individual users
2. Defines **which resources will be accessible**. Supported sources:
   1. Projects
   2. **Sources** (databases, files, APIs, connectors)
3. Click **Grant** to apply permissions

### Common Use Cases

* Restrict sensitive data sources to specific teams.
* Grant read/write access to analytics projects by department.
* Manage multi-tenant environments with isolated permissions.
* Simplify onboarding by assigning users to pre-configured groups.

<br>


---

# 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://docs.gaiodataos.com/settings/tags-and-access-control.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.
