docs/docs/en/ai-builder/acl.md
:::tip Prerequisites
Before reading this page, make sure you have installed the NocoBase CLI and completed initialization as described in AI Builder Quick Start.
:::
The ACL Configuration Skill manages NocoBase roles, permission policies, user bindings, and ACL risk assessments through natural language — you describe the business objective, and it selects the commands and parameters.
:::tip Prerequisites The current environment must have a Member role and multiple users :::
Help me bind the Member role to these new users: James, Emma, Michael
:::tip Prerequisites The current environment must have a Member role and multiple pages :::
Help me configure permissions for the Member role on these pages: Product, Order, Stock
:::tip Prerequisites The current environment must have a Member role and multiple data tables :::
Add independent read-only permissions on these data tables for the Member role: order, product, stock
:::tip Prerequisites The current environment must have multiple roles and multiple data tables :::
Add independent read-write permissions on these data tables for the Member and Sales roles: order, product, stock
Assess the permission risks of the Member role
This will output a risk score, impact scope description, and improvement recommendations.
What should I do if permissions are configured but not taking effect?
First check whether the global role mode is correct — if a user has multiple roles simultaneously, the behavior difference between union mode and independent mode is significant. You can check the current mode to confirm the issue.