# Sort tags in the sidebar

Tags in UpNote can be arranged in the sidebar in the order that works best for you. By default, newly created tags appear **at the top** of the tag list. You can manually reorder them or sort them alphabetically.

***

#### Custom Sorting

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

***

#### Sort by Title

1. Open **Settings → General → Sort items in the sidebar**.
2. Select **Title (A → Z)** or **Title (Z → A)** to alphabetize your tags.


---

# 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-tags/sort-tags-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.
