# Limitations

The following features are not available with Edit Theme Files:

* Editing assets like font files, .SVG files, or other image files
* Editing a theme’s **config.json** or **schema.json** configuration files (although you can view their contents)
* Have up to 10 files open, simultaneously, in the File Editor.
* Editing any JavaScript files
* Concurrent editing is not supported. For a given store, only one instance of the editor should be opened at any time.


---

# 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://halosoft.gitbook.io/bc-nimo-documentation/editing-theme-files/limitations.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.
