# 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.


---

# 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://mostafaznv.gitbook.io/larupload/advanced-usage/configuration/naming-method.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.
