# My Auctions

The My Auctions section is accessible only to authenticated users, meaning only after connecting a wallet on the site.

**Under the Take part tab**, there's a list of auctions the user has participated in (where they placed bids).

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

For the list of auctions in which participation was taken, the current status of the auction is displayed. In case of winning an auction, there is a green label “You winner” next to the NFT image.

**Under the Created by me tab**, there's a list of auctions created by the user.

<figure><img src="/files/1YOEvfhm5MjQwINuvO4B" alt=""><figcaption></figcaption></figure>

In the list of created auctions, you can also view the current status, cancel the auction, increase the Initial Reward amount, and request rewards for completed auctions.

<br>


---

# 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.greedy.art/greedyart-auctions/my-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.
