# Examples

- [Basic HTML Contact Form](https://docs.web3forms.com/getting-started/examples/basic-html-contact-form.md)
- [Advanced - All Options](https://docs.web3forms.com/getting-started/examples/advanced-all-options.md): Here's an example with all possible customization options. Checkout other pages for more examples.
- [Ajax Contact Form using Javascript](https://docs.web3forms.com/getting-started/examples/ajax-contact-form-using-javascript.md)
- [Multi Column Contact Form](https://docs.web3forms.com/getting-started/examples/multi-column-contact-form.md)
- [Javascript Form Validation](https://docs.web3forms.com/getting-started/examples/javascript-form-validation.md)
- [Contact Form with Dark Mode](https://docs.web3forms.com/getting-started/examples/contact-form-with-dark-mode.md)
- [Raw Contact Form](https://docs.web3forms.com/getting-started/examples/raw-contact-form.md)
- [Google reCaptcha v3](https://docs.web3forms.com/getting-started/examples/recaptcha-v3.md)
- [File Upload Form](https://docs.web3forms.com/getting-started/examples/file-upload-form.md)
- [With Multiple Checkbox](https://docs.web3forms.com/getting-started/examples/with-multiple-checkbox.md): How to integrate Checkbox with Web3Forms Properly


---

# 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://docs.web3forms.com/getting-started/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.
