# How to Preview the Form

Go to form builder. Open menu "**Actions**". Select option "**Run**" to open proper popup.

<img src="/files/xGpEMVyKT0LSrSqRkO1t" alt="" class="gitbook-drawing">

Popup "**Run**" allows to pass some data to the form:

* the record Id
* the custom parameters

In case you do not need this, just click "**Run**" button to open the form preview in another browser tab.<br>

<img src="/files/TULPZC3LNE1PegvgW5fE" alt="" class="gitbook-drawing">

Check "**Pass Record**" checkbox - the record selector will be shown. Type ID into field or click settings button to open list of Records names (see screenshot below):

<img src="/files/vSNX0dnff745mAVLPbmY" alt="" class="gitbook-drawing">

Filter if necessary and select Record Name. Click "**Apply**" to pass Record ID:

<img src="/files/7BrjmzcbB89kpEzrN95T" alt="" class="gitbook-drawing">

Check "**Pass Custom Parameters**" checkbox. Proper sub-form will be shown. Click "**Add**" button and set parameters. Type name and value of parameters to be passed to the form.

Finally click "**Run**" button to preview the form.

<img src="/files/mUqdFgPHOz0Z1obdOKZm" alt="" class="gitbook-drawing">


---

# 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.flexikanban.ai/components/forms/basics/how-to-preview-the-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.
