# Push APK to Specific Device

1. Navigate to Application Management:
   * In the TMS interface, go to 'Applications > Application'.
2. Add or Update an App:
   * Choose to either add a new app or update an existing one. This action will open the application page.
   * Confirm 'Group' and 'Name'.
3. Access Advanced Options:
   * On the application page, click the 'Advance' icon to view more configuration options.
4. Define Target Device Serial Number (SN):
   * Click the 'Search' icon in the 'Target SN' field. This will open the 'Choose Terminal Model' page.
   * The 'Target SN' field supports regular expressions. By using a regular expression, you can select serial numbers that match the specified pattern.
5. Select the Device Type:
   * Select the specific device type, then click 'Commit".
6. Configure the App to a Group:
   * The app should be configured to a group. This ensures that the APK is only pushed to terminals within that group that match the selected device type.

Note:

* It’s important to use the correct regular expression in the 'Target SN' field to accurately target the desired devices.
* Ensure that the group configuration is correctly set up to include only the intended device types.


---

# 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://smartpossdk.gitbook.io/cloudpossdk/faq/tms-wizarview/push-apk-to-specific-device.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.
