# Welcome to Quick.js!

{% hint style="info" %}
This website is not completed, the docs and examples still need to be finished.
{% endhint %}

Quick.js is a lightweight JavaScript library aimed to help users to stop writing long, repetitive code.

If you want to view the source code, or give us a star (*wink wink*), you can view the source code on our [GitHub repository](https://github.com/proudparrot2/quick.js).

### Using quick.js

These pages will help you learn how to install and use quick.js in your HTML.

{% content-ref url="basic-installation" %}
[basic-installation](https://quick.js.org/basic-installation)
{% endcontent-ref %}

{% content-ref url="examples" %}
[examples](https://quick.js.org/examples)
{% endcontent-ref %}

### Docs

The main quick.js docs, has all the methods' documentation and examples on how to use each one.

{% content-ref url="docs" %}
[docs](https://quick.js.org/docs)
{% 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://quick.js.org/welcome-to-quick.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.
