> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zeroagent.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Notion

> Notion is an all-in-one workspace and note-taking app, providing a flexible and collaborative platform for individuals and teams to organize tasks, projects, and knowledge bases

## Supported Actions

The following table outlines the supported actions and example prompts for our Typeform integration:

1. ### User Management

| Action               | Description                                       | Example Prompt                          |
| :------------------- | :------------------------------------------------ | :-------------------------------------- |
| **Get Current User** | Retrieves the authenticated Notion user's details | `Get my Notion user details`            |
| **List All Users**   | Fetches a list of all users in the workspace      | `List all users in my Notion workspace` |

2. ### Page Management

| Action                  | Description                                          | Example Prompt                               |
| :---------------------- | :--------------------------------------------------- | :------------------------------------------- |
| **Search by Title**     | Searches for pages by title.                         | `Find all pages with 'Project' in the title` |
| **Get Details of Page** | Retrieves detailed information about a specific page | `Get details of the 'Home' page`             |
| **Get Page Content**    | Fetches the content of a specific page               | `Get content of the 'About' page`            |

3. ### Database Management

| Action                      | Description                                       | Example Prompt                                          |
| :-------------------------- | :------------------------------------------------ | :------------------------------------------------------ |
| **Get Database Properties** | Retrieves properties of a specific database       | `Get properties of the 'Customers' database`            |
| **Get Database Records**    | Fetches all records from a specific database      | `Get all records from the 'Orders' database`            |
| **Filter Database Records** | Filters records in a database based on conditions | `Get orders from 'New York' from the 'Orders' database` |

4. ### Comment Management

| Action                     | Description                              | Example Prompt                            |
| :------------------------- | :--------------------------------------- | :---------------------------------------- |
| **Get Comments**           | Retrieves comments on a specific page    | `Get comments on the 'Project Plan' page` |
| **Create Comment in Page** | Creates a new comment on a specific page | `Comment on the 'Meeting Notes' page`     |
