# overview

{% hint style="info" %}
warning: these docs are unfinished and still work in progress.
{% endhint %}

**The ChardScript programming language is easy to use and the Syntaxs are simple. Inspired by LuaScript and Syntax from BASIC and ShellScript. This is the place for you to learn how to use this programming language and learn.**

In 2021, at that time the ChardScript programming language was named chard.js and used to create the Discord Bot. But then it failed to create a programming language because it was not considered a language. On August 19, 2022, the programming language was relaunched and is expected to be the simplest programming language.


---

# 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://gamingmod.gitbook.io/chardscript-docs/overview.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.
