> For the complete documentation index, see [llms.txt](https://kristab.gitbook.io/orderit-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kristab.gitbook.io/orderit-docs/change-logs.md).

# Change Logs

{% hint style="success" %}

## Version - 6.1.3 \[2023/06/18]

### New Commands:

* `/order` command added.
* /recent-order command added.
* /profile command added.
* /rp-rule command added.
* /server command added.

### New Feature:

* Food ordering roleplay.

### Changes:

* Updated /help with new features help menu and with new looks.
  {% endhint %}

{% hint style="success" %}

## Version - 6.1.2 \[2023/05/29]

### New:

* Order It now sends error message for missing permission which is compulsory to have in the channel.\
  \&#xNAN;*Note: If requested permission is not provided in the channel, then Order It will not work at all in that channel.*

### Fixes:

* If bot don't have `Send Messages` permission, then bot will do nothing.
* Now Order It requires to have `Send Messages`, `View Channel` & `Read Message History` permission in order for it to work in the channel. &#x20;
  {% endhint %}

{% hint style="success" %}

## Version - 6.1.1 \[2023/05/22]

### New:

* New `/display-shop` command to display certain shop of the server which buttons don't expire, and everyone can use those buttons.

### Changes:

* Now only the shop owner can accept or decline the form generated from there shop.\
  But still users use direct command like `/buying` , `/selling` , `/ordering` , `/advertising` and `/hiring` then it still need Manage Message Permission to accept or decline.

### Fixes:

* Users are no longer allowed to put questions longer then 45 letters (including spaces).
* Any module question which are already that are above 45 characters long will not be processed and need to be reset and set a new question that must be 45 or fewer in length.&#x20;
  {% endhint %}

{% hint style="success" %}

## Version - 6.1.0 \[2023/05/21]

### Changes:

* New premium server system.
* New `/redeem` command to redeem premium server code which will make the server premium and unlock cool new features.
* New Sell button added to the shop which require the server to be a premium server to work.
* New Shop Image feature added to the shop of the users those who voted Order It at least 15 time on top.gg.
  {% endhint %}

## Tutorial On How To Setup Shop Image:

{% content-ref url="/pages/WwiHm3i9G5Isb0Ml0A5N" %}
[Shop Image](/orderit-docs/order-it/tutorial/shop-image.md)
{% endcontent-ref %}


---

# 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://kristab.gitbook.io/orderit-docs/change-logs.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.
