> For the complete documentation index, see [llms.txt](https://reverse-inc.gitbook.io/reverse-economy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://reverse-inc.gitbook.io/reverse-economy/guides/configuration-guide.md).

# Configuration Guide

***

## User Configuration

{% hint style="info" %}
The command for user configuration is <mark style="color:yellow;">/settings</mark>.
{% endhint %}

Users can modify their experience with provided options.

* Configure notification settings with <mark style="color:yellow;">/settings notification</mark>. (For notifications from the bot make sure to allow private messages from the bot)
* Configure visual settings with <mark style="color:yellow;">/settings visual</mark>.

***

## Economy Configuration

{% hint style="warning" %}
Economy Configuration is for <mark style="color:red;">Server Administrators</mark> and <mark style="color:purple;">Server Economy Managers</mark> only.

The command for economy configuration is <mark style="color:yellow;">/config economy</mark>.
{% endhint %}

This administrative power empowers them to tailor the bot's behavior to align with the specific needs and preferences of their server's community.

### Stock Market

* Create stocks with <mark style="color:yellow;">/hodle stock create</mark>.
* Edit stocks with <mark style="color:yellow;">/hodle stock edit</mark> [<mark style="color:yellow;">\<stock-id></mark>](#user-content-fn-1)[^1].
* Delete stocks with <mark style="color:yellow;">/hodle stock delete</mark> [<mark style="color:yellow;">\<stock-id></mark>](#user-content-fn-2)[^2].
* ...more.

### Crypto Market

* Distribute cryptocurrencies in the crypto market with <mark style="color:yellow;">/config economy create-crypto-offers</mark> [<mark style="color:yellow;">\<amount></mark>](#user-content-fn-3)[^3].

### Economy Managers

* Manage economy manager roles with <mark style="color:yellow;">/config economy economy-manager</mark>. You can add a role to the economy managers, remove a economy manager role, and list which roles are marked as economy manager.

### Starting Cash

* Users will start with a specific amount of money. The default is 0, but this can be modified with <mark style="color:yellow;">/config economy edit-start-cash</mark> [<mark style="color:yellow;">\<amount></mark>](#user-content-fn-4)[^4].

### Shop and Custom Items

* Edit shop prices with <mark style="color:yellow;">/config economy edit-upgrade-price</mark> and <mark style="color:yellow;">/config economy edit-app-price</mark>.
* Use <mark style="color:yellow;">/item</mark> to manage custom items.\
  \- Create items with <mark style="color:yellow;">/item create</mark>.\
  \- ...more.

[^1]: The stock's ID you would like to modify.

[^2]: The stock's ID you would like to delete.

[^3]: The amount is how many offers of each cryptocurrency should be created.

[^4]: The amount of money new users will start with.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://reverse-inc.gitbook.io/reverse-economy/guides/configuration-guide.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
