# Debug Installation

There is a helpful command called `forgebox version-debug` which will show you what version of a package will be installed without actually installing it.  It can also be useful to test a semver range and see what packages it matches.

So, for example, if you wanted to see what ColdBox version would be installed if you were to run

```bash
install coldbox@6.x
```

then you can instead run this

```bash
forgebox version-debug coldbox@6.x
```

&#x20;You will see output similar to this:

<figure><img src="/files/PjKuv5YUQvFJj0MgbqsX" alt=""><figcaption></figcaption></figure>

In order to filter the output to only show versions which matched your semantic version, use the `--showMatchesOnly`  flag

```bash
forgebox version-debug coldbox@6.x --showMatchesOnly
```

<figure><img src="/files/2lQjhLFHBQ7bedoXwTcM" alt=""><figcaption></figcaption></figure>


---

# 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://commandbox.ortusbooks.com/5.9.0/package-management/installing-packages/debug-installation.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.
