This tutorial demonstrates how to protect sensitive information in your datasets while still enabling high-level analysis on the unmasked columns within a row. You will learn how to configure Column-Level Security (CLS) to mask specific values based on user attributes.Documentation Index
Fetch the complete documentation index at: https://docs.wisdom.ai/llms.txt
Use this file to discover all available pages before exploring further.
Configure CLS
Follow these steps to configure CLS:- Navigate to the Data Sources tab in your project.
- Select the table you wish to modify (e.g.,
Account).

- Ensure that Show advanced options is toggled on in the top-right corner.
- Locate your sensitive column and click Configure under the CLS Masking column.

- In the Column-Level Security modal, provide a SQL expression that determines how the data is displayed at query time.

- Click Save. The status badge in the CLS Masking column will now show as Active.

Verifying the Implementation
Once active, CLS functions as a global security layer. It automatically enforces your masking logic across WisdomAI Chat, Dashboards, the SQL Playground, and Data Source Previews.
Next Steps
Users Management
Manage user roles, permissions, and access to the platform.
Basic Tutorial: Connect and Test
Walk through the initial setup to connect a data source and run your first query.