# SimpleICO

## Disclaimer

SimpleICO is an open-source project and everyone is free to use it and distribute it. However, we reserve the right to accept merge-requests and display new smart contracts in our production website.

See the guidelines for listing a smart contract interface in the official SimpleICO catalog for more information.

SIMPLE ICO is a tool for configuring OPEN SOURCE COMPUTER PROGRAMS and deploying them to a blockchain network. SIMPLE ICO is not responsible for the MEANING, USE OR PURPOSE that any person chooses to give to these OPEN SOURCE COMPUTER PROGRAMS beyond being OPEN SOURCE COMPUTER PROGRAMS that are executed inside a blockchain network. SIMPLE ICO is not responsible for the MEANING, USE OR PURPOSE that any person gives to these OPEN SOURCE COMPUTER PROGRAMS, including but not limited to any situation where a person or third-party chooses to market, sell, license and/or distribute these OPEN SOURCE COMPUTER PROGRAMS to other persons and third-parties. Any person that uses this tool can review the programming code for these OPEN SOURCE COMPUTER PROGRAMS which can be [viewed here](https://github.com/SimpleICO/simple-ico-smart-contracts). BY USING THIS TOOL, YOU ACCEPT RESPONSIBILITY for ensuring compliance with all laws and regulations that may apply to the MEANING, USE AND PURPOSE that you choose to give to these OPEN SOURCE COMPUTER PROGRAMS in any country or place where they may be used.&#x20;

## How to use this guide

{% hint style="info" %}

### A note about the version of the code blocks

The code blocks presented in this documentation version are as of [this commit](https://github.com/SimpleICO/web-app/commit/4c1caad8713831d4dd5224acc8d689dbd0e61ee0).
{% endhint %}

The SimpleICO documentation intends to guide developers in the process of creating smart contract interfaces and add them to their own self-hosted SimpleICO fork or request to publish the interface in the official SimpleICO repo.

{% content-ref url="/pages/-LHdWRRtveJxYT\_Ew06B" %}
[Smart Contract User Interfaces SCUIs Tutorial](/web-app/smart-contracts-interfaces.md)
{% 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://simpleico.gitbook.io/web-app/master.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.
