> For the complete documentation index, see [llms.txt](https://docs.accumulatenetwork.io/accumulate/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.accumulatenetwork.io/accumulate/tutorials.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.accumulatenetwork.io/accumulate/tutorials.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
