# Stacks

Stacks in Narafy allow users to organize and manage their notes more dynamically by utilizing tags.&#x20;

A stack groups notes based on specific tags, functioning like a dedicated workspace. When notes are created within a stack, they automatically inherit the stack's defined tags.

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

## Building a Stack

On the home screen, you can quickly create a new Stack by selecting the tags.

'Open Stack' will open in a new Tab. If you click 'New Note' it will open the Stack and create a new note in the that stack.

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

## Favorites

You can favourite your Stacks to make them quick to access at any time from the Favorites pane, also accessible by using the keyboard shortcuts `Ctrl + Y` on Windows or `Cmd + Y` on Mac.

<figure><img src="/files/gMyDTB31AutYLQgh8YMT" alt="" width="372"><figcaption></figcaption></figure>

## Recents

You can access currently open and recently closed Stacks on the Recents pane.

<figure><img src="/files/B8Gjoi6pmcXJGVeioLQR" alt="" width="357"><figcaption></figcaption></figure>


---

# 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://info.narafy.com/new-to-narafy/stacks.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.
