Files
FastGPT/document/content/docs/introduction/guide/dashboard/workflow/user-selection.en.mdx
T
Archer 4b24472106 docs(i18n): translate final 9 files in introduction directory (#6471)
* docs(i18n): translate batch 1

* docs(i18n): translate batch 2

* docs(i18n): translate batch 3 (20 files)

- openapi/: app, share
- faq/: all 8 files
- use-cases/: index, external-integration (5 files), app-cases (4 files)

Translated using North American style with natural, concise language.
Preserved MDX syntax, code blocks, images, and component imports.

* docs(i18n): translate protocol docs

* docs(i18n): translate introduction docs (part 1)

* docs(i18n): translate use-cases docs

* docs(i18n): translate introduction docs (part 2 - batch 1)

* docs(i18n): translate final 9 files

* fix(i18n): fix YAML and MDX syntax errors in translated files

- Add quotes to description with colon in submit_application_template.en.mdx
- Remove duplicate Chinese content in translate-subtitle-using-gpt.en.mdx
- Fix unclosed details tag issue

* docs(i18n): translate all meta.json navigation files

* fix(i18n): translate Chinese separators in meta.en.json files

* translate

* translate

* i18n

---------

Co-authored-by: archer <archer@archerdeMac-mini.local>
Co-authored-by: archer <545436317@qq.com>
2026-02-26 22:14:30 +08:00

29 lines
910 B
Plaintext

---
title: User Selection
description: FastGPT User Selection module usage guide
---
## Features
- User interaction
- Can be added multiple times
- Trigger-based execution
![](/imgs/user-selection1.png)
## Function
The "User Selection" node is an interactive node. When triggered, the conversation enters an "interactive" state -- the workflow state is saved and execution pauses until the user completes the interaction.
![](/imgs/user-selection2.png)
In the example above, when the User Selection node triggers, the chat input is hidden and the conversation enters interactive mode.
![](/imgs/user-selection3.png)
When the user makes a choice, the node evaluates the selection and executes the corresponding branch (e.g., the "Yes" branch).
## Use Cases
The basic pattern is to present a question that requires a user decision, then route to different workflow paths based on the user's response.