# Users

- [Wallet configuration](https://docs.silicon.network/user-guide/wallet-configuration.md): Guide to creating and setting up a wallet for Silicon
- [Centralized exchange](https://docs.silicon.network/user-guide/centralized-exchange.md): Silicon is integrated with centralized exchanges, providing a more seamless user experience.
- [Bridge](https://docs.silicon.network/user-guide/bridge.md): These steps will guide you on how to use the bridge on Silicon.
- [Deposit to Silicon](https://docs.silicon.network/user-guide/bridge/deposit.md): Learn how to deposit your assets into Silicon in a few simple steps.
- [Withdrawal from Silicon](https://docs.silicon.network/user-guide/bridge/withdrawal.md): Learn how to withdraw your assets from Silicon in a few simple steps.
- [Block explorer](https://docs.silicon.network/user-guide/block-explorer.md): This step explains the Block Explorer, a tool for viewing recorded transactions.
- [Fees](https://docs.silicon.network/user-guide/fees.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.silicon.network/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.
