# Create a New Sheet

To add a new sheet to a previously created book, follow these steps:

1. Click the "+ (Create New Sheet)" button on the right side of the sheet tab.
2. Choose "Add Sheet" from the menu.

![](/files/itXVh1pf0wCmU0v7N6sV)

![](/files/5WkWHrV6aK4LzTcoBlLT)

1. The "Create New Sheet" dialog is displayed, showing "Salesforce" and "Scratch" tabs within the dialog.
2. In the "Salesforce" tab, a list of available Salesforce objects is displayed. Select the object you want to display as a sheet.
   * If you can not find the object you are looking for, you can search by entering keywords in the search box.
3. Click the "Create" button displayed at the bottom right of the dialog.

{% hint style="info" %}
In addition to creating a normal sheet, you can also create a sheet that interacts with an existing sheet in your book. For details, please refer to ["Create a Related Sheet"](/mashmatrix-sheet/functions_about_books_sheets/create_a_related_sheet.md).
{% endhint %}

{% hint style="warning" %}
If a user is assigned only the "Mashmatrix Sheet User (Read Only)" permission set, the "Create New Sheet" button will be hidden and a new sheet cannot be created.
{% endhint %}


---

# 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.mashmatrix.com/mashmatrix-sheet/functions_about_books_sheets/create_a_new_sheet.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.
