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

# Combine text

> Combine and format text from multiple sources into a single output using variables and static text.

Combine and format text from multiple sources into a single output. Unlike [Generate Text](/reference/actions/generate-text), this action does not use AI — it simply concatenates the values you provide, making it fast and deterministic.

<Steps>
  <Step title="Add the action">
    In the Workflow builder, click **+** between blocks and select **Combine Text** from the action library.

    <Frame>
      <img src="https://mintcdn.com/cassidy/WFAGtWUtSYpipzga/images/reference/combine-text-img-0.png?fit=max&auto=format&n=WFAGtWUtSYpipzga&q=85&s=0ec8788d4359f3b9162a6ac8da7b5cfe" alt="Action library with Combine Text selected" width="669" height="269" data-path="images/reference/combine-text-img-0.png" />
    </Frame>

    <Frame>
      <img src="https://mintcdn.com/cassidy/WFAGtWUtSYpipzga/images/reference/combine-text-img-1.png?fit=max&auto=format&n=WFAGtWUtSYpipzga&q=85&s=368725cccca5fa8993a59d9e564d1730" alt="Adding the Combine Text action between blocks" width="632" height="299" data-path="images/reference/combine-text-img-1.png" />
    </Frame>
  </Step>

  <Step title="Define the output text">
    In the **Output Text** field, mix static text with variables from previous steps. Use **#** to [insert variables](/guides/prompt-engineering#workflow-prompts).

    <Frame>
      <img src="https://mintcdn.com/cassidy/WFAGtWUtSYpipzga/images/reference/combine-text-img-3.png?fit=max&auto=format&n=WFAGtWUtSYpipzga&q=85&s=a657b4f518fd035f496225cd53464ca4" alt="Output Text field with mixed static text and variables" width="634" height="378" data-path="images/reference/combine-text-img-3.png" />
    </Frame>
  </Step>
</Steps>

## Related

* [Generate Text](/reference/actions/generate-text)
* [Build and configure Workflows](/workflows/building)
