# Form (Add Item)

The "Form (Add Item)" screen type in NotionApps allows you to create screens that enable users to add items or pages directly to your Notion databases from within your app. This screen is useful for adding new items or if you want to create a simple feedback form on NotionApps.&#x20;

{% hint style="success" %}
The new pages reflect immediately in your Notion database.
{% endhint %}

You can create an "Form (Add Item)" screen in one of two ways:

* Either by adding a new screen of type "Form (Add Item)"

<figure><img src="/files/4wMU6EutjHHNfIFuC55F" alt=""><figcaption></figcaption></figure>

* Or enabling the "Allow Adding" option on a "List (View Items)" or "List (Update Items)" screen.&#x20;

<figure><img src="/files/DR64z6XmN82Cd5YJiKco" alt=""><figcaption></figcaption></figure>

Now, you can configure the screen with "Input" components that will capture the necessary data for the new item/page.

To configure the existing components or add new ones, follow these steps:

1. Click on the component you want to modify or click the "+" button in the screen configuration section to add a new component.

<figure><img src="/files/dkC2iFSUjEGOdL4NNbcY" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/nomuJGQRQfwt7ema4rKV" alt=""><figcaption></figcaption></figure>

2. Adjust the properties of each component, such as the type of input property, label, placeholder, and more.

<figure><img src="/files/QEPhewO1FRW6gJXfazw6" alt=""><figcaption></figcaption></figure>

Once the user fills in the necessary information in the input components and clicks the "Save" button at the bottom of the screen, a new page will be created in the selected Notion database, capturing the submitted data.

<figure><img src="/files/Au53vR4Df88ojVBN6chC" alt=""><figcaption></figcaption></figure>


---

# 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.notionapps.com/customize-app/types-of-screens/add-new-item-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.
