# Mark a document as a favorite

Wonderly lets you mark any document as a favorite so you can find it easily in your sidebar. You can add or remove favorites directly from the document view.

### Mark a document as a favorite

{% hint style="info" %}
**When to use:** Use this method when you want fast access to a document you use frequently.
{% endhint %}

1. Open the document you want to mark as a favorite.
2. Click the **three dots (⋯)** in the top-right corner of the document.
3. Click **Add to Favorites**.

{% embed url="<https://app.supademo.com/demo/cmohd4t452mrhza2inkhr5lqk>" %}

**Expected outcome:** The document now appears in the **Favorites** section of your left-hand sidebar for quick access.

***

### Remove a document from favorites

{% hint style="info" %}
**When to use:** Use this method when you no longer need quick access to a document.
{% endhint %}

1. Open the document currently marked as a favorite.
2. Click the **three dots (⋯)** in the top-right corner of the document.
3. Click **Remove from Favorites**.

{% embed url="<https://app.supademo.com/demo/cmohdc13m2naaza2iygdcoyll>" %}

**Expected outcome:** The document no longer appears in your Favorites sidebar.

***

**FAQ**

**Can I favorite multiple documents at once?** No, at the moment, you need to mark each document as a favorite individually.

**Will favoriting a document change who can see it?** No, favorites only affect your sidebar view. Permissions stay the same.

**Can I organize my favorites?** Favorites appear in a single list in the sidebar. You can remove and re-add documents to manage the order.


---

# 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://www.wonderly.com/help/work-hub/document-overview/organizing-and-sharing/mark-a-document-as-a-favorite.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.
