# Asset versioning

LightAct supports Asset versioning for all asset types. To enable versioning, add *\_versionName* to the end of the Asset's filename.

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

Examples include:

* *\_v1, \_v2, \_v3*
* *\_YYMMDD (or any 6 numbers)*
* *\_YYMMDDa, \_YYMMDDb, \_YYMMDDc*

{% hint style="info" %}
**Good to know**: we recommend to choose one method of naming versions and then sticking to it. Because this way when you import a new version of an Asset, LightAct will automatically use it.
{% endhint %}


---

# 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.lightact.com/assets/asset-versioning.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.
