# Known Issues

### Schema

* Integer values are limited to \[-9999, 22768] due to compression.

### Level of Detail

* LOD levels are not properly updated when queries move or resize.
* LODs are currently not supported in reflected mode.

### Baking

* Fresh projects require initial baking to enable reflected mode support (and generate a valid Schema ID).
* Defining a component of the same name as an input will result in the protocol code generator to generate same names for both leading to a compilation errors.
* Interpolation code is generated for non-interpolable uint type which can lead to uncompilable code.


---

# 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.coherence.io/0.7.4/additional-information/known-issues.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.
