# Rename the Container

Arkain allows you to rename your containers for better organization and clarity.

Click the **\[Settings]** button (![](/files/gyi87DGmUHnwqu8fdXij)) of the container card you want to rename on the Dashboard page. On the Container Settings page, click the **\[Edit]** button (![](/files/GKFAeLGs3G8fZ8hWFHtz)) at the top-left corner.

#### Step-by-Step

{% stepper %}
{% step %}
Enter the new name for the container. The name must be unique within your workspace and follow standard naming conventions (alphabets, numbers, hyphens, and underscores).
{% endstep %}

{% step %}
Click the **\[Save]** button to rename the container.
{% endstep %}
{% endstepper %}

#### **Rename the Container**

* You can **rename your container** at any time from the **Container** **Settings page.**
* Renaming is useful for improving container identification, especially when managing multiple containers or evolving project scopes.

{% hint style="warning" %}

* Only the container **owner** can rename the container.
* Containers can be renamed while running, but the editor will refresh right after, which may clear unsaved edits.
  {% endhint %}


---

# 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://docs.arkain.io/user-guide/dashboard/container/container-management/container-settings/rename-the-container.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.
