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

# Notion create page

> Create a page in the user's Notion workspace, either inside a parent page or as a row in a database. Supply exactly one of parentPageId or…

`notion_create_page`

Create a page in the user's Notion workspace, either inside a parent page or as a row in a database. Supply exactly one of `parentPageId` or `parentDatabaseId`. Body paragraphs are plain text. A created page can be archived later, so this is recoverable.

## Parameters

<ParamField path="title" type="string" required>
  Page title.
</ParamField>

<ParamField path="parentPageId" type="string">
  Id of the parent page (from notion\_search).
</ParamField>

<ParamField path="parentDatabaseId" type="string">
  Id of the parent database — creates a row.
</ParamField>

<ParamField path="paragraphs" type="array<string>">
  Body paragraphs, plain text.
</ParamField>
