# シートの新規作成

既に作成されているブックに対して、シートを新しく追加作成するには、以下の手順に従います。

1. シートタブの右側にある「＋（新規シート作成）」ボタンをクリックします。
2. メニューが表示されるので、「シートを追加」を選びます。

![](/files/5wUzwUAmDFtWea4ATqjt)

![](/files/ge2saPtgdXAdTWbPrmZe)

1. 「新しいシートを作成」ダイアログが表示され、ダイアログ内に「Salesforce」「スクラッチ」のタブが表示されます。
2. 「Salesforce」タブ内にSalesforceのオブジェクト一覧が表示されるので、シートとして表示したいオブジェクトを選択します。
   * 探しているオブジェクトが見つからない場合は、検索ボックスにキーワードを入力して検索することができます。
3. ダイアログ右下に表示される「作成」ボタンをクリックします。

{% hint style="info" %}
通常のシートの他に、ブック内の既存のシートと連動するシートを作成することも可能です。詳しくは[「連動シートの作成」](/mashmatrix-sheet/ja/functions_about_books_sheets/create_a_related_sheet.md)をご覧ください
{% endhint %}

{% hint style="warning" %}
権限セットとして「Mashmatrix Sheet User (Read Only)」権限セットのみを割当られているユーザは、「新規シート作成」ボタンは非表示となり、シートの新規作成はできません。
{% endhint %}

## Salesforceオブジェクト以外のシートの作成

通常、シートの作成時にはSalesforceオブジェクトをデータソースとして指定し、取得したレコードの情報を表示します。この他に、Salesforceオブジェクトに紐づかないまったく新しいデータをゼロから登録してシート内に保存・表示することも可能です。詳しくは「[スクラッチデータシート](/mashmatrix-sheet/ja/functions_advanced/sukuratchidtashto.md)」を参照してください。


---

# 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/ja/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.
