# Update Status

The **Update Status** action in **Appverse** allows users to modify the status of a record based on predefined conditions. This action ensures that records move through different stages systematically, reflecting their current progress in the workflow.

In Appverse,&#x20;

* Status changes can be configured to occur only when specific conditions are met (e.g., an order is marked as "Shipped" only if the shipment related details are filled).
* A status can be designated as the **default status**, meaning it will be applied when none of the specified conditions are met.

**By default, update status it is disabled.**

### Few Examples

* **Approval Workflow:** A submitted leave request moves from **"Submitted"** to **"Approved or Rejected"** only after manager action.
* **Ticketing System:** A support ticket status updates from **"Open"** to **"Resolved"** when a resolution is provided.

<figure><img src="/files/rGjf5ansn5WeZeeOON1P" alt=""><figcaption><p>Update status</p></figcaption></figure>


---

# 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://viewzenlabsug.gitbook.io/userguides/appverse/apps/create-an-app/forms/events-and-actions/update-status.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.
