# Create Array

### Create Array

The "Create Array" block in the GraphLinq IDE is fundamental for initializing new arrays. It is the starting point for any data collection or array manipulation process.

### Block Description

This block is part of the Array category. It allows users to create a new, potentially empty, array.

### Output Parameters

* Array (List\<object>)\*\*: The newly created array. It can be initialized as empty or with predefined elements.

### Example Use Case

When setting up a new graph for monitoring social media mentions, the "Create Array" block can be used to initiate an array to store incoming data points.


---

# 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://docs.graphlinq.io/dev-tooling/blocks/array/create-array.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.
