# Product Guides

[How to Send Tokens](/dapps-and-infrastructure/blue/product-guides/how-to-send-tokens.md)

[How to Convert balances to KUJI](/dapps-and-infrastructure/blue/product-guides/how-to-convert-balances-to-kuji.md)

[How to Swap tokens](/dapps-and-infrastructure/blue/product-guides/how-to-swap-tokens.md)

[How to Bridge tokens](/dapps-and-infrastructure/blue/product-guides/how-to-bridge-tokens.md)

[How to use IBC](/dapps-and-infrastructure/blue/product-guides/how-to-use-ibc.md)

[How to Mint USK](/dapps-and-infrastructure/blue/product-guides/how-to-mint-usk.md)

[How to Stake KUJI](/dapps-and-infrastructure/blue/product-guides/how-to-stake-kuji.md)

[How to Redelegate KUJI](/dapps-and-infrastructure/blue/product-guides/how-to-redelegate-kuji.md)

[How to Unstake KUJI](/dapps-and-infrastructure/blue/product-guides/how-to-unstake-kuji.md)

[How to Check the Status of Governance Proposals and/or Vote](/dapps-and-infrastructure/blue/product-guides/how-to-check-the-status-of-governance-proposals-and-or-vote.md)

[How to Nominate a Candidate for the Senate](/dapps-and-infrastructure/blue/product-guides/how-to-nominate-a-candidate-for-the-senate.md)

[How to View Information on Senate Candidates](/dapps-and-infrastructure/blue/product-guides/how-to-view-information-on-senate-candidates.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.kujira.app/dapps-and-infrastructure/blue/product-guides.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.
