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

# Installation

* **Download & place** the resource inside your server's `resources` folder.
* Add the following to the **bottom** of your `server.cfg`:<br>

  ```
  ensure bunny_blackmarket
  ```
* (Place it at the bottom to prevent framework load-order issues.)
* **Add Discord Role Name from `Discord Badger API` script in the config.lua of script.**
* **Add weapons or items in the config.lua of script**&#x20;
* **Restart server.**

### **Notes / Important Information**

* **Do NOT upload** the script using *FileZilla*.\
  Use **WinSCP** when uploading files via FTP to avoid corruption.
* **Do NOT rename** the script folder.\
  Renaming may break dependencies and exports.
* We **do not support**:
  * Custom or unauthenticated frameworks
  * Heavily modified ESX builds
  * Deprecated / outdated versions of dependencies


---

# 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:

```
GET https://bunny-store.gitbook.io/bunny-store-docs/bunny-black-market/installation.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.
