# Enable-Permission

The `Enable-Permission` option enables permission checks before a player can use the prompting feature.

#### Usage

You can configure the `Enable-Permission` by editing the "config.yml" file as follows:

```yaml
# Enable permission check
# before a player can use
# the prompting feature
Enable-Permission: false
```

In this example, the permission check is set to `false`.

#### Explanation

Enabling the `Enable-Permission` option allows you to control whether players need specific permissions to use the command prompting feature. When set to `true`, players must have the required permission to use the command prompting functionality.

#### Example

To enable permission checks, use the following configuration:

```yaml
Enable-Permission: true
```

This will enforce permission checks for using the command prompting feature.


---

# 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://cyr1en.gitbook.io/commandprompter/configuration/command-prompter-configuration/enable-permission.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.
