# Introduction

### Installing Osiris

#### Using Git

Open Command prompt and type the following

```
git clone https://github.com/DisECtRy/osiris
cd .\osiris
```

#### Manually

Click the "Code" button on the github page, and download it as zip. Then extract it wherever

### Running Osiris

Firstly, change directories to the folder. You can do this by running

```
cd FOLDERPATH
```

To run Osiris, you firstly need install the modules

You can do this by running the following while in the path

```
npm i
```

Now, you can insert your email and password in the config.json file. Our selfbot is 100% open source, so feel free to check the source anytime.

You can also set a bunch of things in the config.json file, such as the prefix and the autodelete toggle.

### Using Osiris

To use Osiris, just boot up Revolt and then run Osiris by doing the following:

```
node osiris.js
```

You can just send "\<prefix> help" in a channel/dm to see every existing command.


---

# 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://osiris-4.gitbook.io/osiris-documentation/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.
