# Cosmo

> The money account used for almost all of my APPs is named cosmo, here's a little guide on how to add it on your Framework.&#x20;

{% hint style="info" %}
Cosmo is optional, if you want to use a different account change it on every APP config where a money account is required.
{% endhint %}

{% tabs %}
{% tab title="QBCore" %}

> Go to **qb-core/config.lua** and add it to *QBConfig.Money.MoneyTypes* and *QBConfig.Money.DontAllowMinus.*\
> *It should look something like this:*

<figure><img src="https://1688068901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9bCwnajAqpi3Viykb5Wi%2Fuploads%2FNVD4j62QRc8GifcHb5xb%2Fimage.png?alt=media&#x26;token=d502b51e-6d94-47d7-830a-daad1b8d01c8" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="ESX" %}

> Go to es\_extended/config.lua and add it to **Config.Accounts.** \
> It should look something like this:

<figure><img src="https://1688068901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9bCwnajAqpi3Viykb5Wi%2Fuploads%2FBY1BdIbd8KuZDjxXLn3o%2Fimage.png?alt=media&#x26;token=50b0413e-06a2-4828-9f46-54424e5fceaf" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Qbox" %}

> Go to **qbx\_core/config/server.lua** and add it to *moneyTypes* and *dontAllowMinus.* \
> *It should look something like this:*

<figure><img src="https://1688068901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9bCwnajAqpi3Viykb5Wi%2Fuploads%2FOFIruOwyroiwfF8D1tJL%2Fimage.png?alt=media&#x26;token=1fafe303-205c-48e1-8c8f-f3f3f2867da2" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}
