> ## Documentation Index
> Fetch the complete documentation index at: https://seal-d2ca5bea.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Page content

> How to create great entities using our powerful document editor.

# Structure

Pages in Seal are made up of **blocks**. A block can be many things, ranging from a field to a checkbox or bit of text.

You can copy links to blocks — when someone clicks on the URL, the page scrolls to that section and momentarily highlights it.

<img src="https://mintcdn.com/seal-d2ca5bea/O6C1bL0chr_GOdL2/images/Screenshot2025-08-28at22.57.29.png?fit=max&auto=format&n=O6C1bL0chr_GOdL2&q=85&s=c7b7f5eb028a9cb5728f13cd6d10adb5" alt="Screenshot 2025-08-28 at 22.57.29.png" title="Screenshot 2025-08-28 at 22.57.29.png" className="mx-auto" style={{ width:"36%" }} width="666" height="418" data-path="images/Screenshot2025-08-28at22.57.29.png" />

# Formatting text

Users can use markdown auto-formatting to format text in the document editor. This may help save time by automatically applying formatting without needing manual styling.

See table below for markdown varieties.

| Symbol           | Description                                                                                 |
| ---------------- | ------------------------------------------------------------------------------------------- |
| `[]`             | Checkbox                                                                                    |
| `#`, `##`, `###` | Heading 1, heading 2, heading 3 \* Note that headers can be in lists, and indented as well. |
| ` `` `           | Codeblock                                                                                   |
| `*` or `_`       | Italics                                                                                     |
| `**`             | Bold                                                                                        |
| `__`             | Underline                                                                                   |
| `-`              | Bulletpoints                                                                                |
| `1.`             | Numbered list                                                                               |
| `~~`             | Strikethrough                                                                               |

<Info>
  You can also adjust indentation, for better organisation.

  * Press the **Tab** key to indent
  * Hold **Shift + Tab** to unindent.

  <img src="https://mintcdn.com/seal-d2ca5bea/O6C1bL0chr_GOdL2/images/ScreenCast2025-08-28at11.02.29PM.gif?s=09b599a3fdc1c1e5fcc5e81a74588433" alt="Screen Cast 2025-08-28 at 11.02.29 PM.gif" title="Screen Cast 2025-08-28 at 11.02.29 PM.gif" className="mr-auto" style={{ width:"52%" }} width="1330" height="340" data-path="images/ScreenCast2025-08-28at11.02.29PM.gif" />
</Info>

## Numbered lists

To create an automatically numbered list, prefix each list item with a number followed by a period.

The numbers do not need to be in order — the system will automatically number the list sequentially.

Clicking the 'Tab' button will indent the list, as follows:

<img src="https://mintcdn.com/seal-d2ca5bea/O6C1bL0chr_GOdL2/images/ScreenCast2025-08-28at11.03.55PM.gif?s=fc8c7da52cd93bcc4c98e5cadcc9cc53" alt="Screen Cast 2025-08-28 at 11.03.55 PM.gif" title="Screen Cast 2025-08-28 at 11.03.55 PM.gif" className="mx-auto" style={{ width:"60%" }} width="1024" height="534" data-path="images/ScreenCast2025-08-28at11.03.55PM.gif" />
