> For the complete documentation index, see [llms.txt](https://docs.datasuite.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.datasuite.vn/english/features/report/edit-report/rename-report.md).

# Rename Report

You can rename a Report using two methods:

#### Rename Report from the Workspace Screen

<figure><img src="/files/v1AnlSiChUnOHtft4fM4" alt=""><figcaption></figcaption></figure>

{% stepper %}
{% step %}

#### Locate the Report

Hover your mouse over the Report you want to rename.
{% endstep %}

{% step %}

#### Open Rename Option

Click the **Edit** icon.
{% endstep %}

{% step %}

#### Enter New Name

Enter the new name for the Report.
{% endstep %}

{% step %}

#### Save Changes

Click **Save** to apply the changes.
{% endstep %}
{% endstepper %}

#### Rename Report from the Edit Screen

<figure><img src="/files/qYbHgwkkMW8IvIyyvfLM" alt=""><figcaption></figcaption></figure>

{% stepper %}
{% step %}

#### Open Rename Option

Click the **Edit icon** next to the Report name in the top-left corner of the screen.
{% endstep %}

{% step %}

#### Enter New Name

Enter the new name you want to use.
{% endstep %}

{% step %}

#### Confirm or Cancel

Click the **checkmark icon** to confirm, or the **X icon** to cancel.
{% endstep %}

{% step %}

#### Publish the Changes

Click **Publish** to save the changes.
{% endstep %}
{% endstepper %}


---

# 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://docs.datasuite.vn/english/features/report/edit-report/rename-report.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.
