> For the complete documentation index, see [llms.txt](https://renownedgames.gitbook.io/ai-tree/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://renownedgames.gitbook.io/ai-tree/nodes/composite/parallel/parallel-selector.md).

# Parallel Selector

Node description and basic instructions

### Description

Allows all outputs but from this node to be executed in parallel.

If at least one executing child node returned the success, aborted state, then it stops the execution of the child nodes and returns this value to the parent node, otherwise the child nodes continue execution until all return failure.

**To create it**, right-click in the editor and select <mark style="color:purple;">Create Node/Composites/Parallels/Parallel Selector</mark>.

<figure><img src="https://2203000093-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGOxTM7Aj9oiVaIINrEkE%2Fuploads%2Fx7ZGtuVEZ8kFOucBE3KP%2FScreenshot%202023-05-29%20104303.png?alt=media&amp;token=db680acb-d2c8-4b38-a553-c5472875a2e0" alt=""><figcaption></figcaption></figure>
