# Reference

- [API Reference](https://signum-network.gitbook.io/signumjs/reference/api-reference.md)
- [Core Module](https://signum-network.gitbook.io/signumjs/reference/api-reference/core-module.md): This is the main module, and almost all you may need to interact with the Signum Node API
- [Util Module](https://signum-network.gitbook.io/signumjs/reference/api-reference/util-module.md): The utility package for SignumJS with loads of convenience methods. If you need to convert amounts, chain time, or deal with deeplinks then this is your wanted module.
- [Crypto Module](https://signum-network.gitbook.io/signumjs/reference/api-reference/crypto-module.md): This module contains all cryptographic functions needed for Signum.
- [Http Module](https://signum-network.gitbook.io/signumjs/reference/api-reference/http-module.md): The Http Module is a thin wrapper around the isomorphic Http Implementation axios. It mainly unifies responses such that its use is consistent.
- [Contracts Module](https://signum-network.gitbook.io/signumjs/reference/api-reference/contracts-module.md): The Contracts module provides functions and messages to interact with Signum Smart Contracts, i.e. generate method calls and inspect contract data.
- [Monitor Module](https://signum-network.gitbook.io/signumjs/reference/api-reference/monitor-module.md): The Monitor Module is useful to poll for changes, e.g. on the blockchain, especially for confirmations of 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://signum-network.gitbook.io/signumjs/reference.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.
