# Usage Example

Here’s a practical example of using the Searcher Explorer App:

## Searching for a Bundle:

Enter a winning bid transaction hash to see all bundles submitted for that particular auction. The specified bundle will automatically be highlighted.

Example: [0xff7040bdf8cfd92e6614262b879b35958a9168681f7e56aea62d48176e256ce1](https://explorer.fastlane.xyz/search/0xff7040bdf8cfd92e6614262b879b35958a9168681f7e56aea62d48176e256ce1)

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

## Searching for an Auction

Enter an auction hash to view the auction details and all bundles submitted to it.

Example: [0x9c67de65a49351eca3057f566d647e9cddbcc01e09c352df82f57c5882f599f7](https://explorer.fastlane.xyz/search/0x9c67de65a49351eca3057f566d647e9cddbcc01e09c352df82f57c5882f599f7)

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

## Examining All Bundles:

Under the "Bids" section, explore each bundle made to the auction, along with its placement and status. Click on a bundle to view more details.

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


---

# 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://fastlane-labs.gitbook.io/polygon-fastlane/tools-and-analytics/fastlane-bundle-explorer/usage-example.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.
