# Guides

- [Matrix App Installation Process](https://docs.matrix.io/guides/matrix-app-installation-process.md): November 15, 2023
- [How To get blacklisted Validator and Miners](https://docs.matrix.io/guides/how-to-get-blacklisted-validator-and-miners.md)
- [User Guide for Matrix IDE](https://docs.matrix.io/guides/user-guide-for-matrix-ide.md)
- [Things I wish I knew before using DEX-es and trading tokens](https://docs.matrix.io/guides/things-i-wish-i-knew-before-using-dex-es-and-trading-tokens.md)
- [Sending a MAN transaction(JS, NodeJS), Intermediate level](https://docs.matrix.io/guides/sending-a-man-transaction-js-nodejs-intermediate-level.md)
- [Sending a MAN transaction(Java + Maven), Intermediate level](https://docs.matrix.io/guides/sending-a-man-transaction-java-+-maven-intermediate-level.md)
- [Reading a smart contract function (JS, NodeJS)](https://docs.matrix.io/guides/reading-a-smart-contract-function-js-nodejs.md)
- [Matrix Mainnet Cross-chain Transfer Guide——BSC](https://docs.matrix.io/guides/matrix-mainnet-cross-chain-transfer-guide-bsc.md)
- [man.json with new nodes info](https://docs.matrix.io/guides/man.json-with-new-nodes-info.md)
- [How to Manually Move MAN Coins to Ledger](https://docs.matrix.io/guides/how-to-manually-move-man-coins-to-ledger.md)
- [How to Create a Matrix Smart Contract](https://docs.matrix.io/guides/how-to-create-a-matrix-smart-contract.md)
- [Generating a Vanity Address(JS, NodeJS), Beginner level](https://docs.matrix.io/guides/generating-a-vanity-address-js-nodejs-beginner-level.md)
- [Distributed AutoML User Guide](https://docs.matrix.io/guides/distributed-automl-user-guide.md)
- [Determine the addresses with activity and their respective balances for a specified number of blocks](https://docs.matrix.io/guides/determine-the-addresses-with-activity-and-their-respective-balances-for-a-specified-number-of-blocks.md)
- [Deploying a smart contract on Matrix AI Network using Truffle (Demo)](https://docs.matrix.io/guides/deploying-a-smart-contract-on-matrix-ai-network-using-truffle-demo.md)
- [Create Mining Masternodes in Ubuntu (Linux) with Matrix AI Network](https://docs.matrix.io/guides/create-mining-masternodes-in-ubuntu-linux-with-matrix-ai-network.md)
- [Matrix AI Network integration tutorials — Part 1: Converting an ETH address to MAN address (JS, Node](https://docs.matrix.io/guides/matrix-ai-network-integration-tutorials-part-1-converting-an-eth-address-to-man-address-js-node.md)
- [Calling a smart contract function (JS, NodeJS)](https://docs.matrix.io/guides/calling-a-smart-contract-function-js-nodejs.md)
- [Accessing block info(JS, NodeJS), Beginner level](https://docs.matrix.io/guides/accessing-block-info-js-nodejs-beginner-level.md)
- [$MAN Staking Guide](https://docs.matrix.io/guides/usdman-staking-guide.md)
- [Create a Portfolio](https://docs.matrix.io/guides/create-a-portfolio.md)
- [Matrix Mainnet Cross-chain Transfer Guide——BSC](https://docs.matrix.io/guides/matrix-mainnet-cross-chain-transfer-guide-bsc-1.md)
- [Decentralized AI Economy Starts Here](https://docs.matrix.io/guides/decentralized-ai-economy-starts-here.md)
- [How to Issue a Token Using Matrix Smart Contracts](https://docs.matrix.io/guides/how-to-issue-a-token-using-matrix-smart-contracts.md)
- [How to Check the Validators and Miners of Each Mining Cycle?](https://docs.matrix.io/guides/how-to-check-the-validators-and-miners-of-each-mining-cycle.md)
- [Android Wallet for Test (III)](https://docs.matrix.io/guides/android-wallet-for-test-iii.md)
- [MANTA Miner Deployment](https://docs.matrix.io/guides/manta-miner-deployment.md)
- [How to Issue a Token Using Matrix Smart Contracts](https://docs.matrix.io/guides/how-to-issue-a-token-using-matrix-smart-contracts-1.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.matrix.io/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.
