# Notebook

Notebooks are a type of widget that lets apps show one of multiple pages (also colloquially referenced as "tab bars").

## Static Notebook

![Static Notebook](https://elementary.io/images/docs/human-interface-guidelines/notebooks/static-notebook.png)

A Static Notebook is a small set of unchanging tabs, commonly seen in preferences or settings screens. The tabs appear as linked buttons centered at the top of the content area. A Static Notebook should typically contain two to five tabs.

## Dynamic Notebook

![Dynamic Notebook](https://elementary.io/images/docs/human-interface-guidelines/notebooks/dynamic-notebook.png)

A Dynamic Notebook is a way for an app to provide user-manageable tabbing functionality, commonly seen in web browsers. The tabs appear attached to the toolbar on their own tab bar above the relevant content. Tabs are able to be rearranged and closed, and a "new tab" button is at the start of the notebook widget.


---

# 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.elementary.io/hig/widgets/ui-toolkit-elements/notebook.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.
