> For the complete documentation index, see [llms.txt](https://support.hivo.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.hivo.co/changelog/1.4.238.md).

# 1.4.238

## What's Changed

### **Updated license status handling after expiry period**

🔹 **Update details:**

* The system now automatically **removes the "License Expired" status** once the *License Expiry End Date* has passed.
* This update ensures that the asset's license status accurately reflects its current state over time, helping users manage assets more effectively throughout their lifecycle.

***

### **Add app cues to the External Approval interface**

This is an **important new update** that strengthens our **External Approval** feature and enhances the user experience.

Now, **in-app guidance (app cues/hints)** will be displayed within the External Approval interface, helping external reviewers understand how to perform necessary actions more easily.

🔹 **Update details:**

* App cues will automatically appear when a user accesses the external approval link.
* Each email address (recipient) will only see the app cues **a maximum of 2 times**, to avoid disrupting the experience.
* In case the user wants to review the suggestions, just click on the “?” icon next to the property name to display the instructions again.

This improvement ensures that external reviewers can effectively use the interface and complete their feedback or approval tasks as intended.

<figure><img src="/files/isqbjs1MNHNOCeSuDh2C" alt=""><figcaption></figcaption></figure>


---

# 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://support.hivo.co/changelog/1.4.238.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.
