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

# Building reference material with sheets

> How to pull recurring reference material — characters, places, organizations — out into sheets, and what the seven categories do.

Characters, events, organizations, objects, places, worldbuilding rules. Jot this material down in a corner of the manuscript and you will not find it when you actually need it. A sheet is where you pull that material out into a file of its own.

## Ways to create one

Click the three dots at the right end of a sidebar section heading to open the create menu. Hover **New Sheet** and the seven categories open as a submenu. The sheet is created in whichever category you pick there.

Right-clicking a file row in the sidebar, or clicking the three dots on that row, brings up the same submenu. This path puts the new sheet **under** the file you clicked, as a child. Use it to hang a weapon sheet under the main character's sheet.

Drag over a name in the body text, right-click, and pick a category under **Create sheet**. The selected text becomes the sheet's title.

**New Sheet** in the command palette, `Cmd/Ctrl + Shift + C`, and the **New Sheet** item you get by right-clicking empty space inside a folder do not ask for a category. They create the sheet as **Other**.

Create from the sidebar, the command palette, the shortcut, or the folder menu and the view moves to the new sheet with the cursor in the title field. Creating from selected body text leaves the view where it is. The selected text turns into a mention, and you reach the sheet by clicking **Open** in the `Sheet "Title" created` toast. Leave the title empty and the field keeps a dimmed category name such as "Untitled Character".

<div className="app-window block dark:hidden">
  <img src="https://mintcdn.com/raumlabsinc/ENyX88kfW0HMrWQi/images/en/structure/sheets--01.png?fit=max&auto=format&n=ENyX88kfW0HMrWQi&q=85&s=fea0472d0d640f563830685b39760925" alt="The three dots on a sidebar section heading are clicked to open the create menu, and the “New Sheet” submenu is expanded to show Character, Event, Organization, Item, Location, Worldbuilding, and Other with their icons." width="2880" height="1800" data-path="images/en/structure/sheets--01.png" />
</div>

<div className="app-window hidden dark:block">
  <img src="https://mintcdn.com/raumlabsinc/ENyX88kfW0HMrWQi/images/en/structure/sheets--01-dark.png?fit=max&auto=format&n=ENyX88kfW0HMrWQi&q=85&s=7be8f2ed492ef9e8d561a22fd3e3de5d" alt="The three dots on a sidebar section heading are clicked to open the create menu, and the “New Sheet” submenu is expanded to show Character, Event, Organization, Item, Location, Worldbuilding, and Other with their icons." width="2880" height="1800" data-path="images/en/structure/sheets--01-dark.png" />
</div>

<p className="app-caption">Pick a category in the New Sheet menu to create one.</p>

## The seven categories

Character, Event, Organization, Item, Location, Worldbuilding, Other. Menus always list them in this order.

A category is more than a label. It separates three things.

* **Icon** — the icon on a sheet's row in the sidebar comes from its category. An icon set on the file itself takes precedence.
* **Properties that take sheets as values** — a Character Sheets property offers only sheets in the Character category as candidates.
* **Tag candidates** — tag properties with the same name pool their values, but a different category keeps them apart. A property inherited from a parent sheet, or carried over by duplication, keeps sharing candidates even after you change the category or rename it.

You can change it later. Open the sheet, click the value on the **Category** row, and pick another category. The properties you filled in and the body text stay as they are.

<div className="app-window block dark:hidden">
  <img src="https://mintcdn.com/raumlabsinc/ENyX88kfW0HMrWQi/images/en/structure/sheets--02.png?fit=max&auto=format&n=ENyX88kfW0HMrWQi&q=85&s=13b3d2910866e69d14810132e6899aea" alt="A character sheet is open with the value on the “Category” row clicked so the dropdown is expanded. Character, the current category, is highlighted and the other six appear with their icons." width="2880" height="1800" data-path="images/en/structure/sheets--02.png" />
</div>

<div className="app-window hidden dark:block">
  <img src="https://mintcdn.com/raumlabsinc/ENyX88kfW0HMrWQi/images/en/structure/sheets--02-dark.png?fit=max&auto=format&n=ENyX88kfW0HMrWQi&q=85&s=20b8b5a61173183f2bcdeda14b308dd4" alt="A character sheet is open with the value on the “Category” row clicked so the dropdown is expanded. Character, the current category, is highlighted and the other six appear with their icons." width="2880" height="1800" data-path="images/en/structure/sheets--02-dark.png" />
</div>

<p className="app-caption">The category can be changed after the sheet is created.</p>

## There is no screen that lists sheets alone

A sheet is a file of the same rank as a document or a plotboard, so it sits in the sidebar tree alongside them. Enter the sheet view without picking a sheet and you get only the message "Select a sheet". If you want to scan by category, it is better to split them into folders or sections.

<Note>
  Create a sheet under another sheet and it inherits the parent's property layout. Only the names, types, and order carry over; the values are empty.
</Note>
