# Ignored-Commands

The `Ignored-Commands` option allows you to specify a list of commands that CommandPrompter should ignore.

#### Usage

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

```yaml
# What commands should CommandPrompter ignore
# 
# When a command is ignored, CommandPrompter
# will not proceed to check if the command
# contains a prompt.
# 
# Do not include the /
# 
# VentureChat channels are automatically ignored.
Ignored-Commands:
- sampleCommand
- sampleCommand2
```

In this example, the commands `sampleCommand` and `sampleCommand2` are ignored by CommandPrompter.

#### Explanation

The `Ignored-Commands` option allows you to specify certain commands that CommandPrompter should not process. By listing these commands, you can ensure that CommandPrompter does not interfere with their execution.

{% hint style="info" %}
VentureChat channels are automatically ignored by CommandPrompter
{% endhint %}

#### Example

To add more commands to the list of ignored commands, use the following configuration:

```yaml
Ignored-Commands:
- sampleCommand
- sampleCommand2
- anotherCommand
```

This will include `anotherCommand` in the list of commands ignored by CommandPrompter.

***

Adjust the content to fit your documentation style and requirements.


---

# 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/ignored-commands.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.
