# Using Forms

The forms in your app can be presented to the user in the following ways:

## Page Flow Modal Popup

The Page Flow [Show Popup Form](https://docs.zingy.ai/app-editor/page-flow/toolbox-blocks/show-popup-form) block allows you to present the form dynamically on any page/form based on user-interaction e.g. a button-click.

The result of the user's interaction with the form is provided back using the [Popup Form Data](https://docs.zingy.ai/app-editor/page-flow/toolbox-blocks/popup-form-data) block for any further custom processing.

## Form Widget

You can also embed a form on any page using the [Form](https://docs.zingy.ai/app-editor/page-editor/built-in-elements/form) Widget.


---

# 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.zingy.ai/app-editor/page-editor/using-forms.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.
