---
canonical: https://amplience.com/developers/docs/workforce/flows/action-reference/commerce-actions/amazon-q-business-actions/
title: Amazon Q Business actions
description: Explore the Amazon Q Business extension actions for Workforce flows, enabling you to search internal business documents and knowledge sources as part of automated content processes.
audience: Business User
date_published: 2026-04-09
date_modified: 2026-05-05
---

# Amazon Q Business actions

The Amazon Q Business extension provides actions for searching your organisation's internal business documents and knowledge sources within Workforce Flows. Use these actions to retrieve relevant content from your Amazon Q Business application to inform and enrich your automated content processes.

The Amazon Q Business action extension can be installed from the [Workforce integration marketplace](https://amplience.com/developers/docs/workforce/setup/integrations/).

See [Amazon Q Index setup](https://amplience.com/developers/docs/workforce-studio/integrations/amazon-q-index/) for details of how you connect Amazon Q Index to Amplience and find the information you need to configure the Amazon Q Business action extension.

> **Tip:** These action descriptions cover the most commonly used inputs and outputs. When designing flows, you may also notice additional input and output variables.

## Search Relevant Content

Searches Amazon Q Business to find internal business documents and knowledge sources related to a query. Use this action when you want to retrieve context from your organisation's internal data to support content generation or decision-making within a flow.

**Inputs**

| Input | Type | Required | Description |
|---|---|---:|---|
| `queryText` | string | No | The search query used to find relevant internal business content |

**Outputs**

| Output | Type | Description |
|---|---|---|
| `relevantContent` | array | A list of relevant content results, each containing a `content` field (string) with the text of the matching document or knowledge source |

## Related pages

[Adding actions to flows](https://amplience.com/developers/docs/workforce/flows/action-reference/#adding-actions-to-flows)

[Inputs, outputs and ports](https://amplience.com/developers/docs/workforce/flows/action-reference/#inputs-outputs-and-ports)

[Input field variables](https://amplience.com/developers/docs/workforce/flows/action-reference/#input-field-variables)

[Developing extensions](https://amplience.com/developers/docs/workforce/flows/developing-extensions/)
