# Wire Features

- [Validation](https://cbwire.ortusbooks.com/3.x/wire-features/validation.md): Powerful validations for your forms and input elements.
- [File Uploads](https://cbwire.ortusbooks.com/3.x/wire-features/file-uploads.md): Provide your users with file uploads and thumbnail previews without page refreshes.
- [Query String](https://cbwire.ortusbooks.com/3.x/wire-features/query-string.md): Set your data properties with incoming query string values.
- [Redirecting](https://cbwire.ortusbooks.com/3.x/wire-features/redirecting.md): Methods to redirect your users where you need.
- [WireBox](https://cbwire.ortusbooks.com/3.x/wire-features/wirebox.md): ColdBox's dependency injection framework, right there when you need it.


---

# 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://cbwire.ortusbooks.com/3.x/wire-features.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.
