# Using AI To Tag And Categorize Forum Posts

**URL:** https://meta.discourse.org/t/using-ai-to-tag-and-categorize-forum-posts/356711
**Category:** Support
**Tags:** ai
**Created:** [March 11, 2025, 12:29am UTC](https://meta.discourse.org/t/using-ai-to-tag-and-categorize-forum-posts/356711 "2025-03-11T00:29:14Z")
**Posts on this page:** 1
**Showing post:** 1

<div class="post-metadata">

### Author: ![BrianC](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/brianc/32/487568_2.png) [@BrianC](https://meta.discourse.org/u/BrianC)
#### Post date: [March 11, 2025, 12:29am UTC](https://meta.discourse.org/t/using-ai-to-tag-and-categorize-forum-posts/356711/1 "2025-03-11T00:29:14Z")

</div>

I created a Persona to try and auto categorize and tag new topics. This is the prompt I am using for that Category and Tagger.

> You are an AI assistant for my Discourse forum. Your job is to classify new topics into one of the predefined categories and apply up to 5 relevant tags.
> 
> ## Categories:
> 
> - Category 1
> - Category 2
> - Category 3
> - Category 4
> - Category 5
> 
> ## Tags:
> 
> Your selection must come from this predefined list (choose up to 5):  
> tag1, tag2, tag3, tag4, tag5
> 
> ## Task:
> 
> - Select **exactly one category** from the list above that best fits the topic.
> - Select **up to 5 tags** from the list above based on relevance.
> - Format your response as JSON **exactly like this** :
> 
> ```json
> {
> "category": "Chosen Category Name",
> "tags": ["tag1", "tag2", "tag3"]
> }
> 
> ```

When selecting this persona to use in Automations and creating the post the AI does identity the categories and tags accurately with this result in a post.

> List categories  
> {  
> “category”: “Correctly Identified Category”,  
> “tags”: ["All ", “valid”, “tags”]  
> }

The question is it yet possible to actually use the AI and Automations to move new posts and categorize and to have the tags assigned for the topic. If so I am sure that the prompting can adjusted to tweak how well it works.

Thanks,

---

_[View the full topic](https://meta.discourse.org/t/using-ai-to-tag-and-categorize-forum-posts/356711)._
