# Understand Update Scenarios

### Execution scenario

The update of applications on terminals from TMS is triggered under specific scenarios as follows:

| Scenario                          | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| --------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Bootstrap Scenario                | This update occurs when the terminal connects to the network for the first time after being powered on.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| Scheduled Updates Every Six Hours | Terminals are set to check for and perform updates every six hours.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| Manual 'Push Apps' Activatio      | <p>When the "Push Apps" button is clicked on WizarView:</p><ul><li>If the terminal is online, it will immediately begin the application update process.</li><li>For terminals configured within a group and receiving a group-wide push, some may update instantly while others might face delays or issues due to network limitations. WizarView will make several attempts to push the update to these terminals.</li><li>Terminals that are not online during the push will receive the update in the next bootstrap scenario or during the Scheduled Updates Every Six Hours.</li></ul> |

**Note:**

* Network Dependency: The success of immediate updates (especially in the case of manual pushes) is dependent on the network status of the terminals. Offline terminals will adhere to the bootstrap or scheduled update scenarios.
* Continual Push by WizarView: For terminals experiencing network issues or other update barriers, WizarView will continue attempting to push the update until successful.


---

# 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/understand-update-scenarios.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.
