> For the complete documentation index, see [llms.txt](https://docs.bidds.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bidds.com/bidds/feature-explanation/bulk-listing.md).

# Bulk Listing

Bulk Listing on the Bidds NFT Marketplace is a convenient feature that streamlines and simplifies the process of listing multiple NFTs at once.

To get started, first determine whether you want to list NFTs from multiple collections or from a single collection. If you're listing from multiple collections, you'll need to follow the steps outlined in this article from your profile page. If you're listing from a single collection, you'll complete the process from the "My Items" section on the respective collection page. In both cases, the following steps will guide you through the process efficiently.

For this explanation, we will list multiple NFTs from a SINGLE collection. As mentioned previously, navigate to the "my items" section on the collection page from which you want to list NFTs.

<figure><img src="/files/6rNk5PvBWjo1r6Wyp5WO" alt=""><figcaption></figcaption></figure>

Select the NFTs you wish to list for sale by inputting a price on the respective cards. As you make your selections, the chosen items are visually highlighted or marked indicate their inclusion.

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

Once you have selected and confirmed the number of items you wish to list, look on the bottom right for the "LIST ITEMS" button.&#x20;

<figure><img src="/files/6xW92EDMjCGZkxjr9mVj" alt=""><figcaption></figcaption></figure>

Clicking this button opens a modal where you can review and confirm the details of your bulk listing.

If you are not satisfied with the prices you have previously put in, you can change them here, or set a price for all items in the top of the modal as shown below.

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

Once you have confirmed the details of your bulk listing, process by clicking the "LIST" button and a confirmation message or prompt will be displayed from the wallet that you're using. Follow the instructions provided to complete the listing process. Typically, you will need to open your wallet software or extension and confirm the transaction from there.&#x20;

Once signed, the NFTs are now listed!


---

# 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.bidds.com/bidds/feature-explanation/bulk-listing.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.
