# Post Tags

#### **Tags**

Tags are similar to categories but are generally used for more specific details about your posts. They help describe particular aspects and make it easier for users to find related content. Unlike categories, tags do not have a hierarchy.

**Search Tags :** Use the search box to quickly locate existing tags.

<figure><img src="/files/YcFmi7c4wSQbXroZch68" alt=""><figcaption></figcaption></figure>

#### **Add Tag**

Create a new tag for your posts.

* **Name**\
  The name is how the tag will appear on your site.
* **Slug**\
  The URL-friendly version of the tag name.
  * Must be lowercase.
  * Can only contain letters, numbers, and hyphens.
* **Description**\
  Add a short description for the tag.
  * Not prominently displayed by default.
  * Some themes may display it on tag archive pages.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wdt-kirki.gitbook.io/wdt-kirki/blog/create-a-blog-post/post-tags.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
