> For the complete documentation index, see [llms.txt](https://adminguidesgitbook.aerofiler.com.au/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://adminguidesgitbook.aerofiler.com.au/repository/metadata/use-filenames-for-metadata.md).

# Use Filenames for Metadata

**Filenames for Metadata**

If you have manually named your files using a certain naming convention, you can map segments of your filenames to fields. In the following example of "Acme Inc - NDA", the text before the dash (Acme Inc) is mapped to Counterparty, and the text after the dash (NDA) is mapped to Title:

![](https://support.aerofiler.com/hc/article_attachments/360059090954/mceclip1.png)

When new documents are uploaded to Aerofiler, the fields for that document will be automatically mapped. For example, "Bravo Pty Ltd - Lease" would be mapped automatically mapped to the correct Counterparty (Bravo Pty Ltd) and Title (Lease).

This feature relies on your files correctly following the naming convention you specify. As a result, this feature is most useful when you are importing a large amount of existing files. On a day-to-day basis, you would likely disable this feature and just upload files directly to Aerofiler without renaming them. Aerofiler is designed to allow you file documents without having to manually rename them!

Delimiters define the boundaries between different fields within file names. In the above example, the Delimeter is the dash character ("-"). We will attempt to automatically detect delimiters between fields each time you add a new field.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://adminguidesgitbook.aerofiler.com.au/repository/metadata/use-filenames-for-metadata.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.
