> For the complete documentation index, see [llms.txt](https://docs.fractalworks.io/joule/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fractalworks.io/joule/developer-guides/setting-up-developer-environment/install-joule/install-joule-examples.md).

# Install Joule examples

## Overview

Joule offers a set of examples to demonstrate how to use various platform components.

These examples can be cloned from the GitLab repository and built locally to explore different functionalities.

The repository is frequently updated, so it's recommended to check back regularly for new content and enhancements.

```bash
git clone https://gitlab.com/joule-platform/fractalworks-joule-examples.git
```

```bash
cd fractalworks-joule-examples
```

```bash
gradle clean build
```
