> For the complete documentation index, see [llms.txt](https://docs.secondlive.world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.secondlive.world/secondlive-en/creator/vdance-creator/upload-your-design.md).

# Upload Your Design

Creators can upload their works to SecondLive Marketplace once they complete the design, where the works are tradable if approved.

*<mark style="color:red;">**\*Avatar Creators have 10 upload opportunities per day.**</mark>*

## **Upload .MMD Files to SecondLive**

* **Export .MMD Resources**
* Export .MMD file
* After clicking Export button in editing status, there will be a system save popup window. Select a local position and click Save button, then the current designs would be saved as resources in .MMD format.

<figure><img src="/files/EcHz7hPbMDXh2wiXI304" alt=""><figcaption></figcaption></figure>

* **Enter Secret Key to login SecondLive Creator Account**

  * Login to the account.
  * Only by logging in to the Creator Account can users Upload designs.
  * Click the Login button and enter Secret Key, then complete the login.
  * The login status will be displayed in the top right corner of the page after the login is completed.

<figure><img src="/files/5V3LJno8bqXkbNfrw9sR" alt=""><figcaption></figcaption></figure>

## **Upload Creating Resources**

* **Upload Popup Window**
  * After login, click Upload to Shop button, then Upload to SecondLive would pop up.
* **Steps to upload to SecondLive**
  * Step 1: Select .MMD file
    * Click Upload MMD in the popup, and upload required MMD resources in the local position.
  * Step 2: Choose the Cover
    * If the png cover has been exported before and has the same name as MMD plus these two are in the same category, the corresponding png cover will be uploaded automatically when users upload MMD.
    * If the png cover isn’t uploaded automatically, users can click Upload Icon button in the popup to select a local png file to upload.
  * Step 3: Upload selected MMD and png to SecondLive.

    * Click Now Upload button to upload.<br>

      <figure><img src="/files/2MdrnWI81ushptwZt3Il" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.secondlive.world/secondlive-en/creator/vdance-creator/upload-your-design.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
