# Does Screena provide versioning capabilities?

Yes, every version of a watchlist record is kept in memory and corresponds to a **revision numeric value**. In addition to the revision value, every record is tagged with its creation date/time and updated date/time. Consequently, you can access any event affecting a record including:

* the current revision (i.e. most recent published version),
* any corrections or enhancements, and
* any other changes made to the record in question.

The first version of a record is always numbered as revision number 1.

We also keep in memory the date/time when a record was last matched to manage deltas as needed for [periodic screening](https://developer.screena.ai/#periodic-screening).


---

# 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://help.screena.ai/resources/faq/security-and-audit/does-screena-provide-versioning-capabilities.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.
