# Tags

#### **WordPress Dashboard > Posts > Tags**

Tags are a flexible way to group related posts together. Unlike categories, tags do not have a hierarchy.

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

#### **Add New Tag**

* **Name** The name as it will appear on your site.
* **Slug** The URL-friendly version of the tag name. Usually lowercase and includes only letters, numbers, and hyphens. Example: `summer-recipes`
* **Description** An optional field. Some themes may display the description, though it’s not shown by default.

***

#### **Tags List**

* Displays all tags in a sortable table.
* Columns include:
  * **Name**
  * **Description**
  * **Slug**
  * **Post Count** (number of posts assigned to the tag)
* Use the checkboxes and **Bulk Action** dropdown to:
  * Delete tags
  * Edit multiple tags

> **Note:** No tags are displayed until some are created.

***

#### **Convert Tags to Categories**

Use the **Tag to Category Converter** tool (found under **Tools > Import**) to convert selected tags into categories.


---

# 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://buddhathemes-test.gitbook.io/ogie/blog/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.
