Personal Knowledge Folders — Unique AI Documentation

Personal Knowledge Folders

Overview

Personal Knowledge Folders introduce greater flexibility in managing access inheritance within the Knowledge Base. By default, new sub-folders inherit scope access permissions from their parent folder, which can be cumbersome if you want isolated or private folders. With the new Permission inheritance toggle, you can now decide whether the new folder will be private or shared.

This feature empowers teams to create both collaborative and private spaces without the need for manual adjustments after folder creation.

Who is it for

Benefits

Step-by-Step Guide

Step 1: Navigate to Knowledge Base

  1. Open the Knowledge Base UI.
  2. Select the parent folder where you want to create a new sub-folder.

Step 2: Create the Sub-folder

  1. Click Create Folder.
  2. In the Create New Folder modal, turn on (Shared) or off (Private) permission inheritance from parent.
  3. The new sub-folder is created according to your inheritance choice.

Tips & Tricks

For more details, see the API reference: Managing Scopes & Access via API.

Change the default folder creation behavior

You can change the default behavior of the folder creation to always create private folders by setting the following feature flag.

| Name | Default | Example | Required | Application | Short Description | | FEATURE_FLAG_SET_PRIVATE_FOLDER_ACCESS_DEFAULT_UN_13988 | false | FEATURE_FLAG_SET_PRIVATE_FOLDER_ACCESS_DEFAULT_UN_13988='true' | false | knowledge-upload | Making private folder creation the default in the Knowledge Base. |

Limitations