# Update-Checker

The `Update-Checker` option determines whether CommandPrompter can check if it's up to date.

#### Usage

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

```yaml
# Allow CommandPrompter to
# check if it's up to date.
Update-Checker: true
```

In this example, the update checker is enabled (`true`).

#### Explanation

Enabling the `Update-Checker` option allows CommandPrompter to automatically check whether there are any updates available. When set to `true`, CommandPrompter can perform version checks and provide notifications if a new version is available.

{% hint style="info" %}
When a player with `OP` privileges joins the server, CommandPrompter will send a message to that player if an update is available.&#x20;
{% endhint %}

#### Example

To disable the update checker, use the following configuration:

```yaml
Update-Checker: false
```

This will prevent CommandPrompter from checking for updates automatically.


---

# 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/update-checker.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.
