---
title: ParagraphLabels
type: tags
order: 416
meta_title: Paragraph Label Tag for Paragraph Labels
The ParagraphLabels tag creates labeled paragraphs. Use with the Paragraphs tag to label a paragraph of text.
Use with the following data types: paragraphs.
{% insertmd includes/tags/paragraphlabels.md %}
Basic labeling configuration to label paragraphs
<View>
<ParagraphLabels name="labels" toName="prg">
<Label value="Statement" />
<Label value="Question" />
</ParagraphLabels>
<Paragraphs name="prg" value="$dialogue" layout="dialogue" />
</View>