> For the complete documentation index, see [llms.txt](https://smitos-organization.gitbook.io/smitoai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://smitos-organization.gitbook.io/smitoai/readme.md).

# Welcome

Welcome to SMITO AI is an AI platform that allows you to create and adapt smart contracts using a\
common language. You don't need to know the code. No need to hire developers. There\
is no need to be afraid of testnets, wallet connections, or incomprehensible errors. All\
that is required is an idea and its description. The platform will do the rest.\\

\
Why is this important?\\

\
Modern technologies (including blockchain) promise democratization, but in practice, they\
require technical knowledge. The development of contracts that govern money, voting,\
tokens, and rights remains a closed topic. This is a limitation.\
SMIToAI removes this barrier.\\

\
We don't make a simplified generator with 5 templates. We're building AI that understands a\
task, not just assembles it into shapes. You describe the contract as you would explain to a\
human, and the system generates a smart contract.\
What is the philosophy?\\

\
We believe that:\
● Creation must be accessible.\
● Language is the main tool, not code.\
● Intelligent technologies must serve not only developers, but also ideas.\\

\
SMITO AI is not a Web3 product. This is the infrastructure for thinking.

### Jump right in

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Getting Started</strong></td><td>Create your first site</td><td></td><td></td><td><a href="/pages/CyH2xJQs9yWJ1S8BYNav">/pages/CyH2xJQs9yWJ1S8BYNav</a></td></tr><tr><td><strong>Basics</strong></td><td>Learn the basics of GitBook</td><td></td><td></td><td><a href="/pages/7aUFmnCMx9m4smGncsXL">/pages/7aUFmnCMx9m4smGncsXL</a></td></tr><tr><td><strong>Publish your docs</strong></td><td>Share your docs online</td><td></td><td></td><td><a href="/pages/JjjojIyKxaiBPzzLwvtg">/pages/JjjojIyKxaiBPzzLwvtg</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://smitos-organization.gitbook.io/smitoai/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
