# Chocolately Notes

## Listing Updated Applications

**Note**: You likely need to do the following commands in an administrative cmd/powershell prompt.

If you have version 0.9.8.33 or below installed:

```shell
choco version all
```

If you have 0.9.9+ installed:

```shell
choco upgrade all --noop
```

If you have choco 0.9.9.6+, you can use the `outdated` command.

```shell
choco outdated
```

Following that, if you actually want to upgrade - in both versions you can follow with:

```shell
cup all -y
```

**Note:** `-y` will only work with 0.9.8.33+.


---

# 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://chadboyce.gitbook.io/notes/chocolately.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.
