# ブックの新規作成

ブックを新しく作成するには、以下の手順に従います。なおブックの新規作成時にはシートも同時に作成されます。

1. サイドバーの下部にある、「＋（新規ブック作成）」ボタンをクリックします。

![](/files/w0QxLR6OwD24pFGjWdCj)

![](/files/bM9GK4xHFtDfB5jMHgKW)

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

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

<figure><img src="/files/j59j722NqT28rgNAjCTo" alt=""><figcaption></figcaption></figure>

新しく作成されたブックは最初はドラフト状態として作成され、「名称未設定 \[*{作成日付時刻}*]」というタイトルの横にドラフトマークが表示されます。

ドラフト状態のブックは、ナビゲーションメニュー内の専用セクションにまとめて表示されます。

ブックヘッダ内のブック名をダブルクリックして新しくブックの名前を設定することで、ドラフト状態を解除できます。またはブックをフォルダへ移動することによっても解除が可能です。ブックの移動方法については「[ブックの移動](/mashmatrix-sheet/ja/functions_about_books_sheets/move_book_to_folder.md)」を参照してください。

{% hint style="warning" %}
ドラフト状態のブックは、作成から7日を経過すると自動的に削除対象となります。
{% 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/ja/functions_about_books_sheets/create_a_new_book.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.
