# Setting up developer environment

## Overview

Setting up your development environment for Joule is key to harnessing its full capabilities in data processing and event-driven application development.

This section covers the essential components and tools required, as well as setup options that suit different project needs.

You can either build the environment from source or use pre-built Docker images to streamline setup.

Docker images, offer a ready-made setup with Joule’s core, connectors and processors. Making it ideal for quick deployment.

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><mark style="color:orange;"><strong>Environment setup</strong></mark></td><td>Detailed prerequisites for the environment</td><td></td><td><a href="/pages/WCQUu1DhErIGkaotFFHk">/pages/WCQUu1DhErIGkaotFFHk</a></td></tr><tr><td><mark style="color:orange;"><strong>Build &#x26; deploy</strong></mark></td><td>Define components, build, test, package, deploy project</td><td></td><td><a href="/pages/tdLxuwLJMr8Rk0ezYT3C">/pages/tdLxuwLJMr8Rk0ezYT3C</a></td></tr><tr><td><mark style="color:orange;"><strong>Install Joule</strong></mark></td><td>Joule Docker images, installation, custom builds and examples</td><td></td><td><a href="/pages/jExlgBRsgUbT5j8qfGbi">/pages/jExlgBRsgUbT5j8qfGbi</a></td></tr></tbody></table>


---

# 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.fractalworks.io/joule/developer-guides/setting-up-developer-environment.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.
