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

# Array Concat

> Concatenate two arrays

## Overview

The `concat` transformation concatenates two arrays into a single array.

## Syntax

```text theme={"theme":{"light":"github-light","dark":"github-dark"}}
concat(<variable 1>, <variable 2>)
```

## Parameters

| Parameter    | Type  | Required | Description  |
| ------------ | ----- | -------- | ------------ |
| `variable 1` | array | Yes      | First array  |
| `variable 2` | array | Yes      | Second array |

## Examples

```text theme={"theme":{"light":"github-light","dark":"github-dark"}}
concat(<variable 1>, <variable 2>)
```
