> For the complete documentation index, see [llms.txt](https://guide.crownicles.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.crownicles.com/en/bien-commencer-votre-aventure/questions-frequentes.md).

# Frequently asked questions

### How can I change the bot's language to english ?

All you have to do is type `/language` and you are all set !

### Find the commands list.

You can get a complete list of the commands by typing `/help` in a channel where Crownicles can talk !

### I've invited the bot but he doesn't answer...

Check if the right permissions (see below) are given to the bot:

<figure><img src="/files/NmJPqzjYvYRwCu4oAcet" alt=""><figcaption><p>Yes, you only need these permissions to give to the bot for it to function properly.</p></figcaption></figure>

If you gave the right permissions and the bot still won't answer, don't fret! You can still get help in the [official discord server](https://discord.com/invite/aJhQy4AtAA).&#x20;

### Can I add the bot to my discord server ?

YES ! The invite link is on the website (<http://crownicles.com/>) or in the **#👑-bienvenue** channel or in a pinned message on the **#🗣-général** channel on the official discord server. A simple method is to click the link below :

{% embed url="<https://discord.com/oauth2/authorize?client_id=448110812801007618&permissions=274878254144&scope=bot>" %}

### &#x20;**What language is the bot developed in ?**

In TypeScript.

### **How are the players data saved ?**

In a mariadb database. The only informations saved are about the game (every messages / images sent in the bot's channel won't be saved)

### **How do we create a discord bot ?**

Sorry, I can't explain it thoroughly, but here's a guide that can help:

<https://anidiots.guide/>

### **How is the bot hosted ?**

Right now I'm using OVH, but DigitalOcean, Amazon AWS and Google Cloud have been used in the past.

### **Can we see the bot's source code on GitHub or GitLab ?**

Yes, the bot is completely open source, and the full source code can be consulted here : [https://github.com/Crownicles/](https://github.com/Crownicles)


---

# 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://guide.crownicles.com/en/bien-commencer-votre-aventure/questions-frequentes.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.
