> For the complete documentation index, see [llms.txt](https://mostafaznv.gitbook.io/larupload/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mostafaznv.gitbook.io/larupload/advanced-usage/configuration/naming-method.md).

# Naming Method

With this feature, you can specify the naming method for files as follows:

* **SLUG**: The name of the uploaded file is converted into a slug. To prevent the file from caching in different clients, a random number is always added to the end of the filename.
* **HASH\_FILE**: Using the MD5 algorithm, the hash of the uploaded file is used as the filename.
* **TIME**: The upload time is used as the uploaded file name.
