# Rename document

## Rename from folder

{% stepper %}
{% step %}
Go to `Files` in the main menu.
{% endstep %}

{% step %}
Navigate to the **folder** where the document is located.
{% endstep %}

{% step %}
Click the **menu icon** to the right of the document name and select `Rename`.

<img src="/files/pIRM93ebiUHVvck5MLea" alt="Document menu in folder" width="563">
{% endstep %}

{% step %}
Enter the new name in the dialog that appears and click the `Update` button.
{% endstep %}
{% endstepper %}

## Rename from document editor

You can rename a document at any time by editing its name directly in the editor header.

{% stepper %}
{% step %}
Open the document you want to rename in **edit mode**.
{% endstep %}

{% step %}
Click the document name in the header at the top of the editor.

![Rename document in editor](/files/mpWfhfP7GkWIoiayq8rr)
{% endstep %}

{% step %}
Type the new name and click somewhere outside the name field, or press `Enter`, to save. The new name is saved automatically.
{% 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/hippoly-docs/rename-doc.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.
