# UI/UX User Guide

We've designed the UI/UX of the NFT.org NFT DEX with six primary pages, four of which can be found via the header (\*).

1. [Browse Swaps](/docs/nft.org-dex/ui-ux-user-guide/browse-swaps.md)\* - contains all swaps on NFT Protocol and several mechanisms for searching and sorting through them.
2. [NFT Search](/docs/nft.org-dex/ui-ux-user-guide/nft-search.md)\* - a search engine facilitating the discovery of all NFTs contained on the selected blockchain.
3. [New Swap](/docs/nft.org-dex/ui-ux-user-guide/new-swap.md)\* - an interface for creating a new swap.
4. [Profile](/docs/nft.org-dex/ui-ux-user-guide/profile.md)\* - view information regarding the connected wallet such as its contained assets and swap history.
5. [NFT Details](/docs/nft.org-dex/ui-ux-user-guide/nft-search/nft-details.md) - take a closer look at an NFT, its relevant details and view all swaps involving the NFT.
6. [Swap Details](/docs/nft.org-dex/ui-ux-user-guide/browse-swaps/swap-details.md) - view details associated with a swap and take a closer look at the assets involved.


---

# 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://nft-org.gitbook.io/docs/nft.org-dex/ui-ux-user-guide.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.
