# Commonly Asked Questions

### The bot is stuck on "PoroScout is thinking..."

If the bot is thinking for more than \~10 seconds, then this is a bug. Please join our discord server and open a ticket.

### Commands respond with "This interaction failed."

If this happens, then that means the bot is offline. Please check the #status channel in our discord server.

### Are you hiring more developers?

We are currently not looking for any more developers.&#x20;

But, for future note (in case we start looking for developers), we would want people with experience with the following:

* Node.js (v16+)
* TypeScript
* Discord.js (v13+)
* Basic git usage
* Experience with Redis
* Experience with MongoDB and the Prisma ORM
* (*preferred*) Experience with the Riot API

### Are you hiring more support agents?

We are currently not looking for more support agents.


---

# 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/extras/commonly-asked-questions.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.
