# Zico Documentation

Welcome to the official documentation site for the programming language Zico, Zico uses .zi files and a local interpreter to execute Zico code.

Zico is built in C# and inspired from a lot of known languages, Know more at [https://zico.rf.gd](https://zico.rf.gd/)

### Jump right in

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><i class="fa-bolt">:bolt:</i></h4></td><td><strong>Presentation</strong></td><td>Know more about Zico</td><td><a href="https://646667005-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnyDBCp1oQK4yCExuwdUU%2Fuploads%2F4V5gWtkbEYRqObQaS1dU%2FZico.png?alt=media&#x26;token=a587c415-0c05-43ac-b800-7c1a62832ca5">Zico.png</a></td><td></td><td><a href="getting-started/presentation">presentation</a></td></tr><tr><td><h4><i class="fa-leaf">:leaf:</i></h4></td><td><strong>Basics</strong></td><td>Learn the basics of Zico</td><td></td><td></td><td><a href="https://github.com/GitbookIO/gitbook-templates/blob/main/product-docs/broken-reference/README.md">https://github.com/GitbookIO/gitbook-templates/blob/main/product-docs/broken-reference/README.md</a></td></tr><tr><td><h4><i class="fa-globe-pointer">:globe-pointer:</i></h4></td><td><strong>Download</strong></td><td>Download the official Zico</td><td></td><td></td><td><a href="getting-started/publish-your-docs">publish-your-docs</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.zico.rf.gd/readme.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.
