# Welcome!

### Welcome to Whatscode.js Documentation!

Welcome to **whatscode.js**! Here you'll find all the documentation you need to get up and running with the **whatscode.js**.

**whatscode.js** is a package to create Whatsapp bots easily and quickly, even coding experience is not needed... Inspired by [Aoi.js](https://npmjs.com/aoi.js) which is a package for creating Discord bots with a syntax that is quite similar to **whatscode.js**!

### Want to jump right in?

Feeling like an eager beaver? Jump in to the quick start docs and get making your first bot:

{% content-ref url="/pages/dvRGuT9jNf35KEN3wATL" %}
[Quick Starts](/readme-1.md)
{% endcontent-ref %}

### Want to deep dive?

Dive a little deeper and start exploring our functions:

{% content-ref url="<https://github.com/JastinXyz/whatscode.js/blob/old-docs/references/page-2.md>" %}
<https://github.com/JastinXyz/whatscode.js/blob/old-docs/references/page-2.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://old-whatscode.jstnlt.my.id/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.
