# Lists

- [Add Item To Generic List](https://wiki.thescriptersguild.com/scripting/nodes/lists/add-item-to-generic-list.md)
- [Combine Generic Lists](https://wiki.thescriptersguild.com/scripting/nodes/lists/combine-generic-lists.md)
- [Declare Generic Item Variable](https://wiki.thescriptersguild.com/scripting/nodes/lists/declare-generic-item-variable.md)
- [Declare Generic List Variable](https://wiki.thescriptersguild.com/scripting/nodes/lists/declare-generic-list-variable.md)
- [For Each Generic Item](https://wiki.thescriptersguild.com/scripting/nodes/lists/for-each-generic-item.md)
- [Generic List](https://wiki.thescriptersguild.com/scripting/nodes/lists/generic-list.md)
- [Get Generic Item At Index](https://wiki.thescriptersguild.com/scripting/nodes/lists/get-generic-item-at-index.md)
- [Get Generic Item Variable](https://wiki.thescriptersguild.com/scripting/nodes/lists/get-generic-item-variable.md)
- [Get Generic List Size](https://wiki.thescriptersguild.com/scripting/nodes/lists/get-generic-list-size.md)
- [Get Generic List Variable](https://wiki.thescriptersguild.com/scripting/nodes/lists/get-generic-list-variable.md)
- [Get N Items In Generic List](https://wiki.thescriptersguild.com/scripting/nodes/lists/get-n-items-in-generic-list.md)
- [Get Shared Items](https://wiki.thescriptersguild.com/scripting/nodes/lists/get-shared-items.md)
- [Get Unshared Items](https://wiki.thescriptersguild.com/scripting/nodes/lists/get-unshared-items.md)
- [Item Is In Generic List](https://wiki.thescriptersguild.com/scripting/nodes/lists/item-is-in-generic-list.md)
- [Remove Item From Generic List](https://wiki.thescriptersguild.com/scripting/nodes/lists/remove-item-from-generic-list.md)
- [Set Generic Item Variable](https://wiki.thescriptersguild.com/scripting/nodes/lists/set-generic-item-variable.md)
- [Set Generic List Variable](https://wiki.thescriptersguild.com/scripting/nodes/lists/set-generic-list-variable.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://wiki.thescriptersguild.com/scripting/nodes/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.
