# Notion

The Notion integration allows you to perform multiple actions within the account.

## Functions and Their Parameters

#### Create Page

1. **Parent Page**
2. **Title**
3. **Icon (Optional)**
4. **Page Content (Markdown)**

#### Create Database

1. **Parent Page**
2. **Title**
3. **Emoji (Optional)**
4. **Properties** -- database columns as a JSON object

#### Create Database Item

1. **Database**
2. **Fields (JSON)** -- fields of the database item as a JSON object

#### Get Database

1. **Database**
2. **Maximum number of records (Optional)**
3. **Filters fields (JSON)** -- fields of the database item as a JSON object

## Example

{% @arcade/embed %}


---

# 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.airops.com/context/overview/project-management/notion.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.
