# 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="/files/MPV0J1ffzHvQCnk6PbGM" 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="/files/HugW2Cbo7eDKAUFzDDWB" 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="/files/wgwedW10IUN0hPeqKBrU" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# 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://docs.av-scripts.com/laptop-pack-v3/laptop-v3/installation/cosmo.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.
