# Tutorials

- [Accumulate Bridge Guides](https://docs.accumulatenetwork.io/accumulate/tutorials/bridge.md)
- [How to convert ACME to WACME](https://docs.accumulatenetwork.io/accumulate/tutorials/bridge/how-to-use-the-accumulate-ethereum-bridge.md): Learn how to convert ACME to WACME using the Accumulate Bridge
- [How to convert WACME to ACME](https://docs.accumulatenetwork.io/accumulate/tutorials/bridge/release-acme-in-accumulate-burn-wrapped-acme.md): If you need to convert Ethereum-based WACME to native ACME on Accumulate, you do that through a process called releasing.
- [How to setup a bridge node](https://docs.accumulatenetwork.io/accumulate/tutorials/bridge/setup.md): This guide will explain how to set up an Accumulate bridge node for Ethereum.
- [How to create a Lite Account and Keys on Mainnet / Testnet](https://docs.accumulatenetwork.io/accumulate/tutorials/how-to-create-a-lite-account-and-keys-on-mainnet-testnet.md)
- [Sending Tokens from a Lite Token Account via CLI](https://docs.accumulatenetwork.io/accumulate/tutorials/create-a-lite-account.md): This guide will show you how to send tokens from a Lite Token Account (LTA) with the CLI
- [How to create an ADI via CLI](https://docs.accumulatenetwork.io/accumulate/tutorials/create-an-adi-via-cli.md)
- [How to create a Custom Token/Token Issuer using CLI](https://docs.accumulatenetwork.io/accumulate/tutorials/how-to-create-a-custom-accumulate-token.md)
- [Querying Accumulate token account with Json RPC API](https://docs.accumulatenetwork.io/accumulate/tutorials/proving-account-state-with-the-api.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.accumulatenetwork.io/accumulate/tutorials.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.
