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


---

# 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://legion-studios.gitbook.io/legion-studios/frameworks/introduction.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.
