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

# Platform Features & Tools

- [Bulk Buying](https://docs.ghostmarket.io/user-guides/platform-features-and-tools/bulk-buying.md): How do I purchase multiple NFTs at the same time?
- [Full DEX Swap Support](https://docs.ghostmarket.io/user-guides/platform-features-and-tools/full-dex-swap-support.md): What DEX does GhostMarket support for swaps?
- [EVM Swap + Buy](https://docs.ghostmarket.io/user-guides/platform-features-and-tools/evm-swap-+-buy.md): How do I swap tokens at the time of purchasing an NFT?
- [Favorites](https://docs.ghostmarket.io/user-guides/platform-features-and-tools/favorites.md): Feature guide
- [Gas Tracker](https://docs.ghostmarket.io/user-guides/platform-features-and-tools/gas-tracker.md): What does GhostMarket's Gas Tracker do?
- [Instant Sell](https://docs.ghostmarket.io/user-guides/platform-features-and-tools/instant-sell.md): Feature guide
- [NFT Explorer](https://docs.ghostmarket.io/user-guides/platform-features-and-tools/nft-explorer.md): The best place to browse, track and discover NFTs. GhostMartket's NFT Explorer provides real-time digital asset tracking to help you to navigate NFT markets with transparency and confidence.
- [Self-Minting Platform](https://docs.ghostmarket.io/user-guides/platform-features-and-tools/nft-minting.md): The NFTs you mint on GhostMarket are tied directly to your wallet. This allows you to create, control, and manage your NFTs directly.
- [Sweep Mode](https://docs.ghostmarket.io/user-guides/platform-features-and-tools/sweep-mode.md): How do I utilize the Sweep Mode feature?


---

# 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.ghostmarket.io/user-guides/platform-features-and-tools.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.
