# Introduction

Hi! Welcome to the official docs for Cylvre! In this documentation, you will learn everything there is to learn about Cylvre.

Have a suggestion? Leave it in [this issue](https://github.com/Cylvre-Language/Cylvre/issues/11) and help us improve. All suggestions are valuable.

{% hint style="warning" %}
Cylvre is currently pre-alpha and the docs will only document the current working features of Cylvre.
{% endhint %}

Cylvre is a strongly typed, programming language with type inference for the JVM.

All Cylvre files are saved with the extension `.cyl`

{% hint style="info" %}
All examples in this guide are written in Cylvre, including explanations of different features with reference to other languages.
{% endhint %}

### Prerequisites

* Gradle 6.7
* JDK 8 or above

Gradle installation    >>>    <https://gradle.org/install/>

JDK installation        >>> [   https://openjdk.java.net/install/](https://openjdk.java.net/install/)

### Table of Contents

* Installation
* Basics
* Variables
* Loops
* Conditionals


---

# 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://codeunstable.gitbook.io/cylvre-docs/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.
