# Troubleshooting & FAQs

## Troubleshooting

### Why does the bot doesn't respond to messages?

The bot might not have the permission to send embeds. Try checking for the **Embed Links** permission!\
Still can't figure it out? Try going to the support server and ask!

### Why does the bot need Administrator for it to work?

**It doesn't**. You might have misconfigured the bot's permission on the server.\
As a matter of fact: Do not give any bot Admin permission. They don't need it.

## FAQs

### Can I change the prefix of the bot?

Currently no. Though, it is planned in the future!

### Is the bot Open Source?

Yes, the source code is available on [GitHub](https://github.com/angeloanan/lyrics-finder).


---

# 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://lyrics-finder.angeloanan.xyz/faq.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.
