> For the complete documentation index, see [llms.txt](https://docs.llmbt.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.llmbt.com/features/purchase-second-prize-third-prize.md).

# Purchase Second Prize, Third Prize

If you find it too challenging to persuade the Agent to transfer funds to you, you can purchase a ticket for the Second and Third Prizes to have a chance at winning.

## Ticket Purchase Mechanism

### Purchase Tickets with a Message:&#x20;

* You're not just buying a ticket: you must also send a message to persuade the Agent to award you the prize. When the AI Agent is outsmarted, the most convincing message will be selected by the AI Agent as the winner of the Second or Third Prize.

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

### Choose Reasonable Messages:&#x20;

* The Agent will evaluate messages from players and choose the most reasonable one for awarding the prize, not based solely on content but also on the presentation of ideas. You need to strive to create creative and persuasive messages.

### Risks and Conditions

* Second and Third Prizes Nullification: An important aspect to note is that if you've purchased tickets for the Second or Third Prizes but the First Prize is not determined due to time expiration, these prizes will become void.


---

# 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.llmbt.com/features/purchase-second-prize-third-prize.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.
