> For the complete documentation index, see [llms.txt](https://alexandria.enhe.social/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://alexandria.enhe.social/features/custom-menu-ordering.md).

# Custom Menu Ordering

Introduced in v1.5, Custom Menu Ordering lets you rearrange the main menu items — **Bookmarks**, **History**, **Tab Tools**, **Read Later**, and **Downloads** — to match how you actually use the extension.

## How to reorder

{% stepper %}
{% step %}

### On the main menu, click the **☰ Reorder** button

Click the **☰ Reorder** button in the bottom-right corner of the footer to enter edit mode.
{% endstep %}

{% step %}

### Drag menu items into your preferred order

Drag handles appear on each menu item. Drag them into your preferred order.
{% endstep %}

{% step %}

### Click **Done** to save and exit

Click the **Done** button (same position) to save and exit edit mode. Navigation is disabled while reorder mode is active to prevent accidental view changes.

Your order is saved automatically via `chrome.storage.sync`, which means it persists across browser restarts and **syncs across all your devices** where you're signed into Chrome.
{% endstep %}
{% endstepper %}

## Reset to default

When edit mode is active, a **Reset to default** row appears below the draggable items. Clicking it restores the original order — Bookmarks → History → Tab Tools → Read Later → Downloads — and exits edit mode. The row disappears when you leave edit mode normally.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://alexandria.enhe.social/features/custom-menu-ordering.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.
