# Managing Tags for Blog Posts
The tags database contains the list of tags you assign your blog posts and categorize them and synced to your blog posts database.
## Tags Database Properties Explained
These tags help describe a blog and allow it to be found by searching for those specific tags.
**Name:** Fill in the category/ topic you’re writing about. This could be general or niche-specific
**Slug:** This is the last part of the URL. You can find all the blogs that you’ve tagged using that tag through this URL.
**Posts:** The posts field is synced with the blog posts database and is fetched directly from there when this tag is assigned to a blog post.
**Color:** This is the color of the tag that shows up when assigned to a blog post.

The tags database contains the list of tags you assign your blog posts and categorize them and synced to your blog posts database.
These tags help describe a blog and allow it to be found by searching for those specific tags.
Name: Fill in the category/ topic you’re writing about. This could be general or niche-specific
Slug: This is the last part of the URL. You can find all the blogs that you’ve tagged using that tag through this URL.
Posts: The posts field is synced with the blog posts database and is fetched directly from there when this tag is assigned to a blog post.
Color: This is the color of the tag that shows up when assigned to a blog post.
