# Introduction

Slashasaurus is a command framework built on top of [discord.js](https://github.com/discordjs/discord.js). It takes inspiration from [React](https://reactjs.org/) and [Next.JS](https://nextjs.org/) with the goal of making a Discord bot feel a bit more like writing a front-end app.

Slashasaurus was built around TypeScript, so many of the features take advantage of what TypeScript provides. The library will still work with JavaScript, but TypeScript will provide a much better developer experience. If you're not familiar with TypeScript, it's fairly easy to get started with if you already know JavaScript.&#x20;

Sound interesting? Head over to the [quick start guide](/slashasaurus/quick-start.md) for a quick introduction to working with slashasaurus.


---

# 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://rodentman87.gitbook.io/slashasaurus/introduction.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.
