---
title: Paragraphs
type: tags
order: 306
meta_title: Paragraph Tags for Paragraphs
meta_description: Customize Label Studio with the Paragraphs tag to annotate paragraphs for NLP and NER machine learning and data science projects.
---
The `Paragraphs` tag displays paragraphs of text on the labeling interface. Use to label dialogue transcripts for NLP and NER projects.
The `Paragraphs` tag expects task data formatted as an array of objects like the following:
[{ $nameKey: "Author name", $textKey: "Text" }, ... ]
Use with the following data types: text.
{% insertmd includes/tags/paragraphs.md %}
### Example
Labeling configuration to label paragraph regions of text containing dialogue
```html
```
### Example
Paragraphs with audio
```html
```