# PoroScout Documentation

{% hint style="info" %}
**Need Help?**&#x20;

Join our [discord server](https://poroscout.derock.dev/discord) and ask in one of our public support channels, or make a ticket.
{% endhint %}

## Getting Started

To get started, invite the bot to your server by clicking [this](https://poroscout.derock.dev/invite) invite link and selecting the guild to add the bot to, then click **Continue**.

{% hint style="warning" %}
Due to Discord limitations, at the time of writing, the **@everyone** role **must have** the `Use External Emojis`permission enabled or else the bot's response may look strange.

Slash commands [do not inherit](https://github.com/discord/discord-api-docs/discussions/3307) the permissions of the bot, which is why you cannot give the bot the `Use External Emojis` permission and expect it to work.
{% endhint %}

Once the bot is in your guild, type `/` and a list of commands will pop up.

{% hint style="info" %}
If you want users to be able to use this bot, make sure to allow them to use slash commands!
{% endhint %}

### Guides: Jump right in

Once you've ensured everyone has the correct permissions, click on one of these links to get to know how to use the bot!

{% content-ref url="commands/all-commands" %}
[all-commands](https://docs.poroscout.gg/commands/all-commands)
{% endcontent-ref %}

{% content-ref url="configuration/bot-configuration" %}
[bot-configuration](https://docs.poroscout.gg/configuration/bot-configuration)
{% 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.poroscout.gg/poroscout-documentation.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.
