# Create a Listing

Once you have uploaded a dataset, you can create a listing to make it discoverable and purchasable on the Datalab.

## Step 1: Listing Type

From the Data Studio, go to Listings > New Listing. Choose your listing type:

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

* Buy Now + Bidding: buyers can purchase instantly or submit a sealed bid
* Buy Now Only: fixed-price purchase
* Bidding Only: sealed-bid auction. Set a minimum bid.

Set the Buy Now price and/or minimum bid, then click Continue.

## Step 2: Listing Details

<figure><img src="/files/4ZOcEh5VC9BGYOCQiy5G" alt=""><figcaption></figcaption></figure>

Fill in the listing details:

* Title
* Short description (max 300 characters)
* Long description (markdown editor with image upload)
* Modality, Domain, and Use Case tags
* Recipient address (EVM wallet for USDC payouts)
* License: select a PSDLA variant (see [PSDLA](/portex-docs/core-concepts/psdla.md))
* Delivery method: Dataset (default)
* Preview image: upload or auto-generate
* Dataset: select from your uploaded datasets

### Schema editor

For Parquet files, you can edit column descriptions to help buyers understand the dataset structure. Select the dataset and click "Edit" to open the schema editor.

<figure><img src="/files/7z7dBiFTRieEczctPTiC" alt=""><figcaption></figcaption></figure>

## Step 3: Publish

Toggle between Draft and Live at the bottom of the editor. Click "Create Listing" to publish.

Your listing now appears on the Explore page. You can return to the Data Studio at any time to edit pricing, descriptions, or toggle it back to draft.


---

# 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.portexai.com/portex-docs/data-marketplace/create-a-listing.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.
