# Lists

- [Alter by Boolean Sequence](https://gitbook.testingwaters.in/lists/chop-by-boolean-sequence.md): Chop list at indices where there is a change in value
- [Color by distance](https://gitbook.testingwaters.in/lists/color-by-distance.md)
- [Consecutive Points](https://gitbook.testingwaters.in/lists/consecutive-points.md): Closest subsequent point in sequence
- [Distancing](https://gitbook.testingwaters.in/lists/distancing.md): Occupying seats while maintaining minimum separation distance
- [Divide Equally](https://gitbook.testingwaters.in/lists/divide-equally.md): Sort a list of random numbers into three lists of similar sum
- [Geometry from Image](https://gitbook.testingwaters.in/lists/geometry-from-image.md)
- [Image based Point Density](https://gitbook.testingwaters.in/lists/image-based-point-density.md): Higher concentration at darker colors
- [Isovists](https://gitbook.testingwaters.in/lists/isovists.md)
- [Reduce Color Palette](https://gitbook.testingwaters.in/lists/reduce-color-palette.md)
- [Replace Consecutive](https://gitbook.testingwaters.in/lists/replace-consecutive.md)
- [Replace Multiple](https://gitbook.testingwaters.in/lists/replace-multiple.md): Replace at a number of indices, a corresponding number of items
- [Replace Recurring](https://gitbook.testingwaters.in/lists/replace-recurring.md): Replace recurring item with count
- [Shadow Area](https://gitbook.testingwaters.in/lists/shadow-area.md)
- [Shortest Path](https://gitbook.testingwaters.in/lists/shortest-path.md): Shortest path from one point to another
- [Solar Analysis](https://gitbook.testingwaters.in/lists/solar-analysis.md)
- [Topography Analysis](https://gitbook.testingwaters.in/lists/topography-analysis.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://gitbook.testingwaters.in/lists.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.
