> For the complete documentation index, see [llms.txt](https://cortex-docs.paloaltonetworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cortex-docs.paloaltonetworks.com/cortex-xsoar-6-multi-tenant-guides/6.12/configure-multi-tenant/manage-content/restrict-actions-for-custom-locked-content-items.md).

# Restrict Actions for Custom Locked Content Items

This feature is applicable in multi-tenant environments. The feature enables you to restrict actions such as downloading, cloning, and viewing code for custom locked content items on the tenant account. Users who are local to the tenant are not able to:

* Clone, detach, download, or view automation code.
* Clone or view integration codes.
* Download or clone playbooks.

When the feature is enabled, changes in the following pages are visible in tenant accounts:

* In the Automations page, the script and all action buttons are hidden.

  ![mt-restrict-settings-automations.png](/files/UcvtzjzTOCJhQ6OrROYz)
* In the Integrations page, the view and copy buttons are not visible for custom hidden integrations.

  ![mt-restrict-settings-integratons.png](/files/RGbtvLQNS4snCYawzAbt)
* In the Playbooks page, the duplicate and download action buttons are disabled for custom locked playbooks. Task scripts are not available for view if custom locked scripts are used.

  ![mt-restrict-settings-playbooks.png](/files/aBLhGrdLPzFM40duZ8bc)

{% hint style="info" %}

### Note

The restrictions in this feature do not apply to users of the main account who are accessing the tenant account.
{% endhint %}

To restrict actions for custom locked content items, perform the following server configuration.

1. Go to Settings → About → **Troubleshooting** in the main account.
2. In the Server Configuration section, click **Add Server Configuration**.
3. Enter the key **`server.restrict.custom.locked.content.actions`** with a value of **`true`**. Changes apply to all tenant accounts.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://cortex-docs.paloaltonetworks.com/cortex-xsoar-6-multi-tenant-guides/6.12/configure-multi-tenant/manage-content/restrict-actions-for-custom-locked-content-items.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
