# External Configuration

Some settings are not yet available from the UI and is located in textfiles in the config directory of your project. These are JSON files that can be edited to change your ArtNet IP addreses, adjust backdrop image and so forth.

You can access this folder quickly from Settings (F3).

![Quickly open the config directory using the open config directory button](/files/-M7SkQ4QQrLAW-ygW1i3)

The individual JSON files can contain only partial configurations and can overlap. The order in which the files are processed is defined in configlist.txt.

Feel free to add extra files if you feel the need to modularize your configurations.

```
#configlist.txt

defaults
backdrop
plugins
```


---

# 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.scenic.tools/guide/external-configuration.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.
