# Tabs & Windows

### Main Window

The main window is where you manage all your work through tabs. Each tab can be a different note or a stack.

### Opening a Tab as a Window

To focus more on a tab, you can turn it into its own window. Just right-click the tab and choose 'Move to Window.' This lets you move and resize it however you like.

<figure><img src="/files/MJv6arRrLS3ryDQuIku5" alt="" width="563"><figcaption></figcaption></figure>

### Returning a Window to a Tab

If you want to bring a window back to the core window, click the 'Return to Main Window' icon in the top right of the window.

<figure><img src="/files/i4p0KCikMx0rxjwLR1PV" alt="" width="495"><figcaption></figcaption></figure>

### Note Tabs & Windows

You can quickly open any note in it's own tab or window by clicking the ellipsis menu and selecting either 'Open in Tab' or 'Open in Window'.

<figure><img src="/files/RPv7LOXQiEOOQd4Dd31J" alt="" width="440"><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/make-the-most-of-narafy/tabs-and-windows.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.
