# React JS

Here are the examples and guides if you are using React Framework. Click on one of the guides based on your use and needs.&#x20;

* [@web3forms/react Plugin](https://docs.web3forms.com/how-to-guides/js-frameworks/react-js/react-plugin)
* [Simple React Contact Form](https://docs.web3forms.com/how-to-guides/js-frameworks/react-js/simple-react-contact-form)
* [Using React Hook Form](https://docs.web3forms.com/how-to-guides/js-frameworks/react-js/react-js)
* [React File Upload Form](https://docs.web3forms.com/how-to-guides/js-frameworks/react-js/react-file-upload-form)
* [React Hook Form File Upload](https://docs.web3forms.com/how-to-guides/js-frameworks/react-js/react-hook-form-file-upload)


---

# 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/how-to-guides/js-frameworks/react-js.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.
