diff --git a/tidb-cloud/manage-user-access.md b/tidb-cloud/manage-user-access.md
index 7d406dd51df8d..c575046772ca4 100644
--- a/tidb-cloud/manage-user-access.md
+++ b/tidb-cloud/manage-user-access.md
@@ -72,15 +72,15 @@ In TiDB Cloud, there are three types of projects:
- **TiDB Dedicated project**: This project type is used only for {{{ .dedicated }}} clusters. It helps you manage settings for {{{ .dedicated }}} clusters separately by project, such as RBAC, networks, maintenance, alert subscriptions, and encryption access.
- **TiDB X project**: This project type is used only for TiDB X instances ({{{ .starter }}} and {{{ .essential }}}). It helps you manage RBAC for TiDB X instances by project. A TiDB X project is the default project type when you create a project on the [**My TiDB**](https://tidbcloud.com/tidbs) page.
-- **TiDB X virtual project**: This project is virtual and does not provide any management capabilities. It acts as a virtual container for TiDB X instances ({{{ .starter }}} and {{{ .essential }}}) that do not belong to any project, so these instances can be accessed through the TiDB Cloud API by using a project ID. Each organization has a unique virtual project ID. You can get this ID from the project view on the [**My TiDB**](https://tidbcloud.com/tidbs) page.
+- **TiDB X virtual project**: This project is virtual and does not provide any management capabilities. It acts as a virtual container for TiDB X instances ({{{ .starter }}} and {{{ .essential }}}) that do not belong to any project, so these instances can be accessed through the TiDB Cloud API by using a project ID. Each organization has a unique virtual project ID. You can get this ID from the [List all accessible projects](https://docs.pingcap.com/tidbcloud/api/v1beta/#tag/Project/operation/ListProjects) endpoint of the TiDB Cloud API.
The following table lists the differences between these project types:
| Feature | TiDB Dedicated Project | TiDB X Project | TiDB X Virtual Project |
|---|---|---|---|
-| Project icon in the TiDB Cloud console | | | N/A |
+| Project icon in the project view of the [**My TiDB**](https://tidbcloud.com/tidbs) page | (Folder icon with the letter D inside) | (Regular folder icon) | The project view displays TiDB X instances that are not assigned to any project in the **Out of project** list. |
| Resource type in the project | {{{ .dedicated}}} clusters only | TiDB X instances only | TiDB X instances only |
-| Project is optional | ❌ (Each {{{ .dedicated }}} cluster must belong to a Dedicated project) | ✅ (You can either group a TiDB X instance in a TiDB X project or keep it at the organization level) | N/A (TiDB X instances not grouped in any TiDB X project are automatically grouped in the TiDB X virtual project) |
+| Project is optional | ❌ (Each {{{ .dedicated }}} cluster must belong to a Dedicated project) | ✅ (You can either group a TiDB X instance in a TiDB X project or keep it at the organization level) | TiDB X instances that are not assigned to any project are automatically grouped into the TiDB X virtual project. |
| Project settings | ✅ | ❌ | ❌ |
| Infrastructure binding | ✅ (Strong binding) | ❌ | ❌ |
| RBAC model | Organization -> Project | Organization -> Project -> Instance | Organization -> Project -> Instance |