# Creating Transactions

- [Getting Started](https://docs.onchainden.com/creating-transactions/getting-started.md): Easily send tokens, interact with dapps, and build custom transactions
- [Send Tokens](https://docs.onchainden.com/creating-transactions/send-tokens.md): Den makes it easy to transfer ERC20 tokens
- [Connect to Dapps](https://docs.onchainden.com/creating-transactions/connect-to-dapps.md): Connect to dapps through Den using WalletConnect
- [Custom Transaction Builder](https://docs.onchainden.com/creating-transactions/custom-transaction-builder.md): Directly interact with any contract address with the Transaction Builder
- [Upload a JSON file](https://docs.onchainden.com/creating-transactions/upload-a-json-file.md): Upload a JSON file specifying transaction data
- [Adding Descriptions](https://docs.onchainden.com/creating-transactions/adding-descriptions.md): Den lets you add descriptions to explain transactions
- [Simulations](https://docs.onchainden.com/creating-transactions/simulations.md): Simulate transactions as you create
- [Batching](https://docs.onchainden.com/creating-transactions/batching.md): Take several actions within one transactions


---

# 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.onchainden.com/creating-transactions.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.
