# Development

## Localization

Specify Google Sheets with localization that should be loaded additionally to fylr.csv. This is very helpful, when you're working on the translation of FYLR. By enabling the localization you can see your translations instead of the current released translations.

### Activated

Enable/Disable loading of additional Google Sheets.

### Google Sheet

#### Key

Copy the key of the Google Spreadsheet that should be loaded. You can find the key in the sharing url.

#### GID

Copy the GID of the sheet that should be loaded. You can find the GID in the sharing url.

## Purge

### Allow /api/settings/purge

Define if the "purge" button should be enabled in /inspect/system to reset the whole fylr. Note that you may need to enable this in your `fylr.yml`:

```
fylr:
  # set to true to allow /api/settings/purge. dont use on production systems!
  allowpurge: true
```

### Delete files from storage locations

Define if the files should be deleted from the storage after the purge.

## Logging

Define the log level for the server, e.g. to get more or less information when developing plugins.

### Level

| OPTION | DESCRIPTION |
| ------ | ----------- |
| empty  |             |
| error  |             |
| warn   |             |
| info   |             |
| debug  |             |
| trace  |             |


---

# 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.fylr.io/for-administrators/readme/development.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.
