> ## Documentation Index
> Fetch the complete documentation index at: https://help.dingtalk.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Component Management

> Learn how to use the YiDA component management page to view, install, and manage components across three modules: My Components, Organization Components, and Component Marketplace.

## Page Overview

The **Component Management** page lets you view and install custom components. It is organized into three modules: **My Components**, **Organization Components**, and **Component Marketplace** (coming soon, stay tuned). Each module displays components from a different perspective to streamline component management.

### Page Entry

**Path**: App backend >> App settings >> Component management. (See the image below.)

### Page Features

**Component Management Table**
The page is divided into three modules: **My Components**, **Organization Components**, and **Component Marketplace** (coming soon, stay tuned). Information is presented in table format across these three dimensions. (See the image below.)

The content shown in each dimension is as follows:

* **My Components**: Displays components created by the **currently signed-in user**.
* **Organization Components**: Displays components created by **all users in the current organization**.
* **Component Marketplace**: Coming soon, stay tuned.

#### Component Information Table Fields:

| **Field**              | **Description**                                                                                                                                                                                                                                           |
| ---------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Component name         | The component name entered at creation. Cannot be changed afterward.                                                                                                                                                                                      |
| Component description  | The overview entered when the component was created. Can be [updated later](/open/yida/guide/customComponent/start#step-5-view-or-modify-component-information).                                                                                          |
| Latest version         | The highest version reached in the current component's development iteration.                                                                                                                                                                             |
| Installed version      | The version currently available for use in the form designer.                                                                                                                                                                                             |
| Type                   | The type of the current component. [View details](/open/yida/guide/concept/customComponent#component-types) on component types.                                                                                                                           |
| Installation scope     | The installation scope of the current component, which determines where it can be used. [View details](/open/yida/guide/concept/customComponent#component-installation-types) on installation scope.                                                      |
| Update time            | The latest release time of the current component version.                                                                                                                                                                                                 |
| Admin                  | Has permission to develop and debug the current component. Defaults to the component creator. [Admins can be added or removed](/open/yida/guide/customComponent/start#step-5-view-or-modify-component-information).                                       |
| Action - Install       | Install the current component. Pay attention to the selected [component version](/open/yida/guide/concept/customComponent#component-version-description) and [installation scope](/open/yida/guide/concept/customComponent#component-installation-types). |
| Action - View document | Click to view the documentation for the current component. This is the document link entered during component creation or in the basic component information, and helps users understand the component.                                                   |

**Component Center**
Click the **Component Center** button in the upper-right corner of the page to open the component center. (See the image below.)

Details:

* **Add Component** button: Lets you [create a custom component](/open/yida/guide/customComponent/start#step-1-create-a-custom-component).
* **My Components**: Unlike the [Component Management Table](/open/yida/guide/customComponent/manage#component-information-table-fields), the My Components page table only shows components created by the currently signed-in user that have already been released and installed. Click the **Develop** button to [develop and debug the component](/open/yida/guide/customComponent/debug). Click **Details** to [view or update component information](/open/yida/guide/customComponent/start#step-5-view-or-modify-component-information).

<Note>
  **Note**: The fields in the My Components table have the same meanings as those in [the table above](/open/yida/guide/customComponent/manage#component-information-table-fields).
</Note>
