# Archive note

If you no longer need a note but don't want to delete it permanently, you can archive it. Archived notes are hidden from your main notes list but can be restored at any time.

## Archive a note

{% stepper %}
{% step %}
Open the notes panel and find the note you want to archive.
{% endstep %}

{% step %}
Open the note's menu and select `Move to archive`.
{% endstep %}

{% step %}
The note is moved to the archive and hidden from your active notes list.
{% endstep %}
{% endstepper %}

## Unarchive a note

{% stepper %}
{% step %}
Open the notes panel and navigate to the archived notes view.
{% endstep %}

{% step %}
Find the note you want to restore, open its menu, and select `Unarchive`.
{% endstep %}

{% step %}
The note is moved back to your active notes list.
{% endstep %}
{% endstepper %}


---

# 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.hippoly.com/using-hippoly/notes-and-annotations/archive-note.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.
