# 3.x.x => 3.2.0

To enable new functionality in OC-List 3.2.0, it will be necessary to modify the configuration. The List panel in Dashboard will not display lists until this configuration is in place.

### Property Mapper

In the OC-List settings, click Configurations. Open the Property Mapper.

Under "Article property mapper," add mappings for these properties:

```json
 "pubStart": "WriterPubStart",
 "updated": "updated"
```

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

### Mappings for Status Map

It might be necessary to add a mapping for status colours available in version 3.2.0.&#x20;

In the OC-List settings, click Mappings.

Under "Get config for status mapping," click the Select dropdown and choose **Status Map -> An action returns status colors/icons mapped config**

<figure><img src="/files/JdNlUmzDt8fZ6rOJL0fX" alt=""><figcaption></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://docs.navigaglobal.com/oc-list/admin/migration/3.x.x-greater-than-3.2.0.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.
