# Templates

A key feature of the ONINO Developer Platform are our smart contract templates. The templates offered on the platform can be used to quickly build blockchain-based applications, dApps or deploy custom tokens.&#x20;

{% hint style="info" %}
Templates are designed to be an easy starting point for your blockchain development. Manual adjustments might be necessary to make them production-ready.

While they are tested, we recommend a security assessment or professional audit before deploying them to mainnet.
{% endhint %}

Find an Overview of all available templates here [Template Overview](/for-developers/developer-platform-overview/smart-contract-templates/template-overview.md)

For more information read [Smart Contract Templates](/for-developers/developer-platform-overview/smart-contract-templates.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://docs.onino.io/for-developers/developer-platform-overview/templates.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.
