> ## Documentation Index
> Fetch the complete documentation index at: https://docs.comfy.org/llms.txt
> Use this file to discover all available pages before exploring further.

# GetItemFromList - ComfyUI Built-in Node Documentation

> This node returns a single item from a list, selected by its position.

This node returns a single item from a list, selected by its position. You provide the list and the index number of the item you want, and the node outputs that item. This makes it useful for picking one specific element out of a group of values, such as a particular image from a batch.

## Inputs

| Parameter | Description                                                                                                                                    | Data Type | Required | Range              |
| --------- | ---------------------------------------------------------------------------------------------------------------------------------------------- | --------- | -------- | ------------------ |
| `list`    | The list of values to select from. Because this node is marked as taking a list input, the connected value is handled as a group of items.     | Any Type  | Yes      | Any list of values |
| `index`   | The position of the item to return. The value starts at 0, so `0` returns the first item, `1` returns the second item, and so on (default: 0). | INT       | Yes      | Any integer index  |

## Outputs

| Output Name | Description                                                              | Data Type |
| ----------- | ------------------------------------------------------------------------ | --------- |
| `OUTPUT`    | The single item located at the given `index` within the provided `list`. | Any Type  |

> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/GetItemFromList/en.md)

***

**Source fingerprint (SHA-256):** `11c1c90fed0e29f1110b4c1dda64d60797aff38d7f3af69f76b74e94fe94e976`
