Corpus is located in the Side Menu, within the Build section of the Agentic Hub.
By default, Corpus is disabled, so you may not see it. To enable it, you must have the SuperAdmin role and navigate to SuperAdmin Options > System > Parameters from the Console.
Access to the Corpus depends on two settings:
- The GLOBAI_MENU_CORPUS_ENABLED parameter, which enables the option itself.
- The Knowledge_Access permission, which determines which roles can see it.
By default, the Knowledge_Access permission is assigned to the following roles:
- Organization Role
- Project Administrator
Follow the steps below to enable Corpus.
- Locate the GLOBAI_MENU_CORPUS_ENABLED parameter.
- Select the scope: System, Organization, or Project, depending on where you want the option enabled.
- Set the Value String to 1 to enable the option.
- Save the parameter.
- Locate the GAM_MENU_SETTINGS parameter.
- Paste the following JSON object into the Build menu section of the Value String, keeping the existing JSON structure valid:
{
"id": "#Corpus",
"name": "Corpus",
"description": "Corpus",
"option": true,
"permissionName": "Knowledge_Access",
"icon": "",
"linkTarget": "",
"link": "",
"optionAvailable": "",
"idExternal": "23",
"idMemberHub": "9"
}
- Save the parameter.
- Locate the GAM_PERMISSION_ROL_SETTINGS parameter.
- Add the following JSON object within the role that needs access to Corpus, keeping the existing JSON structure valid:
{
"Name": "corporateHubHome_Access"
}
- Save the parameter. The changes take effect immediately.
Since version 2026-06.