> For the complete documentation index, see [llms.txt](https://help.newhub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.newhub.com/getting-started/upgrade-from-previous-version.md).

# Updating

The update process for NewHub and NewHub Admin is simple. There are at least two yearly software updates for NewHub with improvements and features for expanded functionality, and accordingly all paid customers are entitled to receiving these updates. Once an update is released, you will see two types of “update” prompt messages on your NewHub Admin Panel:

### **NewHub Admin Update**

1. Download the latest NewHub Admin version on getnewhub.com;
2. Delete the NewHub-Admin extension from your QMC;
3. Import the ZIP file with the latest version;
4. Done!

### **NewHub Update (See screenshot)**

![NewHub Admin panel before updating the NewHub extension](https://lh6.googleusercontent.com/DnBsZraXL9BNs99ACrWA1AOXLUSetxiQIrMnO279POKD4y-mNy5KjbuAXgBDwQ4YMjLFYj1lxdNrFirJ34i7tgTJD19Urh2LxR1uQzDReD2I18ARAN_whsgZ4GihkMk-gMwq31op=s0)

You may click “update” on both update prompts. The update process is automatic, downloading a fresh copy of NewHub and NewHub Admin from our server and installing it on your Qlik Sense Server.&#x20;

Follow the steps bellow to update it successfully:

### If you changed your **Alias** and **Title** for NewHub:

1. Extract the NewHub.zip;
2. Change the **NewHub.qext** file to <**YourAlias>.qext;**
3. Inside the **wbfolder.wbl** file, change **./NewHub.qext** to **\<YourAlias>.qext;**
4. Place all the files inside a new ZIP file;
5. Make a backup of your current NewHub extension;
6. Delete your current NewHub extension;
7. Import your ZIP file with the modifications;
8. Done! Access it normally;

### **If you didn't change your Alias and Title for NewHub:**

1. Make a backup of your current NewHub extension;
2. Delete your current NewHub extension;
3. Import your ZIP file with the modifications;
4. Done! Access it normally;

**Note**: if you have customized your CSS file through the NewHub Admin CSS Editor, please be aware that any new versions may require maintenance on this file, since new elements can be added to the screen. Contact us if you need any assistance.

**Note II:** you will not lose your settings and your custom css if you do exactly the steps as described, you will only lose your settings if you uninstall newhub through newhub admin.


---

# 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://help.newhub.com/getting-started/upgrade-from-previous-version.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.
