# Updating the App

## Hybrid Remote

When pushing updates to a **Hybrid Remote** application, the developer will generally just update the assemblies on the remote web server that the application is hosted on. This could be IIS, Nginx, or another reverse proxy.

{% hint style="info" %}
This is because a Hybrid Remote application is a standard ASP.NET Core application that communicates with the **Hybrid Client** using JavaScript and the embedded web view.
{% endhint %}

The only time the developer must push a change to the app store is when changes are made to the **Hybrid Client** project. This may include updating the version of **Wisej-3-Hybrid** or **Wisej-3-Hybrid-Native** used within the project.

## Hybrid Local

When making changes to a **Hybrid Local** application, the developer must always push updates to the application via the app stores.

{% hint style="success" %}
A general rule of thumb to follow is that if anything on the client-level (**Hybrid Client**) changes, a change must be pushed to the app stores.
{% endhint %}


---

# 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://docs.wisej.com/hybrid/development/updating-the-app.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.
