# Guide to manage workspace information

The **Workspace profile** page is where you can view and update the basic information for your workspace, such as its name, code, and description. Keeping this information accurate helps members easily identify and understand the purpose of each workspace.

#### **How to edit Workspace information** <a href="#how-to-edit-workspace-information" id="how-to-edit-workspace-information"></a>

You can easily update your workspace details by following these steps:

1. **Navigate to the Workspace profile:**
   * From the main menu on the left, under the **Management** section, click on **Workspace profile**.
2. **Identify the information to edit:**
   * On the profile page, you will see the **Basic info** fields, including:
     * **Workspace code**
     * **Workspace name**
     * **Description**
3. **Start editing:**
   * Click the **pencil icon (✎)** to the right of the field you want to change.
   * The field will become an editable text box.
   * Type in the new or updated information.
4. **Save your changes:**
   * After you finish editing, click the **save icon (✓)** to confirm and apply the new information.
   * If you want to discard your changes without saving, click the **cancel icon (X)**.


---

# 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://oten.gitbook.io/identity-support/user-guide/oten-workspace/guide-to-manage-workspace-information.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.
