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

# Welcome!

Maintaining an active discord server is an exhausting task. We know. Have you ever thought that having someone to entertain your community and perform other tasks 24/7 would be great? Well then, you have come to the right place! LiRoBot is a multipurpose [Discord](https://discord.com) bot with many useful features! It is made by [LiRoBot Development](https://github.com/LiRoBot-Development) and uses [Node.js](https://nodejs.org) and [MongoDB!](https://mongodb.com)

{% hint style="info" %}
LiRoBot is still WIP, new features are being added almost every day.
{% endhint %}

{% hint style="info" %}
LiRoBot is not verified, so you can only add it to two servers owned by the same user.
{% endhint %}

## Features

* 8ball
* Dice
* Memes
* Utility
* Moderation

*And a lot more and more to come!*

## Starting off!

To invite LiRoBot to your server click [here](https://discord.com/oauth2/authorize?client_id=721030993187700747\&permissions=8\&scope=bot) or click the link at the top of the page! As the note says, you can only add it to two servers owned by the same user. To get started use L!help.

## Community

I have a small [development server](https://discord.gg/N8fwjKT) where I announce updates and can assist you easier.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://lirobot.gitbook.io/lirobot-docs/master.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
