# Patterns

- [Area Graph](https://gitbook.testingwaters.in/patterns/area-graph.md): Subdivide a Rectangle proportionately based on a list of numbers
- [Array along Curve](https://gitbook.testingwaters.in/patterns/array-along-curve.md)
- [Fibbonacci and Factorial](https://gitbook.testingwaters.in/patterns/fibbonacci.md): Recursive functions in Design Script
- [Gyroid](https://gitbook.testingwaters.in/patterns/gyroid.md)
- [Hexagonal Pattern From Image](https://gitbook.testingwaters.in/patterns/hexagonal-pattern-from-image.md): Scaled triangles corresponding to pixel brightness within each hexagon that makes up a hexagonal grid stretching across the extents of an image
- [Hexagonal Grid](https://gitbook.testingwaters.in/patterns/hexagonal-surface-panels.md)
- [Koch Star](https://gitbook.testingwaters.in/patterns/koch-star.md): Pattern based on Koch curve
- [Mandelbrot Set](https://gitbook.testingwaters.in/patterns/mandelbrot-set.md)
- [Pattern](https://gitbook.testingwaters.in/patterns/pattern.md)
- [Pattern](https://gitbook.testingwaters.in/patterns/pattern-3.md)
- [Pattern](https://gitbook.testingwaters.in/patterns/pattern-2.md)
- [Phyllotaxis](https://gitbook.testingwaters.in/patterns/phyllotaxis.md)
- [Random Strip Widths](https://gitbook.testingwaters.in/patterns/random-strip-widths.md)
- [Skewed Surface](https://gitbook.testingwaters.in/patterns/skewed-surface.md): Pattern
- [Staggered Checkerboard](https://gitbook.testingwaters.in/patterns/pattern-1.md): Pattern of Small and Large Squares
- [Triangle subdivision](https://gitbook.testingwaters.in/patterns/triangle-subdivision.md)
- [Vector Field](https://gitbook.testingwaters.in/patterns/vector-field.md)
- [Voronoi](https://gitbook.testingwaters.in/patterns/voronoi.md): Density dependent on image brightness
- [Waves](https://gitbook.testingwaters.in/patterns/waves.md)
- [Weave](https://gitbook.testingwaters.in/patterns/weave.md): Image based weave pattern


---

# 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://gitbook.testingwaters.in/patterns.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.
