> For the complete documentation index, see [llms.txt](https://docs.nftbutler.io/nft-butler/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nftbutler.io/nft-butler/features.md).

# Features

- [Butler Gold](https://docs.nftbutler.io/nft-butler/features/butler-gold.md)
- [Bidding & Autolisting](https://docs.nftbutler.io/nft-butler/features/bidding-and-autolisting.md)
- [Auto Listing Engine](https://docs.nftbutler.io/nft-butler/features/auto-listing-engine.md)
- [Listing Approvals](https://docs.nftbutler.io/nft-butler/features/listing-approvals.md)
- [Satflow Token Bidding](https://docs.nftbutler.io/nft-butler/features/satflow-token-bidding.md)
- [Satflow Collection Bidding](https://docs.nftbutler.io/nft-butler/features/satflow-collection-bidding.md)
- [Blur Bidding](https://docs.nftbutler.io/nft-butler/features/blur-bidding.md)
- [Bera Bidding](https://docs.nftbutler.io/nft-butler/features/bera-bidding.md)
- [Abstract Bidding](https://docs.nftbutler.io/nft-butler/features/abstract-bidding.md)
- [Base Bidding](https://docs.nftbutler.io/nft-butler/features/base-bidding.md)
- [Arbitrum Bidding](https://docs.nftbutler.io/nft-butler/features/arbitrum-bidding.md)
- [Ape Chain Bidding](https://docs.nftbutler.io/nft-butler/features/ape-chain-bidding.md)
- [Ronin Bidding](https://docs.nftbutler.io/nft-butler/features/ronin-bidding.md)
- [Hyperliquid Bidding](https://docs.nftbutler.io/nft-butler/features/hyperliquid-bidding.md)
- [Monad Bidding](https://docs.nftbutler.io/nft-butler/features/monad-bidding.md)
- [MegaETH Bidding](https://docs.nftbutler.io/nft-butler/features/megaeth-bidding.md)
- [Polygon Bidding](https://docs.nftbutler.io/nft-butler/features/polygon-bidding.md)
- [Instant Counter Bidding](https://docs.nftbutler.io/nft-butler/features/instant-counter-bidding.md)
- [Collection & Trait Analytics](https://docs.nftbutler.io/nft-butler/features/collection-and-trait-analytics.md)
- [OS & Blur Sales Stats](https://docs.nftbutler.io/nft-butler/features/os-and-blur-sales-stats.md)
- [Bulk Edit](https://docs.nftbutler.io/nft-butler/features/bulk-edit.md)
- [Bulk Create Tasks](https://docs.nftbutler.io/nft-butler/features/bulk-create-tasks.md)
- [Dashboard](https://docs.nftbutler.io/nft-butler/features/dashboard.md)
- [Performance Overview](https://docs.nftbutler.io/nft-butler/features/performance-overview.md)


---

# 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.nftbutler.io/nft-butler/features.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.
