# Project Management

The Creation Center is the core functional module provided by the CLOAD platform for developers and creators, helping you efficiently manage projects, view data overviews, and perform updates and maintenance.

***

1. **Project Overview**
   * **View Overview:** The Creation Center’s main page displays the core information of all your projects, including project overviews, transaction data, and file upload status.
   * **Data Support:** Stay informed about the publishing status, transaction records, and file management for each project, giving you full control over operational dynamics.
2. **Functional Tabs**\
   Below the Creation Center, there are three main tabs to address different management needs of your projects:
   * **Apps (Projects)**
     * Shows all the project cards you have published.
     * Click on a card to access the project’s homepage and view its basic publication information and current status.
     * **Edit Project:** Click the **EDIT** button to re-edit project information, such as the introduction, LOGO, cover image, or version number.
     * **Manage Project:** Click the **Manage** button to enter the file management page, upload new version files, view uploaded and expired files, and adjust whether the project is listed or unlisted.
   * **Transaction (Transaction Information)**
     * View transaction details related to the project, including purchase records and payment information.
     * Understand the sales performance and user behavior for each project to help optimize your operational strategies.
   * **File (File Management)**
     * Lists all the files you’ve uploaded, including currently valid and expired files.
     * Supports re-uploading and deleting files, ensuring clear and orderly file management.
3. **Project Status Management**
   * **Listing and Delisting:** In the management page, you can adjust the project’s publication status at any time, controlling whether the project is visible to users.
   * **Ratings and Feedback:** View user ratings and comments for the project to quickly obtain community feedback and improve project content and services.
   * **Version Updates:** Quickly upload new versions of project files and notify users via updates, maintaining continuous iteration of the project.


---

# 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.cload.one/creation-center/project-management.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.
