# Dynamic sheets

## Dynamic Sheet Names

You can add text placeholders to sheet names and pass the sheet name dynamically, as shown in the example below.

<figure><img src="https://1713720388-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIRMYKAUZ0NsaDRvNONC3%2Fuploads%2FeEOs7MAQ8EqLVz6l02PS%2Fimage.png?alt=media&#x26;token=433f4138-e6b8-4c97-a546-be94662dd1fc" alt=""><figcaption></figcaption></figure>

## Conditional sheets

You can **hide/remove sheets from your template by passing empty value to dynamic sheet name**. All of sheet content will be removed from output document (including tables and objects embeeded into page)

You need to pass:

* Empty value
* False value
* No value (null or undefined)

To hide sheet with dynamic placeholder conditionally from output document


---

# 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.documentero.com/documentation/dynamic-sheets.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.
