# Recipes

- [Basics](https://signum-network.gitbook.io/signumjs/recipes/basics.md): A bunch of examples for most basic operations
- [Getting Accounts Balance](https://signum-network.gitbook.io/signumjs/recipes/basics/getting-accounts-balance.md): In this simple example we just get an accounts balance and print it to the console.
- [List Transactions](https://signum-network.gitbook.io/signumjs/recipes/basics/list-transactions.md): This example shows how to list transactions for an account
- [Show attached messages](https://signum-network.gitbook.io/signumjs/recipes/basics/show-attached-messages.md): This example demonstrates how to read attached messages (not enrcrypted)
- [Send Signa](https://signum-network.gitbook.io/signumjs/recipes/basics/send-signa.md): Learn how to sign a transaction and send Signa to another account
- [Advanced](https://signum-network.gitbook.io/signumjs/recipes/advanced.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://signum-network.gitbook.io/signumjs/recipes.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.
