# User Guides

- [ShardSpace Overview](https://docs.shardspace.app/user-guides/shardspace-overview.md): An overview of the key features of the product
- [Logging in](https://docs.shardspace.app/user-guides/shardspace-overview/logging-in.md): How to log in to ShardSpace
- [Portfolio Management](https://docs.shardspace.app/user-guides/shardspace-overview/portfolio-management.md): COMING SOON!
- [Market and Limit Order trading](https://docs.shardspace.app/user-guides/shardspace-overview/market-and-limit-order-trading.md): COMING SOON!
- [Staking Tools and metrics](https://docs.shardspace.app/user-guides/shardspace-overview/staking-tools-and-metrics.md): COMING SOON!
- [Developer Tools](https://docs.shardspace.app/user-guides/shardspace-overview/developer-tools.md): COMING SOON!
- [How to connect your Radix wallet](https://docs.shardspace.app/user-guides/how-to-connect-your-radix-wallet.md): COMING SOON!
- [How to STAKE XRD](https://docs.shardspace.app/user-guides/how-to-stake-xrd.md): COMING SOON!
- [Quick Stake](https://docs.shardspace.app/user-guides/how-to-stake-xrd/quick-stake.md): The quickest and easiest way to Stake your XRD
- [Quick Unstake](https://docs.shardspace.app/user-guides/how-to-stake-xrd/quick-unstake.md): The quickest and easiest way to unstake your XRD
- [Staking with the Stake Widget](https://docs.shardspace.app/user-guides/how-to-stake-xrd/staking-with-the-stake-widget.md): How to stake XRD using the Stake widget
- [Unstaking with the Stake Widget](https://docs.shardspace.app/user-guides/how-to-stake-xrd/unstaking-with-the-stake-widget.md): How to unstake your XRD using the Stake Widget
- [Easy claim unstakes](https://docs.shardspace.app/user-guides/how-to-stake-xrd/easy-claim-unstakes.md): Quickly claim any unstaked XRD
- [How to claim all unstakes](https://docs.shardspace.app/user-guides/how-to-stake-xrd/how-to-claim-all-unstakes.md): How to claim all your unstaking actions in one go
- [How to SEND assets](https://docs.shardspace.app/user-guides/how-to-send-assets.md): How to transfer Radix assets; tokens, NFTs, LSUs, etc from one account to another
- [Simple Transfer](https://docs.shardspace.app/user-guides/how-to-send-assets/simple-transfer.md): How to send assets using the Send widget
- [Multi-token transfer](https://docs.shardspace.app/user-guides/how-to-send-assets/multi-token-transfer.md): How to move multiple assets and different types in one transaction
- [Quick Move](https://docs.shardspace.app/user-guides/how-to-send-assets/quick-move.md): The easiest and quickest way to move assets between accounts
- [Move NFTs and the Shopping Cart](https://docs.shardspace.app/user-guides/how-to-send-assets/move-nfts-and-the-shopping-cart.md): Moving NFTs between accounts using Quick Move and the Shopping Cart
- [Shopping Cart](https://docs.shardspace.app/user-guides/how-to-send-assets/shopping-cart.md): Moving assets between accounts using Quick Move and the Shopping Cart
- [How to SWAP assets](https://docs.shardspace.app/user-guides/how-to-swap-assets.md): Coming soon!
- [The ADDRESS BOOK](https://docs.shardspace.app/user-guides/the-address-book.md): How to store and add addresses to the address book


---

# 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.shardspace.app/user-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.
