# Command-Tab-Complete

The `Command-Tab-Complete` option enables command tab completion for CommandPrompter.

#### Usage

You can configure the `Command-Tab-Complete` by editing the "config.yml" file as follows:

```yaml
# Enable command tab complete
# for CommandPrompter
Command-Tab-Complete: true
```

In this example, command tab completion is enabled (`true`).

#### Explanation

Enabling the `Command-Tab-Complete` option allows CommandPrompter to provide tab completion functionality for commands. This feature assists users by suggesting or automatically completing commands based on the input provided.

#### Example

To disable command tab completion, use the following configuration:

```yaml
Command-Tab-Complete: false
```

This will deactivate command tab completion for CommandPrompter.


---

# 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/command-tab-complete.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.
