> For the complete documentation index, see [llms.txt](https://absolet-development.gitbook.io/absolet-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://absolet-development.gitbook.io/absolet-documentation/readme/bot-installation-linux.md).

# Bot Installation (Linux)

To start using Absolet, you need to first install the required modules. Navigate to the Absolet folder and run `npm install` to install the necessary modules.\
\
Then, go to your config.yml file and add the bot token and license key. Once you have done that, you can start your bot by running `npm run start` in the Absolet folder.\
\
If you want to make your bot 24/7, download screen using `sudo apt install screen` create one using `screen -S Absolet` and start the bot normally, to go to the screen again, use the command `screen -x Absolet`
