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

# Installation

## Dependencies

The following resources are required for dw\_businesscreator to work:

* [community\_bridge](https://theorderfivem.github.io/docs/community-bridge/modules)
* [interact](https://github.com/devin-monro/interact)

As well as a working framework(QBCore, QBX, ESX, or any framework bridge supports)

For use of advanced features, such as adding mechanic shops, populating stores with ingredients automatically, registering the business with your phone script, require at least basic development knowledge and has a dedicated guide. None of these features work out of the box.

## Installation

1. Add dw\_businesscreator to the server. This MUST be named dw\_businesscreator, otherwise it will not work
2. Configure it to your liking in config.lua and setup the language file. Localisation exists already for English, French, German, Arabic, Japanese, Spanish, and Portugese.
3. Database import is completed automatically on script started!

## Setting up item image importing(Linux)

This step is a little bit more tricky, as it requires an external process running on your server. A program has been written to automatically install this, attached in dw\_businesscreator/installation. If this automatic process fails, please open a ticket for assistance.

1. On your linux server, cd to dw\_businesscreator/installation
2. Run `sudo bash install_image_worker.sh`
3. Answer all questions the script asks youp
4. Restart your server

## Setting up item image importing(Windows)

1. Open the dw\_businesscreator/installation folder
2. Right click install\_image\_worker\_windows.ps1 and choose run with powershell
3. Answer all questions the script asks you
4. Restart your server


---

# 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://dwdev.gitbook.io/dwdevelopment/installation.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.
