# Form Development

- [Form Renderer](https://help.form.io/developers/form-development/form-renderer.md): A technical deep-dive into the powerful Form.io JavaScript Renderer
- [Form Builder](https://help.form.io/developers/form-development/form-builder.md): Learn how to use the Form.io JavaScript form builder
- [Form Embedding](https://help.form.io/developers/form-development/rendering.md): How to embed a Form.io form within your application.
- [Form Evaluations](https://help.form.io/developers/form-development/form-evaluations.md): This section describes how the Form.io Renderer evaluates javascript code.
- [Protected Evaluator](https://help.form.io/developers/form-development/form-evaluations/protected-evaluator.md)
- [Form Templates](https://help.form.io/developers/form-development/form-templates.md): Describes the Form.io Form Templating System
- [The Form.io Standard Template](https://help.form.io/developers/form-development/form-templates/the-form.io-standard-template.md): An easier way to customize your forms' look and feel.
- [Custom Components](https://help.form.io/developers/form-development/custom-components.md): Describes the process of building and creating a Custom Form Component.
- [Translations](https://help.form.io/developers/form-development/translations.md): Documentation of Form.io Translations


---

# 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://help.form.io/developers/form-development.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.
