# FAQ

## How do I add this bot to my server?

Please view our Getting Started page for information on how to invite BitBot to your server, and perform basic configuration.

{% content-ref url="/pages/-MIexVZeAXtshxtaS-sB" %}
[Getting Started](/master.md)
{% endcontent-ref %}

## I have added the bot, but some or all users can not see any commands in the slash menu.

In order for members of a server to use slash commands (otherwise known as application commands), they must have the `Use Application Commands` permission. We recommend enabling this permission for the everyone role so that all your users can use our commands.

## How can I set a channel to receive news from the bot?

To set a channel for BitBot to send the latest cryptocurrency news, you must use the `news configure` command. View the documentation:

{% content-ref url="/pages/-Me3DZwMChUQ79pS0A2G" %}
[news configure](/commands/configuration/news/news-configure.md)
{% endcontent-ref %}

## I have set a news channel, alert, or follow; however it is not sending anything.

Discord bot users function similarly to all other users on Discord. They must have permissions to send messages in any given channel in order to send news, alerts, or prices. Please check if the bot has all necessary permissions to do so.

## How do I add the ticker bots on the side?

BitBot provides a variety of bots which mirror cryptocurrency prices to create a ticker look on your discord server. Invite links for these bots can be found at <https://bitbot.tools/tickers>.

## Can I have more than five alerts or follows?

Yes! As of January 2022, we offer subscription plans that allow you to increase alert/follow capacity in a server past five. <https://bitbot.tools/premium>

{% content-ref url="/pages/iJTE7q5zUkRa5gdnbKiy" %}
[Plans](/premium/plans.md)
{% endcontent-ref %}

## How do I delete an alert/follow?

To delete an alert or a follow configuration, open the alert/follow manager, select the alert you want to delete from the dropdown, and click on the delete button.

{% content-ref url="/pages/XFEqatw3wBvdufjznJLi" %}
[alerts manage](/commands/configuration/alerting/alerts-manage.md)
{% endcontent-ref %}

{% content-ref url="/pages/mL4SWWJ2taCzAnsBzrl5" %}
[follows manage](/commands/configuration/following/follows-manage.md)
{% endcontent-ref %}


---

# 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.bitbot.tools/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.
