# How to Publish a Project

CLOAD provides an efficient project publishing process, divided into two major steps: creating a project and uploading files. This ensures a clear and smooth publishing experience.

***

**1. Create New Project**

1. Enter Basic Information
   \*

   ```
   <figure><img src="/files/cpzf5RZeoxA68NNfByZ9" alt=""><figcaption></figcaption></figure>
   ```

   * In the Creation Center, click the **Push** button to start the new project creation process.
   * Enter your **Project Name** and a brief **Description**, highlighting the project’s features or functionalities.
2. **Select Project Category**\
   Choose a category based on the project type:
   * **Game:** The project will be listed in the Games section for users to search and download.
   * **Application:** The project will be listed in the Applications section, sharing tools or service-oriented projects with users.
   * **Resource:** Resource-type projects won’t appear in the main page sections but will be published to the Explore page for community viewing.\
     Ensure you select the correct category to better target the right users.
3. **Set Project Details**\
   Fill in the following key information:
   * **Price:** Choose whether the project is free or paid.
   * **Token Type:** Supports various ICRC1 tokens like ICP, CKBTC, etc.
   * **Game Version:** For game projects, enter a version number.
   * **Official Website:** Optional — provide the project’s official website link.
   * **Blockchain Information:** Add relevant blockchain details (e.g., smart contract address).
4. **Upload Display Images**
   * **LOGO Image:** For project listing or homepage display.
   * **Cover Image:** Serves as the main display image on the project details page.
   * **Product Images:** For detailed display on the project’s detail page, enhancing the visual presentation.
5. **Post to Explore Updates**\
   If you check the **Post status update** option, the project will automatically sync to the Explore forum once published, notifying the community of new updates.
6. **Click “Create”**\
   After confirming all information, click the **Create** button to finalize the new project creation.

***

**2. Upload Project** **Files**

1. **Return to Creation Center**\
   After successful creation, go back to the **Creation Center** page and locate the newly created project card.\
   Click **Manage** on the project card to access the project management interface.
2.

```
<figure><img src="/files/qecGCduHNzsLCVNliTfQ" alt=""><figcaption></figcaption></figure>
```

3. **Upload Files**\
   On the project management page, upload project files (e.g., installation packages, resource files).\
   The platform supports large file segment uploads to ensure stability and integrity.
4. **Confirm Cycles Consumption**\
   While uploading files, the system will display the required number of Cycles. Please ensure sufficient account balance.
5.

```
<figure><img src="/files/swyTHnt6yQrDDOZBwcpY" alt=""><figcaption></figcaption></figure>
```

6. **Complete Publishing**\
   Once file upload is complete, your project will be available for users to download.

{% hint style="danger" %}
After uploading, please check if your files are valid and ensure that the project is in the GoLive state (project file management pop-up).
{% 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.cload.one/creation-center/how-to-publish-a-project.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.
