# Scripts

This section explains Flora components and runtime APIs from beginner to advanced.

## Read in This Order

1. [Runtime Settings](/scripts/runtime-settings.md) - project-wide feature gates.
2. [Scene Settings](/scripts/scene-settings.md) - scene-wide behavior.
3. [Render Settings](/scripts/render-settings.md) + [Density Settings](/scripts/density-settings.md) - volume overrides.
4. [Instance Renderer](/scripts/instance-renderer.md), [Instance Container](/scripts/instance-container.md), [Terrain Provider](/scripts/terrain-provider.md) - how content enters Flora.
5. [System](/scripts/system.md) - runtime create/update/query API.
6. [Instance Transform](/scripts/instance-transform.md) + [Instance Handle](/scripts/instance-handle.md) - data types used by code workflows.

## What This Affects

These components control:

* how instances are registered
* how they are rendered and culled
* how you query and modify them at runtime


---

# 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://flora.magneticarcade.com/scripts.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.
