# Home

{% hint style="success" %}
**Ready to get going?  Head over to the** [**Readme**](https://docs.twilightgamez.net/starter/readme) **page!**
{% endhint %}

## What is the default prefix?

**`!`**&#x49;f you ever forget the prefix do **`@Icarus`** no matter what, that will display the current prefix on your server so long as Icarus has perms to see the chat and talk in it.

## How do I get command examples without visiting the Wiki?

Doing **`!help command`** will display it's help info.

![](/files/-LchDi77iugnZmxrpU5J)

## Does the bot need to be configured?

Not exactly, no.  While most settings are *off-by-default*, basic functionality will work fine.\
Any discord role with **`Admin`** or **`Manage Server`** (or owner) can modify the bot's settings.

## What language is the bot coded in?

The bot was written in Java.  We use JDA as our Discord library.


---

# 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://docs.twilightgamez.net/icarus/master.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.
