> ## Documentation Index
> Fetch the complete documentation index at: https://docs.supahub.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Tag Object

> Tags used categorize a post.

Below are the details of the Tag object's structure:

<ParamField body="id" type="string">
  Unique identifier for the tag.
</ParamField>

<ParamField body="name" type="string">
  Name for the tag.
</ParamField>

<ParamField body="slug" type="string">
  URL-friendly version of the name, typically lowercased.
</ParamField>

<ParamField body="desc" type="string | null">
  Description of the tag.
</ParamField>

<ParamField body="createdAt" type="Date">
  Date and time the tag was created.
</ParamField>
