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

# Add a row

In order to add a row in a Database, the only thing you need is filling up the **Primary Key** column inside the dedicated **row pinned at the top** of the current sheet.

<img src="https://mintcdn.com/stratumn/4rAewZdM7szac3r3/studio/database/images/newRowInput.jpg?fit=max&auto=format&n=4rAewZdM7szac3r3&q=85&s=c4ab2e91aed4f0b214c2ceedb3947460" style={{ borderRadius: '1rem' }} width="1874" height="112" data-path="studio/database/images/newRowInput.jpg" />

When you start typing inside the **Primary Key** column input, you can notice that
an **interaction zone** appears on bottom of the page.

<img src="https://mintcdn.com/stratumn/4rAewZdM7szac3r3/studio/database/images/addRowButton.jpg?fit=max&auto=format&n=4rAewZdM7szac3r3&q=85&s=8ceae15728061d3eef27f1508a6c2de2" style={{ borderRadius: '1rem' }} width="1862" height="769" data-path="studio/database/images/addRowButton.jpg" />

Click on the **Add Row** button when you're ready to add the new row in the sheet.

<img src="https://mintcdn.com/stratumn/4rAewZdM7szac3r3/studio/database/images/newRowMessage.jpg?fit=max&auto=format&n=4rAewZdM7szac3r3&q=85&s=583b2617d745b4d371197d7a6facb9a9" style={{ borderRadius: '1rem' }} width="1863" height="768" data-path="studio/database/images/newRowMessage.jpg" />

The new row will appear on **top of the sheet**.

<img src="https://mintcdn.com/stratumn/4rAewZdM7szac3r3/studio/database/images/newRowCreated.jpg?fit=max&auto=format&n=4rAewZdM7szac3r3&q=85&s=7cc397b16219d029506f33b4dae9ec97" style={{ borderRadius: '1rem' }} width="1865" height="149" data-path="studio/database/images/newRowCreated.jpg" />

<Warning>
  Note that filling up the **Primary Key** column only might not be enough to
  succesfully generate/update your workflows. Depending on the rules defined in
  your workflows, you usually might need to fill up other columns.
</Warning>
