# FAQ

**Q:** How do I add Astro?\
**A:** You can add Astro with [this](https://discordapp.com/api/oauth2/authorize?client_id=649535694145847301\&permissions=8\&scope=bot) link!

**Q:** How can I help out with the bot?\
**A:** Helping out other people on the [support server](https://discord.com/invite/Q27U4pZ), voting for the bot with [this](https://top.gg/bot/649535694145847301/vote) link, and suggesting features you would like to see. To suggest a feature feel free to join the support server with [this](https://discord.com/invite/Q27U4pZ) link go to the [#commands](https://discord.com/channels/701315123846971393/701315125222703184) channel and do `?suggest (Suggestion)`.

**Q:** What is the bot's prefix and how can I change that?\
**A:** Astro's default prefix is `?`, however, the prefix is customizable, to find out a server's prefix just do `@Astro prefix`. To change the prefix do `@Astro prefix [New Prefix]`, this command does require Manage Server permissions to work!

**Q:** The bot won't respond to me when I use `?`.\
**A:** You may be using the wrong prefix, ping / mention the bot by just typing `@Astro prefix` into chat, and the bot will let you know what its prefix is! If the server's prefix still doesn't work the bot may not have permissions to read or send messages in the channel!

**Q:** Does Astro collect any data?\
**A:** Astro does collect data; however, all the data we collect is when the bot is invoked with its prefix. For example, a user suggests a feature, and we will collect the data for the suggestion and store it to be further used in the server and further improvement of Astro.

**Q:** How can I find an ID?\
**A:** Follow [this](https://support.discord.com/hc/en-us/articles/206346498-Where-can-I-find-my-User-Server-Message-ID-) guide to find an ID.


---

# 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://astro.polar.blue/other/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.
