# Introduction

## What it do?

Allows you to create **prefixed** commands and **slash** commands in the same file.

***

## How to install?

* Make sure you are using <mark style="color:$warning;">`"type": "module"`</mark> in **package.json**.
* Run <mark style="color:$warning;">`npm i archangel.js`</mark>.
* Make sure you are using **Discord.js v14.26.4** or above.

***

## How to use?

```typescript
import { NoInitializer, WithInitializer } from 'archangel.js';
```


---

# 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://archangel-js.gitbook.io/docs/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.
