> For the complete documentation index, see [llms.txt](https://cbwire.ortusbooks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cbwire.ortusbooks.com/3.x/examples.md).

# Examples

| Name                                                      | Description                                                             |
| --------------------------------------------------------- | ----------------------------------------------------------------------- |
| [Contact Form](/3.x/examples/contact-form.md)             | A simple contact form component that uses CBWIRE's validation features. |
| [File Upload](/3.x/examples/file-upload.md)               | Uploading a file                                                        |
| [Multi-select Input](/3.x/examples/multi-select-input.md) | Binding a multi-select dropdown with a data property                    |

## Examples Repo

In addition to the examples above, we have a GitHub repo that contains more examples of CBWIRE. Each example includes both the code to generate the example and a section where you can see the results in real-time.

<https://github.com/grantcopley/cbwire-examples>

<figure><img src="/files/QK6OWoPkJy9WR09q7v5E" alt=""><figcaption><p>Homepage listing various CBWIRE examples</p></figcaption></figure>

<figure><img src="/files/hQf9g5iMdsmz9d7gApmc" alt=""><figcaption><p>Individual page showing form validation in CBWIRE</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/examples.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.
