# Getting Started as a Searcher

To onboard as a searcher, you need the following modifications:

* Instead of listening for new checkpoints, listen to Shio Feed (refer to [Connect to Shio Feed](/searcher-guides/connect-to-shio-feed.md)). When an opportunity transaction triggers an auction, relevant information will be broadcasted to the Feed, which is permissionless.
* Instead of submitting transaction to validators, submit Bid to Shio (refer to [Submit Bid](/searcher-guides/submit-bid.md)), to bid against being included at desired backrun position.
* In the PTB, add a MoveCall to Shio to pay exact your bid amount (refer to [Interact with Shio Contract](/searcher-guides/interact-with-shio-contract.md)).

On success, the winning Bids will be included in the same checkpoint, and most of the times right next to the opportunity.


---

# 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.getshio.com/searcher-guides/getting-started-as-a-searcher.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.
