> For the complete documentation index, see [llms.txt](https://docs.gearplug.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gearplug.io/english/set-up-your-integrations/notion/target-actions/create-item.md).

# Create item

1. **Select Notion** as your target app, as well as the connection you want to use. Click “Continue.”

<figure><img src="https://lh4.googleusercontent.com/I5t8m_BW0MaiEwGKh3dKfcZvhH-wtJmXSMeAOzywSyFtlWwcHSTTET2HOjos7-2fJsmD_yR9bqYGTAC0cJhyd2qGN3-FrXvs1oSFo_RoDgxbx9ILGld99e-opot71XyX60lJ8y0X-p5x_dJGivkWxQ" alt=""><figcaption></figcaption></figure>

2. **Choose “Create item”** as your action and the database you want to update. Click “Continue” and the red gear to display the data template.

<figure><img src="https://lh5.googleusercontent.com/zJklJI3Huz3F6kIfj3ISzPw9AjyeVXHFonQijwFYh2zYr7LKl2VmIk6PqZb4Ij1CD-rWu8s_QuiL2f7n8MtePb3EQzkKwHoo_jhQwbDifa5D58vL7KeSfY7vSeORyiU5CUAbCWEAfsEVE-kUnDgWtQ" alt=""><figcaption></figcaption></figure>

3. **Fill in the data template**, linking source and target fields. Click “Map” when you’re done.

<figure><img src="https://lh5.googleusercontent.com/sWlf7Od4SuumJHlMDL-BrU33t7rFYkzPOb27sCy0ECUV0kIvcF28zuERjreVwssokAt9CIreesowUgvgrlfhWEcpe3bfm6aKeP34AwDT0skGjvnJzKWakNjUQz9gHW5i145K97YA6rdAXAzYSFwH5Q" alt=""><figcaption></figcaption></figure>

4. **Verify that your target is active** in the top-right corner. Click “Add a target” to add more apps or “Save” to save your Gear.

<figure><img src="https://lh3.googleusercontent.com/IhR44oEMwwNU9cQ8HKluSkVwl2Qw0v4rMa1617HMbqRIgpG7qWVELSLYskmzrp8Qyn_z89h7IFBkpdV-iRWe-2i8xwot75ISaI_jlEOYGUTbUePjhkuwQrQYdrKI3Ga19SZKRcyLNlMv5YHNRZEb5A" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Make sure you turn on your Gear before leaving GearPlug!
{% endhint %}


---

# 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.gearplug.io/english/set-up-your-integrations/notion/target-actions/create-item.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.
