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

# Mention

> Use the @ symbol to magically reference anything

## What does it do?

Mentions allow you to include previously generated content, as well as [inputs](/nodes/input), the outputs of other
[flows](/nodes/flow), and even the code used in a [code execution](/nodes/code-execution).

This can be useful for creating complex interactions between different parts of your WordApp, or for building on
previous outputs. Almost every WordApp will use mentions at some point.

## How do I use it?

Start by typing `@` in the editor. This will bring up a list of all the available mentions. You can then type to filter
down to the mention you want, and press `Enter` to select it.

<img src="https://mintcdn.com/wordware/GaAvACBL43qOk0NE/images/mention.png?fit=max&auto=format&n=GaAvACBL43qOk0NE&q=85&s=8514897eb78ed5279748d7d5aea1f186" alt="Mention Pn" width="776" height="260" data-path="images/mention.png" />

In the runner, the mention will be replaced with the content it references. Any [generations](/nodes/generation) that
appear after the mention will be able to see the content as part of their prompt.
