# frameshop.yml

### Supported currencies

In currencies section you can configure what currencies can players use in this module.&#x20;

{% hint style="info" %}
Name of the currencies shall be in **lowercase**. Use the name in the config section ("vault" instead of "Dollars").
{% endhint %}

```yaml
currencies:
  - "vault"
  - "tokenmanager"
  - "playerpoints"
  - "beasttokens"
  - "exp"
```

### Default currency

Default currency is used when players don't fill last (currency) line. The selected currency **must be** enabled and added to currencies list above.

```yaml
defaultCurrency: "vault"
```

### Discord logger

Discord logger is useful for monitoring activity of the players. You can setup custom webhook which will be used to send information about new shops etc.

```yaml
# Discord logger configuration
discordLogger:
  # Enable Discord logging
  enabled: false
  # Webhook URL (find more here: https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks)
  webhook: https://discord.com/api/webhooks/WEBHOOK_CODE_HERE
  # List of logged events
  loggedEvents:
    shopCreate: false
    shopRemove: false
    shopBuy: false
```


---

# 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://foresttech.gitbook.io/redshop/setup/frameshop.yml.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.
