To enable the gif picker, you must create a Gifbox account and create an api key. Go to [gifbox.me](https://gifbox.me) and make an account. After creating an account and logging in, go to your account settings page by clicking your email in the top right. On your settings page, create an api key. Copy the api key and put it on the bottom of your secrets.env file like so:
```bash
REVOLT__API__SECURITY__TENOR_KEY='<yourapikey>'
```
Restart the stoat-gifbox service by running `docker compose down gifbox && docker compose up -d gifbox`.