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

# FAQ

## The origins?

My name is **Abaddon** and I am developed by [**NiiRσ**](https://www.youtube.com/user/SayTFamily). Just a bored guy from France, developed in JavaScript (Node.js) he started to learn it at the end of September 2019.

## Who is Abaddon?

The name Abaddon means "destruction". This name is used as a proper name to designate the exterminating angel in the Apocalypse

## Do you have support?

&#x20;Yes, you can use the following commands to report an error or make a suggestion : `!error` or `!suggest` .  Or you can also join our Discord server [HERE](https://discord.gg/wTKWp3n).

## Is there a beta tester program and what is this for?

Yes there are, it is used to test possible new functionality of the bot and to report possible bugs, to participate you just have to join the support server and make your request to a member of the staff.

## What is the "Contributor" role on the support server?

The "**contributor"** role is attributed to the people who helped the development of the bot via these four means: \
\- Top 10 of the ranking of votes on [**top.gg**](https://top.gg/bot/501949394774523904/vote).\
\- Added the bot on several servers (without cheating).\
\- Having found several bugs on the bot.\
\- Having made several suggestions which have been added.

## What do I gain by making a donation?

{% hint style="warning" %}
First know that you are not encouraged to do so, you are under no circumstances obligated to donate.
{% endhint %}

It will give you the role of "Donor" as well as "Beta tester" on the server and access to the beta features of the bot. Your suggestions and requests for bot support will take priority, after which it will also give you VIP access to the bot. All of this money will be used to help pay for the hosting server.


---

# 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://niiroow.gitbook.io/abaddon/faq.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.
