# Manage Auctions

To find the link to the leaderboard, go to **Manage** > **Auctions** > select the Auction campaign from the dropdown. While the controls here are mainly intended to manage Silent Auctions, you are able to track the bids and item sales for Live Auctions as well.

## Activate Bidding

If the bidding on your auction has not started yet, click on the Resume Bidding button to start accepting bids. When you do this, you will see the Status change from Paused to Active.&#x20;

Donors can now bid on or buy items

## Pause Bidding

To stop accepting bids or pause bidding, click on the Pause Bidding button. This does not close your auction - it simply stops accepting bids.&#x20;

At this time, donors cannot bid on or buy items.

{% hint style="info" %}
If an auction has an [**automated** start and/or stop date and time for the bidding](https://docs.paybee.io/home/guides/silent-auction) and you'd like manually handle the start and stop times for accepting bids, simply follow the instructions above. This will update the auction from automatic mode to manual mode and the automated dates/times will be ignored.
{% endhint %}

## Tracking Auction Progress

To access and download information on all the bidders who've placed bids, top bidders, auction winners (if your auction is already closed), list of auction items and/or items sold, download the **Bidders & Items** excel file found by tapping on **Downloads** under **Manage > Auctions.** To get an idea of how much you've raised with an ongoing auction, go the Top Bidders sheet in the excel file and total the amounts listed in the Amount column.

## Declare Winners

To close the auction and declare winners, click on the End Auction button. It is important to note that ***this action is irreversible*** - as soon as the button is clicked, all winners receive emails (and texts if you're collecting phone numbers) announcing they've won with links to pay for their items. The items will also be added to all winners' carts.

At this time, donors can no longer place bids but are able to still buy items (where 'Buy It Now' is enabled) if they're available.

## Charging Auction Winners On Their Saved Payment Methods

At the close of the auction, organization admins can securely charge all winning bidders if the 'Donors must save payment info to place bids' setting was enabled for the auction. To charge the winners, go to **Manage** > **Auctions** > select your auction > go to the **Pending** tab > tap on the **Bulk Checkout** button.&#x20;

If donors saved cards for the event and not the auction, go to **Manage** > **Events** > tap on the **...** button for the event > **In Person Event Report** > Attendees tab > tap on the **Bulk Checkout** button.

## Printing Bid Sheets For Your Event

You may choose to print either the traditional bid sheets or the bid sheets with QR codes for your event. Both can be found by tapping on Downloads and tapping on Bid Sheets (PDF) or Bid Sheets QR (PDF). Once you've made your selection, a preview dialog opens up with all your bid sheets (one for every item) in one PDF. Tap on the download button (located on the top or bottom of the dialog depending on your browser) to download this to your computer.&#x20;

The **traditional bid sheets** are typically used at in-person events where the attendees are not comfortable with QR codes and aren't bidding against online participants or donors who are not at your event. Once the auction is closed, your volunteers will have to enter each item into the winner's cart using our app or website.

The **bid sheets with QR codes** may be used at in-person or hybrid events where attendees may or may not be participating with online bidders. Bidders can scan the QR codes using their phone camera and navigate directly to the item to bid on or buy. Your volunteers don't have any data entry in this case. You will have to [end the auction](#declare-winners) using your computer when you're ready to declare the winners. This will automatically send out email and/or text notifications and add items to all winners' carts.


---

# 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.paybee.io/home/guides/silent-auction/manage-auctions.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.
