---
title: Content Moderation
type: templates
category: Natural Language Processing
cat: natural-language-processing
order: 235
meta_title: Content Moderation Labeling Template
meta_description: Template for performing content moderation labeling tasks.
---
You can use this template for a content moderation project.
This template displays text from your source data, and then allows an annotator to pick any combination of content moderation labels. If the pre-configured options are not sufficient, they can add context or comments in the provided text area.
## Labeling configuration
```xml
```
## About the labeling configuration
#### Text
```xml
```
This displays the text that needs moderation. There are multiple ways to import text files. See the [Text tag documentation](/tags/text.html) and our [import documentation](/guide/tasks#Types-of-data-you-can-import-into-Label-Studio).
#### Choices
```xml
```
The tag provides a set of six class labels for the text. Because `choice="multiple"`, annotators can select more than one label if they apply. The `showInline="false"` parameter puts each option on a separate line rather than side-by-side.
#### Text area
```xml
```
The text area block (wrapped in a styled ``) prompts annotators for optional comments on why they picked certain labels or any other observations they want to add.
## Related tags
- [Text](/tags/text.html)
- [Choices](/tags/choices.html)
- [TextArea](/tags/textarea.html)