> For the complete documentation index, see [llms.txt](https://docs.opsnow.io/opsnow-user-guide-v0.2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opsnow.io/opsnow-user-guide-v0.2/menu/tag-manager/history-tab.md).

# History Tab

The History tab manages both Tag Groups and the history of tags applied to individual resources. Use the tabs at the bottom to view the change history for tag groups and resource tags separately.&#x20;

* **Tagging Log:** Tracks and manages the history of tag changes for individual resources.
* **Tag Group Log:** Tracks and manages changes made to created tag groups.

{% tabs %}
{% tab title="Tagging Log" %}

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

1. **Search Bar:** To find specific information, type a keyword in the search bar.
2. **Table:** This table provides a chronological record of all tagging actions. The table includes:
   * **Update Date:** The exact date and time the tagging action was performed.
   * **Action Type:** The type of operation that was executed
   * **Tag Key:** The specific tag key that was involved in the action.
   * **Cloud Service:** The cloud provider where the action took place.
   * **Status:** Displays the result of the tagging action. The statuses are as follows:
     * **Succeeded:** All targeted resources were successfully tagged.
     * **Partial Succeeded:** Only some of the targeted resources were successfully tagged.
     * **Pending:** The tagging operation is in progress.
     * **Failed:** No targeted resources were tagged.
   * **Update by:** The user account that performed the action.
3. **Details:** Select a row in the table to view detailed tag group status for that entry. The detail view varies depending on the status of the change.
   {% endtab %}

{% tab title="Tag Group Log" %}

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

1. **Search Bar:** To find specific information, type a keyword in the search bar.
2. **Tag Group Log Table:** This table displays the complete change history of all Tag Groups, including when each was created, modified, and by whom. The columns are defined as follows:
   * **Tag Group:** The unique name of the Tag Group that was affected by the change.
   * **Version:** The specific version number of the Tag Group. This number automatically increments with each modification.
   * **Cloud Service:** The cloud service provider to which this Tag Group applies.
   * **Change Type:** The type of action that was performed on the Tag Group
   * **Date Modified:** The date and time (timestamp) when this specific change was made.
   * **Changed by:** The user account that performed the action specified in the "Change Type" column.
   * **Created by:** The user account that originally created the Tag Group.
3. **Details:** It shows a summary of the change and the specific tag keys and values that were affected.
   {% endtab %}
   {% endtabs %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.opsnow.io/opsnow-user-guide-v0.2/menu/tag-manager/history-tab.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
