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

# Neo Library Documentation

{% hint style="warning" %}

### This plugin can be frequently updated and change the way it works. Only update if you are aware of the risks, I recommend creating a new project with the updated version and checking the changes, if it's okay do the upgrade on the projects you want.

{% endhint %}

{% hint style="info" %}
Official support: <https://discord.gg/HA2CBfdCFT>
{% endhint %}

## Start Here (Beginner Path)

If this is your first time using the plugin, follow this order:

1. [What is Neo Library](/neo-library/start-here-beginner-path/what-is-neo-library.md)
2. [Before you start (quick checklist)](/neo-library/start-here-beginner-path/before-you-start.md)
3. [Activating the plugin](/neo-library/start-here-beginner-path/activating-plugin.md)
4. [Installation and setup](/neo-library/getting-started/installation-and-setup.md)
5. [First Neo Library setup in 15 minutes](/neo-library/quick-start/first-neo-library-setup-in-15-minutes.md)

## Quick Start

* [First Neo Library setup in 15 minutes](/neo-library/quick-start/first-neo-library-setup-in-15-minutes.md)

## Core Workflows

* [Architecture Overview](/neo-library/core-workflows/architecture-overview.md)
* [Basic Setup](/neo-library/core-workflows/basic-setup.md)
* [Blueprint Usage](/neo-library/core-workflows/blueprint-usage.md)
* [Multiplayer Usage](/neo-library/core-workflows/multiplayer-usage.md)
* [Best Practices](/neo-library/core-workflows/best-practices.md)
* [Viewport Watermark](/neo-library/core-workflows/viewport-watermark.md)

## API Reference

### Modules

* [Neo Utility](/neo-library/modules/neo-utility.md)
* [Neo Iris Utility](/neo-library/modules/neo-iris-utility.md)
* [Neo Ability System](/neo-library/modules/neo-ability-system.md)
* [Neo AI](/neo-library/modules/neo-ai.md)
* [Neo Animation](/neo-library/modules/neo-animation.md)
* [Neo UI](/neo-library/modules/neo-ui.md)
* [Neo Online](/neo-library/modules/neo-online.md)

## Troubleshooting & FAQ

* [Common issues and fixes](/neo-library/troubleshooting-and-faq/common-issues.md)
* [FAQ](/neo-library/troubleshooting-and-faq/faq.md)

## Support

* [Support and contact](/neo-library/support/support.md)

## What this plugin does

Neo Library provides a modular framework of gameplay, utility, UI, AI, ability, animation, online, and replication helpers for Unreal Engine:

* Use module-specific Blueprint/C++ APIs instead of reinventing common systems.
* Reuse standardized helpers for graphics, input, traces, randomization, scalability, debugging, and OS/platform queries.
* Control Iris replication priority, filtering, and update behavior through Blueprint-friendly runtime helpers.
* Integrate ability/AI/UI/online workflows with consistent conventions.

In simple terms: less utility boilerplate, more production-ready building blocks.
