# Setting Up Settings

{% hint style="info" %}
To get started, put your whop key and discord webhook between the quotations on lines 2 and 3 respectively. &#x20;
{% endhint %}

## Settings Schema

{% code title="settings.json" lineNumbers="true" %}

```json
{
  "key": "",                    // Whop Key
  "discord_webhook": "",        // Discord Webhook URL (https://discord.com/api/webhooks/...)
  "allowPublicWebhook": true,   // Should your webhooks be sent publicly? 
  "captcha": {                  // Not being used at the moment.
    "2captcha": {
      "key": ""
    },
    "capmonster": {
      "key": ""
    }
  }
}
```

{% endcode %}


---

# 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://hellasaio.gitbook.io/hellasaio-guide/fundamentals/getting-set-up/setting-up-settings.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.
