# Hide Sheet

To temporarily hide a sheet, follow these steps:

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

1. Click on the sheet menu and select "Hide".
2. The sheet will be hidden from the list on the sheet tabs.

Once hidden, the sheet can be made visible again from the menu on the right side of the sheet tab.

<figure><img src="/files/1s6O6l01SoMEDSDlfFxl" alt=""><figcaption></figcaption></figure>

Alternatively, you can also select hidden sheets and set them to be visible from [Book Settings > Sheets](/mashmatrix-sheet/functions_about_books_sheets/change_book_setting.md#sheets) tab.

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

{% hint style="info" %}
Even hidden sheets can be used to refer to values in the sheet as reference values for filters or as calculation targets for formulas. Therefore, intermediate sheets for data retrieval can be hidden from the user to prevent unnecessary access to the original data.
{% 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/hide_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.
