> For the complete documentation index, see [llms.txt](https://docs.graphlinq.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.graphlinq.io/dev-tooling/blocks/array/get-array-element-at-index.md).

# Get Array Element At Index

The "Get Array Element At Index" block in the GraphLinq IDE allows for retrieving a specific element from an array based on its index.

Block Description This block belongs to the Array category and is used for accessing individual elements in an array.

### Input Parameters

* Array (List): The array from which an element will be retrieved.

  Output Parameters
* Element (object): The retrieved element from the array.

### Example Use Case

In a graph processing sensor data stored in an array, the "Get Array Element At Index" block can be used to access specific data points at known intervals for analysis or alerting.
