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

# TRADE&#x20;

- [Fees & Royalties](https://docs.tensor.trade/trade/fees-and-royalties.md)
- [API & SDK](https://docs.tensor.trade/trade/api-and-sdk.md)
- [Troubleshooting](https://docs.tensor.trade/trade/troubleshooting.md)
- [Share an Error](https://docs.tensor.trade/trade/troubleshooting/share-an-error.md)
- [Doesn't load - what do?](https://docs.tensor.trade/trade/troubleshooting/doesnt-load-what-do.md)
- [Verify an NFT Mint](https://docs.tensor.trade/trade/troubleshooting/verify-an-nft-mint.md)
- [Weird Phantom Transactions](https://docs.tensor.trade/trade/troubleshooting/weird-phantom-transactions.md)
- [Rarity](https://docs.tensor.trade/trade/troubleshooting/rarity.md)
- [Get Started with Tensor's AMM](https://docs.tensor.trade/trade/get-started-with-tensors-amm.md): TensorSwap (our AMM) is like your traditional NFT marketplace but with more trade automation and advanced order types.
- [Buy or Bid](https://docs.tensor.trade/trade/get-started-with-tensors-amm/buy-or-bid.md): Buy NFTs on TensorSwap like any other marketplace. You can also place collection-wide bids (limit orders) to buy any NFT from a collection.
- [Sell or List](https://docs.tensor.trade/trade/get-started-with-tensors-amm/sell-or-list.md): Sell NFTs immediately if there's an open collection-wide bid, or list on TensorSwap with max 2% taker fees.
- [Market-Make](https://docs.tensor.trade/trade/get-started-with-tensors-amm/market-make.md): TensorSwap lets you automate "buy low, sell high" with 1-click!
- [Closing an Order](https://docs.tensor.trade/trade/get-started-with-tensors-amm/closing-an-order.md)
- [Purchase Caps](https://docs.tensor.trade/trade/get-started-with-tensors-amm/purchase-caps.md)
- [Video Tutorials](https://docs.tensor.trade/trade/get-started-with-tensors-amm/video-tutorials.md): If you prefer video over text, below you'll find video tutorials on using Tensor.
- [YOLO Buy](https://docs.tensor.trade/trade/yolo-buy.md)
- [Shared Escrow](https://docs.tensor.trade/trade/shared-escrow.md): Bidding with capital efficiency


---

# 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.tensor.trade/trade.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.
