> 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.md).

# TMS/Wizarview

- [Register Terminal to WizarView](https://smartpossdk.gitbook.io/cloudpossdk/faq/tms-wizarview/register-terminal-to-wizarview.md)
- [Accept TMS File Downloads](https://smartpossdk.gitbook.io/cloudpossdk/faq/tms-wizarview/accept-tms-file-downloads.md)
- [Handle User Locked Status](https://smartpossdk.gitbook.io/cloudpossdk/faq/tms-wizarview/handle-user-locked-status.md)
- [Apply WizarView Account](https://smartpossdk.gitbook.io/cloudpossdk/faq/tms-wizarview/apply-wizarview-account.md)
- [Batch Import Terminals](https://smartpossdk.gitbook.io/cloudpossdk/faq/tms-wizarview/batch-import-terminals.md)
- [Unbind App Configuration](https://smartpossdk.gitbook.io/cloudpossdk/faq/tms-wizarview/unbind-app-configuration.md)
- [Remove App via TMS](https://smartpossdk.gitbook.io/cloudpossdk/faq/tms-wizarview/remove-app-via-tms.md)
- [Understand Agent Error Codes](https://smartpossdk.gitbook.io/cloudpossdk/faq/tms-wizarview/understand-agent-error-codes.md)
- [Understand TMS IP Ports](https://smartpossdk.gitbook.io/cloudpossdk/faq/tms-wizarview/understand-tms-ip-ports.md)
- [Understand Update Scenarios](https://smartpossdk.gitbook.io/cloudpossdk/faq/tms-wizarview/understand-update-scenarios.md)
- [Understand App Binding Types](https://smartpossdk.gitbook.io/cloudpossdk/faq/tms-wizarview/understand-app-binding-types.md)
- [Apply RMA Maintenance Account](https://smartpossdk.gitbook.io/cloudpossdk/faq/tms-wizarview/apply-rma-maintenance-account.md)
- [Update Firmware Remotely](https://smartpossdk.gitbook.io/cloudpossdk/faq/tms-wizarview/update-firmware-remotely.md)
- [Push APK to Specific Device](https://smartpossdk.gitbook.io/cloudpossdk/faq/tms-wizarview/push-apk-to-specific-device.md)
- [Set Agent Working Mode](https://smartpossdk.gitbook.io/cloudpossdk/faq/tms-wizarview/set-agent-working-mode.md)
- [Manage APK Prompt Installation](https://smartpossdk.gitbook.io/cloudpossdk/faq/tms-wizarview/manage-apk-prompt-installation.md)
- [Network Control in Agent](https://smartpossdk.gitbook.io/cloudpossdk/faq/tms-wizarview/network-control-in-agent.md)
- [Push Apps Using Tags](https://smartpossdk.gitbook.io/cloudpossdk/faq/tms-wizarview/push-apps-using-tags.md)
- [Deploy AID/CAPK via TMS](https://smartpossdk.gitbook.io/cloudpossdk/faq/tms-wizarview/deploy-aid-capk-via-tms.md)


---

# 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.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.
