# TECHNICAL

- [Setup](https://wiki.decimal.at/technical/setup.md): Onboarding process...
- [Quickstart: Your 1st workflow in 5 mins](https://wiki.decimal.at/technical/quickstart-your-1st-workflow-in-5-mins.md): Welcome! Let’s get you from idea → automation right away.
- [Learning Path](https://wiki.decimal.at/technical/learning-path.md)
- [Building with Decimal](https://wiki.decimal.at/technical/learning-path/building-with-decimal.md)
- [Tutorials & Recipes](https://wiki.decimal.at/technical/learning-path/tutorials-and-recipes.md)
- [Core Concepts](https://wiki.decimal.at/technical/learning-path/core-concepts.md): Decimal is built on a few simple building blocks. Once you understand these, you can create anything — from a simple reminder to a cross-chain automation spanning dozens of apps.
- [Advanced Usage](https://wiki.decimal.at/technical/learning-path/advanced-usage.md)
- [Node Directory](https://wiki.decimal.at/technical/node-directory.md)
- [Manual Run](https://wiki.decimal.at/technical/node-directory/manual-run.md): The Trigger Node marks the start of any workflow.
- [Schedule Trigger](https://wiki.decimal.at/technical/node-directory/schedule-trigger.md)
- [Webhook](https://wiki.decimal.at/technical/node-directory/webhook.md)
- [HTTP API](https://wiki.decimal.at/technical/node-directory/http-api.md)
- [PARTNER: CoinGecko price feed](https://wiki.decimal.at/technical/node-directory/partner-coingecko-price-feed.md)
- [PARTNER: 1inch Bridge](https://wiki.decimal.at/technical/node-directory/partner-1inch-bridge.md)
- [PARTNER: LayerZero Bridge](https://wiki.decimal.at/technical/node-directory/partner-layerzero-bridge.md)
- [PARTNER: LayerZero Swap](https://wiki.decimal.at/technical/node-directory/partner-layerzero-swap.md)
- [If Else](https://wiki.decimal.at/technical/node-directory/if-else.md)
- [Custom Code](https://wiki.decimal.at/technical/node-directory/custom-code.md)
- [Set Variable](https://wiki.decimal.at/technical/node-directory/set-variable.md)
- [Chain Connection](https://wiki.decimal.at/technical/node-directory/chain-connection.md)
- [Sign Transaction (EIP-712)](https://wiki.decimal.at/technical/node-directory/sign-transaction-eip-712.md)
- [Transfer Funds](https://wiki.decimal.at/technical/node-directory/transfer-funds.md)
- [Read Smart Contract](https://wiki.decimal.at/technical/node-directory/read-smart-contract.md)
- [Write Smart Contract](https://wiki.decimal.at/technical/node-directory/write-smart-contract.md)
- [Security](https://wiki.decimal.at/technical/security.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://wiki.decimal.at/technical.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.
