# How To

- [Execute a Local Swap](https://docs.expand.network/how-to/execute-a-local-swap.md)
- [Execute a Cross Chain Swap](https://docs.expand.network/how-to/execute-a-cross-chain-swap.md)
- [Use Limit Orders](https://docs.expand.network/how-to/use-limit-orders.md)
- [Lend and Borrow](https://docs.expand.network/how-to/lend-and-borrow.md)
- [Provision Liquidity](https://docs.expand.network/how-to/provision-liquidity.md)
- [Adding Liquidity](https://docs.expand.network/how-to/provision-liquidity/adding-liquidity.md)
- [Removing liquidity](https://docs.expand.network/how-to/provision-liquidity/removing-liquidity.md)
- [Yield Farm](https://docs.expand.network/how-to/yield-farm.md)
- [Use Our Transaction Decoder](https://docs.expand.network/how-to/use-our-transaction-decoder.md)
- [Trade with MEV Protection](https://docs.expand.network/how-to/trade-with-mev-protection.md): MEV protection refers to a broad set of strategies that keep users safe from price manipulation when trading, providing liquidity, minting NFTs, and more.
- [Submit an RFQ](https://docs.expand.network/how-to/submit-an-rfq.md)
- [Subscribe to Events](https://docs.expand.network/how-to/subscribe-to-events.md)
- [Stream Data (WebSocket)](https://docs.expand.network/how-to/stream-data-websocket.md)
- [Stream Transaction](https://docs.expand.network/how-to/stream-data-websocket/stream-transaction.md)
- [Stream Trade](https://docs.expand.network/how-to/stream-data-websocket/stream-trade.md)
- [Stream Gas](https://docs.expand.network/how-to/stream-data-websocket/stream-gas.md)
- [Stream Ticker Price](https://docs.expand.network/how-to/stream-data-websocket/stream-ticker-price.md)
- [Source Pricing](https://docs.expand.network/how-to/source-pricing.md): Available Endpoints for Sourcing Pricing Data
- [Track Memecoins](https://docs.expand.network/how-to/track-memecoins.md)
- [Manage Token Approvals](https://docs.expand.network/how-to/manage-token-approvals.md): Risk Management for Transacting in DeFi


---

# 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.expand.network/how-to.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.
