# Welcome to SplitScript.js

SplitScript.js - The <mark style="color:blue;">everything</mark> framework

Create your own packages with [core](https://splitscript.js.org/core "mention")<br>

## Install

```bash
$ npm i @splitscript.js/core
```

## Usage

We have a few packages

* [core](https://splitscript.js.org/core) - for building your project through the CLI or for creating your own packages
* [discord](https://splitscript.js.org/discord) - for building discord bots!
* [https](https://splitscript.js.org/https) - for sending http(s) requests

## Project Structure

We use filesystem for sending events

An example project could look like this:

<pre><code>functions/
    message/
        create/
            1.js
        delete/
            1.js
            
.env
app.js

<strong>ss.json
</strong>package.json
</code></pre>


---

# 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://splitscript.js.org/welcome-to-splitscript.js.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.
