# Ecosystem

Add-ons are optional, yet powerful extensions to the Result library, designed to provide extra features that can be integrated on demand.

These small, focused libraries provide a modular approach to extending the core functionalities of Results without adding unnecessary complexity.

<table data-view="cards" data-full-width="true"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-cover-dark data-type="image">Cover image (dark)</th></tr></thead><tbody><tr><td>Write expressive assertions using <a href="https://assertj.github.io/"><strong>AssertJ</strong></a></td><td><a href="/pages/qSR3nx6gmpph3cRO8O51">/pages/qSR3nx6gmpph3cRO8O51</a></td><td data-object-fit="contain"><a href="/files/bpQVRtfP9WKEKO5pwgcR">/files/bpQVRtfP9WKEKO5pwgcR</a></td><td><a href="/files/mPGjqAswrx1gejSR1j7z">/files/mPGjqAswrx1gejSR1j7z</a></td></tr><tr><td>Serialize and deserialize results using <a href="https://github.com/FasterXML/jackson"><strong>Jackson</strong></a></td><td><a href="/pages/piOZkyDIOXySq44ajtlT">/pages/piOZkyDIOXySq44ajtlT</a></td><td data-object-fit="contain"><a href="/files/7BfrAYOTIVm3sdyfc2sx">/files/7BfrAYOTIVm3sdyfc2sx</a></td><td><a href="/files/BOkHI7rVUsQyopNckPes">/files/BOkHI7rVUsQyopNckPes</a></td></tr><tr><td>Serialize and deserialize results using <a href="https://github.com/micronaut-projects/micronaut-serialization"><strong>Micronaut Serialization</strong></a></td><td><a href="/pages/VqHF68pFGKdV4ojYbMxl">/pages/VqHF68pFGKdV4ojYbMxl</a></td><td data-object-fit="contain"><a href="/files/JgEq5Hpq45nkp8JjCnfW">/files/JgEq5Hpq45nkp8JjCnfW</a></td><td><a href="/files/sPsc7OitvZsiVeuAjmxw">/files/sPsc7OitvZsiVeuAjmxw</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://result.leakyabstractions.com/add-ons/ecosystem.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.
