> For the complete documentation index, see [llms.txt](https://smartpossdk.gitbook.io/cloudpossdk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://smartpossdk.gitbook.io/cloudpossdk/faq/tms-wizarview/push-apps-using-tags.md).

# Push Apps Using Tags

### Overview

Wizarview manages terminals in groups, making it easy to configure the same apps for all terminals within a single group. However, to configure apps for terminals across different groups, the use of Tags is essential. Tags offer an additional dimension for managing terminal apps for varied purposes, allowing for cross-group configurations.

### Steps to Push Apps Using Tags

#### Create Tag

Click Terminal>Terminal Tag, it will display the Tag list, click icon button Add

<div align="left"><figure><img src="/files/GGuWfYHcA00NhqNNfUTL" alt=""><figcaption></figcaption></figure></div>

, then create new tag for different requirements, for example we can create 3 tags, gym, catering, loyalty:

![](/files/DyHRCyQuEYLbH3i06mIF)![](/files/wjiqUpkeEeW7uZkDgqiB)![](/files/ted7K7iI2oVSu61I6iQL)

Configure Tag

Click icon button Config

<div align="left"><figure><img src="/files/DAW75UUPqDzrcJhWWQnA" alt=""><figcaption></figcaption></figure></div>

, it will display Tag Configure window.

<div align="left"><figure><img src="/files/Z9lRuwnA6EifqBtr2THG" alt=""><figcaption></figcaption></figure></div>

In the bottom Terminal List, choose terminals, perhaps the terminals are in different groups, for example terminals in East City group, North City group, click Configure button in the bottom, then they can configure the same tag.

Click Config Application tab, then configure Apps for the tag

<div align="left"><figure><img src="/files/yLOwmi7Bey7nkMValb7E" alt=""><figcaption></figcaption></figure></div>

In the bottom Application List, choose application, then click Configure button, you can configure many apps for the tag. After above two steps, the tag has configured successfully.

If you want batch configure terminals, you can click Batch Config Terminal tab, input SNs as requirement. Here is the batch config page:

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

#### Push Tag

Choose the tag in Tag list, click Push Apps, it will push immediately.

#### Monitor the Tag download status

Choose Monitor>Download log, if will display the terminals which downloaded applications configured in the tag. And if you want to search one application, you should input the application name in Application input area, click Search button, if will display which terminals downloaded the application

<div align="left"><figure><img src="/files/5XWutVWdrGvgJDZewXRS" alt=""><figcaption></figcaption></figure></div>

### Considerations

* Cross-Group Management: Utilizing tags effectively allows for more flexible and targeted app deployment across various groups.
* Tag Consistency: Ensure tags are consistently applied across the terminals for accurate app deployment.
* This method is particularly useful when you need to target a specific subset of terminals that do not fall under a single group but share common characteristics or requirements denoted by the tags.


---

# 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://smartpossdk.gitbook.io/cloudpossdk/faq/tms-wizarview/push-apps-using-tags.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.
