> 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/why-joule/joule-capabilities.md).

# Joule capabilities

## Joule strengths

At the core of Joule lies its capability to connect to data, process it as streaming events regardless of type and structure, apply analytics and deliver insights on demand.

Ways to leverage Joule are:

1. Connect to diverse data sources and process them as real-time streaming events.
2. Apply analytics to generate continuous metrics for actionable insights.
3. Deliver real-time machine learning predictions to drive next-best actions.
4. Integrate contextual data to support complex business reasoning.
5. Leverage flexible processing mechanisms to streamline intricate use cases.

## Use cases

By applying a real-time event-driven stream processing architecture Joule can help towards solving complex problems fast:

<table data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td><mark style="color:orange;"><strong>Real-time customer offers</strong></mark></td><td>Adapt product offers while customers visit the e-commerce site</td><td></td></tr><tr><td><mark style="color:orange;"><strong>Geospatial intelligence</strong></mark></td><td>Use geospatial intel to perform remote asset monitoring </td><td></td></tr><tr><td><mark style="color:orange;"><strong>Predictive analytics</strong></mark></td><td>Apply real-time ML inferencing for proactive customer support</td><td></td></tr></tbody></table>


---

# 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://docs.fractalworks.io/joule/why-joule/joule-capabilities.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.
