# Welcome to SCode!

This is the official documentation environment for scripts created by SCode Development.

If you are looking for resource information or assistance with our products, then this is the correct place. We provide installation guides, give tips on how to integrate our resources, answer frequently asked questions and provide other useful information.

Every script we have released, or will ever release, will have thorough documentation on this site. Make sure to join our [Discord group](https://discord.gg/DqnAqdR22d) to get notified about new releases & updates!

{% hint style="info" %}
If you are a first time reader, then we advise you to read through our [General information](https://docs.rahe.dev/overview/general-information) and [Common questions](https://docs.rahe.dev/overview/common-questions). This will give you an overview about what to expect from our developers and support team.
{% endhint %}


---

# 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://scode-software.gitbook.io/docs/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.
