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

# About

Fabulously Optimized ("FO") is a simple pack for Minecraft: Java Edition, focusing on performance and graphics enhancements.

What separates FO from other similar modpacks?

## Accessibility

We take accessibility very seriously. We believe everyone should be able to use FO, no matter which [launcher they use](/fo/how-to/install.md), which [language they speak](/fo/about/contribute/translate.md) or which [server they like to play on](/fo/about/servers.md).

{% hint style="info" %}
Read more about [accessibility](/fo/about/accessibility.md).
{% endhint %}

## Community

FO is built with the community and for the community: we want to fix the [issues **you** have](https://download.fo/issues), include the [mods **you** like](https://github.com/Fabulously-Optimized/fabulously-optimized/issues/new?template=mod-request.yml). We [host public votes for choosing mods](https://github.com/Fabulously-Optimized/fabulously-optimized/issues/21#issuecomment-998162829), we [revert changes the community dislikes](https://github.com/Fabulously-Optimized/fabulously-optimized/blob/main/CHANGELOG.md#131-2020-09-29), and we collaborate with mod authors by reporting issues and suggesting fixes.

{% hint style="info" %}
Read more about [contributing to FO](/fo/about/contribute.md).
{% endhint %}

## Consistency

FO has to be sustainable, future-ready, 100% server-compatible, and it should work similarly across versions. New mods and changes are carefully evaluated, to make sure they fit well with the rest of FO, they "feel" vanilla, and their authors are ready to support them in the future.

## Familiarity

One of FO's objectives is to achieve parity, where possible, with other Minecraft platforms, including Minecraft: Bedrock Edition, OptiFine, snapshots and the like. Note that parity does not necessarily mean identical behavior.

{% hint style="info" %}
Read more about [OptiFine compatibility](/fo/about/optifine.md).
{% endhint %}

## Neutrality

FO should only give you the essential tools and fixes to your game, so it does not include any new content, nor any opinionated extras (like mini-maps, armor HUD, more sounds...). FO tries to maintain neutrality, without taking sides.

{% hint style="info" %}
Read more about [what happened with Player Reporting](/fo/info/mods/player-reporting.md), a delicate question where FO proved to be as neutral as it could.
{% endhint %}

## Privacy

Your data is yours, and you must be able to choose who gets to access it. FO tries, where possible, to avoid giving your information to third-parties, including servers, mods, and Mojang. We believe you should not be punished for using innocent mods, or for using the "wrong" optimization mod.

{% hint style="info" %}
Read more about [FO's stance on telemetry](/fo/info/telemetry.md).
{% endhint %}

## Transparency

FO is [open-source](https://download.fo/github), and so is most of its mods. Its [content](/fo/info.md) is clearly listed, its [changes over time](https://download.fo/changelog) are clearly outlined, and it's ready to inform its users about new game features or drastic changes (such as [Player Reporting](/fo/info/mods/player-reporting.md)) and to alarm its users about vulnerabilities affecting the game.

{% hint style="info" %}
Read more about [public repositories by FO](https://github.com/Fabulously-Optimized/).
{% endhint %}

## Updates

FO receives fast updates because it's [based on Fabric](/fo/about/fabric.md). It's consistently one of the first packs to upgrade to newer Minecraft versions.

{% hint style="info" %}
Read more about [FO's versioning](/fo/about/versioning.md).
{% endhint %}


---

# 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:

```
GET https://its-miroma.gitbook.io/fo/about.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.
