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

# Introduction

This section covers more technical details intended for those wanting to implement frameworks added by Legion Studios. If you are looking at how to use a feature, instead check out the [Features](/legion-studios/features/introduction.md) pages.

## Events

Many frameworks utilize [CBA's Custom Events System](https://github.com/CBATeam/CBA_A3/wiki/Custom-Events-System). These allow third party mods to run code whenever a certain "event" occurs. These events can either be local, meaning the event is only sent to the machine where the event was emitted, or they can be global, meaning that all machines (players, server, etc.) will receive the event.
