# Welcome to SignumJS

## Want to jump right in?

Feeling like an eager beaver? Jump in to the getting started docs and get making your first request to the Signum blockchain

{% content-ref url="getting-started" %}
[getting-started](https://signum-network.gitbook.io/signumjs/getting-started)
{% endcontent-ref %}

## Show me the code!

You are already an JS/TS expert, knowing how to install packages and have no time to lose, because learning APIs is best by examples...ok, here you go

{% content-ref url="recipes/basics" %}
[basics](https://signum-network.gitbook.io/signumjs/recipes/basics)
{% endcontent-ref %}

{% content-ref url="recipes/advanced" %}
[advanced](https://signum-network.gitbook.io/signumjs/recipes/advanced)
{% endcontent-ref %}

## Looking for specific functions?

You are already familiar with SignumJS, but need to look up the API Reference:

{% content-ref url="reference/api-reference" %}
[api-reference](https://signum-network.gitbook.io/signumjs/reference/api-reference)
{% endcontent-ref %}


---

# 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/welcome-to-signumjs.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.
