# Advanced

- [Import Legacy NFT](https://docs-dapp.loopring.io/nft/advanced/import-legacy-nft.md)
- [Support NFT collections minted in both Ethereum Layer 1 and Loopring Layer 2](https://docs-dapp.loopring.io/nft/advanced/support-nft-collections-minted-in-both-ethereum-layer-1-and-loopring-layer-2.md)
- [Loopring Layer 2 Mint Metadata Explanation](https://docs-dapp.loopring.io/nft/advanced/loopring-layer-2-mint-metadata-explanation.md)
- [Collection Implementation in Loopring Layer 2](https://docs-dapp.loopring.io/nft/advanced/collection-implementation-in-loopring-layer-2.md)
- [Loopring NFT Platform Implementation Guide](https://docs-dapp.loopring.io/nft/advanced/loopring-nft-platform-implementation-guide.md)


---

# 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-dapp.loopring.io/nft/advanced.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.
