> For the complete documentation index, see [llms.txt](https://docs.flexikanban.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flexikanban.ai/components/forms/basics/how-to-preview-the-form.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.flexikanban.ai/components/forms/basics/how-to-preview-the-form.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
