> For the complete documentation index, see [llms.txt](https://docs.magecomp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.magecomp.com/magento-2-blog/manage-tag.md).

# Manage Tag

From the Admin Panel, navigate to **MageComp -> Tag -> Add New Tag**. You can even manage existing categories from here.

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

* **Enable Tag -** Enable/Disable tag from here.
* **Tag Title -** Enter the title of the tag.
* **Edit with Page Builder -** Add the content for the tag using the page builder.

### Display Settings

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

* **Template -** Select the template for the tag.
* **Posts Per Page -** Enter the number of posts per page for this tag.

### Tag in Websites

<figure><img src="/files/2TGWL3E8l5D3kYJOGDzY" alt=""><figcaption></figcaption></figure>

* **Store View -** Select the store view to display the tag.

### Search Engine Optimization

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

* **URL Key -** Enter the URL key for the tag.
* **Meta Title -** Enter the meta title for the tag.
* **Meta Keywords -** Enter meta keywords for the tag.
* **Meta Description -** Enter the meta description for the tag.
* **Meta Robots -** Select the meta robots for the tag.

### Design

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

* **Layout -** Select the tag layout from the dropdown options.
* **Layout Update XML -** Enter the XML for the tag.

### Custom Design Update

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

* **From -** Set the start date for the custom design of the tag.
* **To -** Set the end date for the custom design of the tag.
* **New Theme -** Select the theme of the tag.
* **New Layout -** Select the layout of the tag.
* **New Layout Update XML -** Enter XML for custom layout of the tag.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://docs.magecomp.com/magento-2-blog/manage-tag.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.
