# Introduction

Welcome to the Documentation page of Discord-Script coding language.

Here you will find what you need to get started and advance with Discord-Script.

As you continue and go to the next pages, you will get a walk through all the basics until you get to advanced commands and etc...

{% hint style="warning" %}
Important: These next pages will guide you mostly on using [**Glitch.Com**](https://www.glitch.com/), it's recommended and it's free too. This will most likely work on computers directly too other than a few parts. They will be shown.
{% endhint %}

Ok, now, let's not talk any further and just get to work.


---

# 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://discord-script.gitbook.io/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.
