# Navigating the Swap Tab

The Swap tab aims to facilitate USDf mints and redemptions. Users can utilise their deposited assets within their Falcon Account to mint a corresponding amount of USDf, with non-stablecoin assets subject to an overcollateralization ratio. They can also redeem and convert their existing USDf back into their initial assets for withdrawal to their Web3 wallets.

This section outlines the operational steps for both the Mint, Redeem, and Claim functions:

1. [Mint](/resources/quick-app-guide/navigating-the-swap-tab/classic-mint.md)
   1. [Minting with Stablecoins](/resources/quick-app-guide/navigating-the-swap-tab/classic-mint/minting-with-stablecoins.md)
   2. [Minting with Non-Stablecoin Assets](/resources/quick-app-guide/navigating-the-swap-tab/classic-mint/minting-with-non-stablecoin-assets.md)
2. [Redeem](/resources/quick-app-guide/navigating-the-swap-tab/redeem.md)
3. [Claim](/resources/quick-app-guide/navigating-the-swap-tab/claim.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.falcon.finance/resources/quick-app-guide/navigating-the-swap-tab.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.
