# How to use

Using this library is very simple! Just use the `NameNumerizer` namespace in any piece of code you want to use the library, as in: `using NameNumerizer;`

Just use the `Numerizer` class that contains:

* `NumerizeFiles(string, string[])`

It renames your files to append the track number to their prefixes in their names to make it look like your music album's naming scheme.

It's useful for quickly making your music albums by renaming all your files.


---

# 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://aptivi.gitbook.io/deprecated/namenumerizer-manual/usage/how-to-use.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.
