# Arrange notebooks in the sidebar

You can organize how your notebooks appear in the sidebar by sorting them alphabetically or arranging them manually in a custom order.

***

#### Sort by Title

1. Open **Settings → General → Sort items in the sidebar**.
2. Select **Title (A → Z)** or **Title (Z → A)** to sort notebooks alphabetically.

***

#### Custom Sorting of Main Notebooks

1. Open **Settings → General → Sort items in the sidebar** and select **Custom**.
2. Rearrange notebooks manually:
   * **On Mac, Windows, and Linux:** Drag a notebook up or down in the sidebar.
   * **On iOS:** Tap and hold a notebook in the sidebar, then drag it up or down to change its order.
   * **On Android:**
     1. Tap and hold a notebook in the sidebar and select **Rearrange** in the pop-up menu.
     2. Drag the handle on the right side of each notebook row to adjust the order.

***

#### Custom Sorting of Sub-notebooks

1. Open the **parent notebook** to view its nested notebooks in the notes list panel.
   * If nested notebooks don’t appear, go to **Settings → General** and enable **Show nested notebooks in the notes list**.
2. Drag the nested notebooks **up or down** in the notes list panel to reorder them.\
   ![](/files/6YQG7kPRo0Tgw1q59Qst)
3. The new order will automatically be reflected in the sidebar.

***

#### Note

If you’re unable to drag notebooks to rearrange them, make sure **Custom sorting** is enabled under **Settings → General → Sort items in the sidebar**.\
![](/files/zcD3CMbILCx2j8TLueoL)


---

# 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://help.getupnote.com/organize-and-manage-notes/organize-with-notebooks/arrange-notebooks-in-the-sidebar.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.
