# Grid Based Designs

- [Computational Design](https://kdoore.gitbook.io/cs1335/grid-based-designs/computational_design.md)
- [Artist: Victor Vasarely](https://kdoore.gitbook.io/cs1335/grid-based-designs/vasarely.md)
- [Grid Pattern Design](https://kdoore.gitbook.io/cs1335/grid-based-designs/arrays-for-grid-patterns.md)
- [1D - Array of PShapes for Grid Layout](https://kdoore.gitbook.io/cs1335/grid-based-designs/pshapes-in-grid-layout.md)
- [Truchet Tiling](https://kdoore.gitbook.io/cs1335/grid-based-designs/pshapes-in-grid-layout/truchet-tiling.md)
- [Example Code S2020](https://kdoore.gitbook.io/cs1335/grid-based-designs/pshapes-in-grid-layout/example-code-s2020.md)
- [Example Code March 11](https://kdoore.gitbook.io/cs1335/grid-based-designs/pshapes-in-grid-layout/example-code-march-11.md)
- [Example - March9](https://kdoore.gitbook.io/cs1335/grid-based-designs/pshapes-in-grid-layout/example-march9.md)
- [Example Code](https://kdoore.gitbook.io/cs1335/grid-based-designs/pshapes-in-grid-layout/oct-8f19-code.md)
- [PShapes in Grid Regions](https://kdoore.gitbook.io/cs1335/grid-based-designs/pshapes-in-grid-regions.md)
- [Grid Region Logic](https://kdoore.gitbook.io/cs1335/grid-based-designs/grid-region-logic.md)
- [Pattern Preview - Transforms: Translate & Scale](https://kdoore.gitbook.io/cs1335/grid-based-designs/pattern-preview-transforms-translate-and-scale.md)


---

# 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://kdoore.gitbook.io/cs1335/grid-based-designs.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.
