# concat

## Description

Combining separate pieces of text or characters to create a larger, unified text or string.

## Input / Parameter

| Name     | Description                   | Input Type  | Default | Options | Required |
| -------- | ----------------------------- | ----------- | ------- | ------- | -------- |
| string1  | The first value to combine.   | String/Text | -       | -       | No       |
| string2  | The second value to combine.  | String/Text | -       | -       | No       |
| string3  | The third value to combine.   | String/Text | -       | -       | No       |
| string4  | The fourth value to combine.  | String/Text | -       | -       | No       |
| string5  | The fifth value to combine.   | String/Text | -       | -       | No       |
| string6  | The sixth value to combine.   | String/Text | -       | -       | No       |
| string7  | The seventh value to combine. | String/Text | -       | -       | No       |
| string8  | The eight value to combine.   | String/Text | -       | -       | No       |
| string9  | The ninth value to combine.   | String/Text | -       | -       | No       |
| string10 | The tenth value to combine.   | String/Text | -       | -       | No       |

## Output

| Description                                      | Output Type |
| ------------------------------------------------ | ----------- |
| Returns the concatenated/unified text or string. | String/Text |

## Callback

N/A

## Video

## Example

| Screenshot                       | Expected results                                      |
| -------------------------------- | ----------------------------------------------------- |
| ![](/files/SxO62wQCVmbY98CTFSap) | `The quick brown fox jumped over the lazy dog again.` |

## Links


---

# 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.emobiq.com/emobiq-client/006-actions-and-visual-logic/action-reference/cordova/string/concat.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.
