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

# FAQs

* [**Is it safe to use this Discord bot?**](#is-it-safe-to-use-this-discord-bot)
* [**Where can I find my User ID?**](#where-can-i-find-my-user-id)
* [**Why&#x20;*****'x'*****&#x20;command is not working in specified channel?**](#why-x-command-is-not-working-in-specified-channel)
* [**What's up with ":slp:" , ":axs:", ":ronin:" in some commands?**](#whats-up-with-slp-axs-ronin-in-some-commands)

### **Is it safe to use this Discord bot?**

> Bot, tools, websites, etc. that only asks for Ronin Addresses are safe to use. Ronin Addresses are public information and can easily be seen or obtained at ronin chain. As long as it only asks for ronin addresses which are public anyway, it is safe. This applies to most of the tools & websites. If it asks for your seed phrase or private key then it is not guaranteed to be safe. Do not give your private keys and seed phrases.

### Where can I find my User ID?

> You can find your User ID in-game by viewing your profile.&#x20;
>
> Alternatively, if you know your Ronin Address you can use the [/profile](/app/commands/misc-commands/profile.md) command.

<figure><img src="/files/1wZmL4iSIj3E4kREcF1Y" alt=""><figcaption></figcaption></figure>

### **Why&#x20;*****'x'*****&#x20;command is not working in specified channel?**

> Make sure the bot has the required permissions for that specified channel. There are guild-level permissions and per-channel permissions which can override the guild-level permissions.

### **What's up with ":slp:", ":axs:", ":ronin:" in some commands?**

> These are custom emojis that didn't displayed properly To display custom emojis, give the `Use External Emojis` permission to the role `@everyone`


---

# 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://axiehelper.gitbook.io/app/faqs.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.
