# Controlled Tool Access (allowed executables)

The **Controlled Tool Access** feature allows a project admin to specify a controlled list of tools at the project level that limits what can be run by users in that project. This benefits customers who have clinical GxP requirements and want a locked-down workflow experience.

To enable this feature a project admin needs to specify a list of tool IDs in the command line using the following syntax:

```shell
dx api project-xxx update '{"allowedExecutables":["app-yyy","app-zzz"]}'
```

You can find the app and workflow IDs by running:

```shell
dx describe appname
```

To update the list, you must re-enter the entire list.

To view the list of allowed executables in a project use:

```shell
dx describe project-id
```


---

# Agent Instructions: 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:

```
GET https://documentation.dnanexus.com/admin/gxp/controlled-tool-access-allowed-executables.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
