# Access Overview

Access control in your project is managed at three levels, ensuring a flexible and secure way to define permissions for users.


# Levels of Access Control

  1. Adding Members to the Organization:
    Members must first be added to the organization to gain access to its resources.

  2. Adding Members to a User Group:
    User groups are used to organize members based on roles or responsibilities, simplifying access management.

  3. Assigning Permissions to a User Group:
    Permissions are assigned to user groups to define the actions members of the group can perform.


# Additional Resources