> For the complete documentation index, see [llms.txt](https://fastlane-labs.gitbook.io/polygon-fastlane/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fastlane-labs.gitbook.io/polygon-fastlane/searcher-guides.md).

# Searcher Guides

- [Getting Started as a Searcher](https://fastlane-labs.gitbook.io/polygon-fastlane/searcher-guides/getting-started-as-a-searcher.md): How to get started as a FastLane Searcher on Polygon
- [Solver Call Data](https://fastlane-labs.gitbook.io/polygon-fastlane/searcher-guides/getting-started-as-a-searcher/solver-call-data.md)
- [Submission Methods](https://fastlane-labs.gitbook.io/polygon-fastlane/searcher-guides/getting-started-as-a-searcher/submission-methods.md)
- [Migration Guide for Searchers](https://fastlane-labs.gitbook.io/polygon-fastlane/searcher-guides/getting-started-as-a-searcher/migration-guide-for-searchers.md): PFL Auction Migration Guide
- [Bundles (Backruns)](https://fastlane-labs.gitbook.io/polygon-fastlane/searcher-guides/bundles-backruns.md)
- [Bundle Format](https://fastlane-labs.gitbook.io/polygon-fastlane/searcher-guides/bundles-backruns/bundle-format.md)
- [Bid Submission](https://fastlane-labs.gitbook.io/polygon-fastlane/searcher-guides/bundles-backruns/bid-submission.md)
- [Bundle Requirements](https://fastlane-labs.gitbook.io/polygon-fastlane/searcher-guides/bundles-backruns/bundle-requirements.md)
- [Full Example](https://fastlane-labs.gitbook.io/polygon-fastlane/searcher-guides/bundles-backruns/full-example.md): Full working code to submit bundle
- [Subscribe Events](https://fastlane-labs.gitbook.io/polygon-fastlane/searcher-guides/bundles-backruns/subscribe-events.md): Subscribe to backrun events using our web-sockets api
- [4337 Bundles Integration Guide](https://fastlane-labs.gitbook.io/polygon-fastlane/searcher-guides/4337-bundles-integration-guide.md)
- [Overview](https://fastlane-labs.gitbook.io/polygon-fastlane/searcher-guides/4337-bundles-integration-guide/overview.md)
- [How it works](https://fastlane-labs.gitbook.io/polygon-fastlane/searcher-guides/4337-bundles-integration-guide/how-it-works.md)
- [RPC Reference](https://fastlane-labs.gitbook.io/polygon-fastlane/searcher-guides/4337-bundles-integration-guide/rpc-reference.md)
- [Examples](https://fastlane-labs.gitbook.io/polygon-fastlane/searcher-guides/4337-bundles-integration-guide/examples.md)
- [Searcher Contract Integration](https://fastlane-labs.gitbook.io/polygon-fastlane/searcher-guides/searcher-contract-integration.md)
- [Safety Considerations](https://fastlane-labs.gitbook.io/polygon-fastlane/searcher-guides/searcher-contract-integration/safety-considerations.md): Not getting REKT 101
- [atlasSolverCall](https://fastlane-labs.gitbook.io/polygon-fastlane/searcher-guides/searcher-contract-integration/atlassolvercall.md)
- [Direct Implementation](https://fastlane-labs.gitbook.io/polygon-fastlane/searcher-guides/searcher-contract-integration/direct-implementation.md): Integrating directly into the searcher's contract
- [Proxy Implementation](https://fastlane-labs.gitbook.io/polygon-fastlane/searcher-guides/searcher-contract-integration/proxy-implementation.md): Creating a proxy contract
- [Solver Concepts](https://fastlane-labs.gitbook.io/polygon-fastlane/searcher-guides/searcher-contract-integration/solver-concepts.md): Solver concept guide
- [Altas Bonding Concept](https://fastlane-labs.gitbook.io/polygon-fastlane/searcher-guides/searcher-contract-integration/altas-bonding-concept.md): atlETH bonding mechanism
- [Bond atlETH](https://fastlane-labs.gitbook.io/polygon-fastlane/searcher-guides/searcher-contract-integration/bond-atleth.md): atlETH serves as a wrapped representation of the blockchain's native token within Atlas. While named "atlETH" for simplicity, it represents the native token of whichever blockchain Atlas is deployed
- [Estimating Solver Gas Charges](https://fastlane-labs.gitbook.io/polygon-fastlane/searcher-guides/searcher-contract-integration/estimating-solver-gas-charges.md)
- [Addresses & Endpoints](https://fastlane-labs.gitbook.io/polygon-fastlane/searcher-guides/addresses-and-endpoints.md)
- [Helpers](https://fastlane-labs.gitbook.io/polygon-fastlane/searcher-guides/helpers.md)
- [Common Mistakes](https://fastlane-labs.gitbook.io/polygon-fastlane/searcher-guides/common-mistakes.md): Error is human
- [Atlas SDK's](https://fastlane-labs.gitbook.io/polygon-fastlane/searcher-guides/atlas-sdks.md): Atlas developer SDK integration


---

# 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://fastlane-labs.gitbook.io/polygon-fastlane/searcher-guides.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.
