# Welcome to snowball!

{% hint style="info" %}
**note:** Snowball is still in active development and there can be various changes. If you find any issues, report them [here](https://github.com/snowball-lang/snowball/issues).
{% endhint %}

## Overview

👋 Greetings! Allow me to introduce you to Snowball, a statically-typed, low-weight, object-oriented programming language complete with a garbage collector and module system.

🚀 With a myriad of features to offer, Snowball boasts object-oriented programming, memory safety, built-in functions for enhanced productivity, and faster execution than other languages. Plus, it's garbage collector and unit testing make it a comprehensive tool for developers.

🔍 So why not dive in and explore Snowball's capabilities? For more information, check out the installation guide. Happy coding!

* [Discord](https://discord.com/invite/nnShMQzR4b)

## Quick links

{% content-ref url="/pages/5IWFvQ11HHdctSKkSghH" %}
[Why Snowball](/docs/overview/why-snowball.md)
{% endcontent-ref %}

{% content-ref url="/pages/TGJ19Tyw1RhVyEiNl08e" %}
[Language Features](/docs/overview/language-features.md)
{% endcontent-ref %}

## Get Started

We've put together some helpful guides for you to get setup with our product quickly and easily.

{% content-ref url="/pages/7T4Y7WLBYMcanZUUK7cf" %}
[CLI usage and parameters](/docs/snowball-cli-usage/cli-usage-and-parameters.md)
{% endcontent-ref %}

{% content-ref url="/pages/O6hdrujgKZEReMWOqe19" %}
[Getting started](/docs/fundamentals/getting-started.md)
{% endcontent-ref %}

{% content-ref url="/pages/OGrjHVHzMcLqEfjQiJuN" %}
[Hello world!](/docs/fundamentals/hello-world.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://snowball-lang.gitbook.io/docs/welcome-to-snowball.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.
