# Listing Buy Now Items

### Steps

1. Go to your Seller Dashboard ([web](https://district.net/dashboard) or iOS App)
2. Tap 'New Listing' / 'List Item'
3. Select 'Buy Now' or 'Buy Now with Offers' if you would like to allow offers.&#x20;
4. Add Images and/or Videos
   * You can rearrange photos by pressing on an image and dragging it to your desired order.
5. Provide listing details:&#x20;

* Item Name
* Description
* Price
* Quantity
  * Add Variants (optional)
* [Shipping](/selling/shipping/shipping-items.md) (Fulfillment)
* Collections:
  * Select which collection(s) your item will be listed under. Collections are created by the marketplace owner.
* Visibility:&#x20;
  * You can choose to make your listing private. A private listing will be hidden from the marketplace. You can later edit the listing to make it public, or you can keep it private and share it via a link with a specific user through DM or add it to a live.
* Earnings Calculator:&#x20;
  * View a breakdown of fees and see what you'll earn as the seller.

6. Publish Listing!<br>

### Reminders

* If you are a seller in multiple marketplaces, you can control which marketplace you are listing in by tapping the marketplace name at the top of the listing flow.
* You can change the listing type by tapping the name of the listing type in the top left and selecting a different type. Note that listings can only be converted via the website for now (see the [conversion guide](/selling/listing-items/how-do-i-convert-listings-from-one-type-to-another.md)).


---

# 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://help.district.net/selling/listing-items/listing-a-buy-now.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.
