# 1.x ➡ 2.x

If you've been running NRP in a prior version to 2.0.0 you probably already have Events which will not look complete when running the new version. This due to us adding priority on Events in current version.

<div align="left"><img src="/files/-M1QeXIQpng6PuXOqtLQ" alt="A event card without priority info in XML"></div>

<div align="left"><img src="/files/-M1QeiAcgQqZ1v_ZTtQ-" alt="Same event now with complete priority info"></div>

In order to make these look okay a migration of content is needed.

in the XML you'll need to add the tag \<urgency>\</urgency> with a value depending on which priority you want the item to have.

```markup
[...]
<contentMeta>
    <contentCreated>2020-01-29T14:09:25.539Z</contentCreated>
    <contentModified>2020-03-02T14:33:32.580Z</contentModified>
    <description role="nrpdesc:extern">l</description>
    <contentMetaExtProperty type="nrp:sector" literal="Domestic" value="domestic"/>
    <links xmlns="http://www.infomaker.se/newsml/1.0"/>
    <urgency>2</urgency>
</contentMeta>
[...]
```

You'll also have to load OC with the new config for NRP. This will add the extractors, properties and index fields needed for the priority on Events.


---

# 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.navigaglobal.com/newsroom-planner/5.4.0/admin-guide/migration/1.x-2.x.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.
