> For the complete documentation index, see [llms.txt](https://nodecrafted.gitbook.io/floor-generator-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nodecrafted.gitbook.io/floor-generator-manual/sections/parameters.md).

# Parameters

- [Length/Width](https://nodecrafted.gitbook.io/floor-generator-manual/sections/parameters/length-width.md): Controls board length.
- [Radius (Hexagon)](https://nodecrafted.gitbook.io/floor-generator-manual/sections/parameters/radius-hexagon.md): Controls the size of one Hexagon tile.
- [Grout Len/Wid](https://nodecrafted.gitbook.io/floor-generator-manual/sections/parameters/grout-len-wid.md): Controls the lenth/width of the grout.
- [Parallel Boards (Herringbone)](https://nodecrafted.gitbook.io/floor-generator-manual/sections/parameters/parallel-boards-herringbone.md): Controls how many boards there should be side by side.
- [Angle (Chevron)](https://nodecrafted.gitbook.io/floor-generator-manual/sections/parameters/angle-chevron.md): Controls the angle of the boards.
- [Sub Boards (Basket Weave)](https://nodecrafted.gitbook.io/floor-generator-manual/sections/parameters/sub-boards-basket-weave.md): Controls how many boards there should be inside each square.
- [Grout Mesh/Depth](https://nodecrafted.gitbook.io/floor-generator-manual/sections/parameters/grout-mesh-depth.md): Adds grout mesh and controls the depth of the grout.
- [Min/Max Offset](https://nodecrafted.gitbook.io/floor-generator-manual/sections/parameters/min-max-offset.md): Controls minimum/maximum offset of each row of boards.
- [Extrude](https://nodecrafted.gitbook.io/floor-generator-manual/sections/parameters/extrude.md): Controls the height of the floor.
- [Bevel](https://nodecrafted.gitbook.io/floor-generator-manual/sections/parameters/bevel.md): Controls the height of the bevel along the edge of the board.
- [Direction](https://nodecrafted.gitbook.io/floor-generator-manual/sections/parameters/direction.md): Controls the direction of the floor
- [Tilt](https://nodecrafted.gitbook.io/floor-generator-manual/sections/parameters/tilt.md): Controls the angle of the top surface.
- [Clapboard](https://nodecrafted.gitbook.io/floor-generator-manual/sections/parameters/clapboard.md): Clapboard effect amount.
- [Seed](https://nodecrafted.gitbook.io/floor-generator-manual/sections/parameters/seed.md): Change the seed of all the randomization.
- [Offset X/Y](https://nodecrafted.gitbook.io/floor-generator-manual/sections/parameters/offset-x-y.md): Moves all boards in the X/Y direction
- [Remove Small](https://nodecrafted.gitbook.io/floor-generator-manual/sections/parameters/remove-small.md): Removes boards with area smaller than input value.
- [Randomization](https://nodecrafted.gitbook.io/floor-generator-manual/sections/parameters/randomization.md): Random rotate/flip UV board texture.


---

# 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://nodecrafted.gitbook.io/floor-generator-manual/sections/parameters.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.
