# Smart Contract Templates

{% hint style="info" %}
Our smart contract templates are tested and designed with security in mind. If they are not specifically audited and you perform changes to templates, we highly encourage separate security tests or audits before deploying them to a mainnet.\
\
Some templates are specifically meant to give you a quick entrypoint into smart contracts and are not designed for mainnet usage.
{% endhint %}

***

### Getting Started

Start your journey by creating a first project with the help of our guides:

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td>Create your own Token</td><td></td><td></td><td><a href="/pages/vZwcDddpTNR1kjSgdXCe">/pages/vZwcDddpTNR1kjSgdXCe</a></td><td><a href="/files/1Cps0BW4neJKefLHKYCv">/files/1Cps0BW4neJKefLHKYCv</a></td></tr><tr><td>Deploy your custom NFT</td><td></td><td></td><td><a href="/pages/odqSQtOYjc1ajIxTc3e4">/pages/odqSQtOYjc1ajIxTc3e4</a></td><td><a href="/files/v748eIhVfzqN7QteKkXk">/files/v748eIhVfzqN7QteKkXk</a></td></tr><tr><td>Create custom projects</td><td></td><td></td><td><a href="/pages/iF3gw5ZvKj6tppvErezx">/pages/iF3gw5ZvKj6tppvErezx</a></td><td><a href="/files/0utIjvOlaBeRQUZLUfu7">/files/0utIjvOlaBeRQUZLUfu7</a></td></tr></tbody></table>


---

# 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/smart-contract-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.
