# Create a Form

To add a Form, follow the steps:

1. Drag and drop the **Form** component to the page&#x20;
2. Choose the data source for which you want to generate the form
3. Choose the operation&#x20;
4. Click on the `Generate` button

{% @arcade/embed flowId="peK1S3OS4sAcR14OZJS6" url="<https://app.arcade.software/share/peK1S3OS4sAcR14OZJS6>" %}

{% hint style="info" %}
Now, when you fill out the form, you can create a new record in your database.
{% endhint %}


---

# 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.jetadmin.io/user-guide/design-and-structure/components/form/create-a-form.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.
