> For the complete documentation index, see [llms.txt](https://support.tilt.app/tilt-help-desk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.tilt.app/tilt-help-desk/purchasing/second-chance-faq.md).

# Second Chance FAQ

<details>

<summary><strong>What happens if I place a bid but don't win?</strong></summary>

If your bid isn’t the highest when the auction ends, you lose the auction. However, if the winning bidder doesn’t complete payment, the item may be offered to the next highest valid bidder. If your bid qualifies, you’ll get a Second Chance to purchase it.

</details>

<details>

<summary><strong>Will I be automatically charged if my bid is next in line?</strong></summary>

Yes. If your bid is next in the queue, we’ll automatically attempt to charge you. If the charge fails, you’ll have 1 minute to complete the payment manually. Otherwise, the offer moves to the next eligible bidder.

</details>

<details>

<summary><strong>How long do I have to make a payment if my bid is selected?</strong></summary>

* If you were the **original winning bidder**, you have **2 minutes** to complete the payment.
* If your bid is selected through Second Chance, you have **1 minute** to complete the payment (automatic charging will be attempted first) before we move to the next bidder.&#x20;

</details>

<details>

<summary><strong>Can I opt out of being in the Second Chance queue?</strong></summary>

No. All bids are binding — once you place a bid, it’s automatically eligible for Second Chance offers.

</details>

<details>

<summary><strong>What happens if my payment fails?</strong></summary>

If your payment fails and the timer runs out, the system will immediately move to the next valid bidder. Your bid will no longer be considered for the item.

</details>

<details>

<summary><strong>Will I be notified if I win through Second Chance?</strong></summary>

Yes, if your bid is selected for a Second Chance, you will see a banner notifying you of your inclusion in the Second Chance queue.

</details>


---

# 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://support.tilt.app/tilt-help-desk/purchasing/second-chance-faq.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.
