# Show Page Content

With the capability to show page content, you can show your blocks like headings, audio, embeds, bulleted lists, etc. directly into your apps.

### Page content versus properties

In general, **page properties** are best for capturing structured information such as a due date, a category, or a relationship to another page. The **page content** is best for looser structures or free-form content. The page content is where users compose their thoughts or tell a story. Page properties are where users capture data and build systems.

<figure><img src="https://4233028229-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5ZqDXcVVffWUqEIZVhmn%2Fuploads%2FS5zW8ezLCkkSwhve0qBO%2Fpage-content-helper-image.png?alt=media&#x26;token=24d43c8e-e6b3-413e-8455-4f10ed665e97" alt=""><figcaption><p>page properties vs page content</p></figcaption></figure>

### Adding a Show Page Content component

1. Open your app builder
2. From the app preview, open a "Details (View One Item)" or "Form (Update Item)" screen
3. From the *Logic (View)* section, add the "View Page Content" component.

<figure><img src="https://4233028229-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5ZqDXcVVffWUqEIZVhmn%2Fuploads%2FIsiWmVHUHRrs0TedKbSj%2FScreenshot%202024-07-29%20at%2012.44.09%E2%80%AFPM.png?alt=media&#x26;token=5f163799-c16c-4eb0-9bbb-829c9238fd22" alt=""><figcaption></figcaption></figure>

### **Block Limits**

Based on the account's subscription plan, we load only limited blocks into the apps. These limits are on the top-level blocks.&#x20;

| Subscription Plan | Blocks Limit |
| ----------------- | ------------ |
| FREE              | 5            |
| PLUS              | 20           |
| PRO               | 50           |
| PREMIUM           | 200          |

In the image below, Block 1, Block 2, and Block 4 are top-level blocks while the others are not.&#x20;

<figure><img src="https://4233028229-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5ZqDXcVVffWUqEIZVhmn%2Fuploads%2FgKLa8PjY3QJ3BFP9g8Un%2FScreenshot%202023-10-09%20at%2010.30.09%20PM.png?alt=media&#x26;token=1ad3cf9c-1327-4ab6-9205-537a1aa6cb99" alt=""><figcaption></figcaption></figure>

### **Unsupported Blocks**

Some blocks are not yet supported or only partially supported by the system. We are working on supporting all types of blocks.

1. Page Link (partially supported, use Notion's mention block to mention the page)
2. External Page Link (unsupported)
3. Equation (partially supported)
4. Google Maps (unsupported)
5. Google Drive (unsupported)
6. Figma (unsupported)
7. Tweet (unsupported)
8. Synced Block (unsupported)
9. Database (unsupported, please use a screen to display the database data instead)
10. Button (unsupported)

{% hint style="info" %}
Please note that page blocks are view-only and can't be edited.
{% endhint %}

If you need support for some unsupported blocks, please email us at <help@notionapps.com>.


---

# 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/show-page-content.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.
