> For the complete documentation index, see [llms.txt](https://hellasaio.gitbook.io/hellasaio-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hellasaio.gitbook.io/hellasaio-guide/fundamentals/getting-set-up/setting-up-settings.md).

# 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 %}
