# Getting Started

{% hint style="danger" %}
This site no longer receives updates. Visit the [**new** **documentation**](https://suggester.js.org) instead.
{% endhint %}

### Step 1: Invite the Bot

You can invite the bot using [this link](https://discordapp.com/oauth2/authorize?client_id=564426594144354315\&scope=bot\&permissions=67497025). The bot needs all permissions shown in order to function correctly. If these permissions are not present some functions may not work. The bot can be invited to any server where you have the **Manage Server** permission.

### Step 2: Configure the Bot

In order for the bot to work, it must be configured. See the [setup](/docs/v3/admin/setup.md) documentation page for more information about how to start configuring the bot!

### Step 3: Get suggesting!

{% hint style="info" %}
If you have any issues configuring the bot, please join our [support server](https://discord.gg/G5pEdUp) to receive assistance!
{% endhint %}


---

# 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://suggester.gitbook.io/docs/v3/getting-started.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.
