# Observable Wrappers

For WebMap to be able to keep track of the application’s state of any system it needs to include the Observable and Intercepted attribute into the source code to handle its memory references, however, there are several instances in which there is simply no source code to be modified, so, for these cases WebMap implements a mechanism called **ObservableWrappers** which is a class that wraps another class that cannot be tracked via WebMAP's observable mechanism.

![](/files/q56esJQkIeeEOYLbMM72)

ObservableWrappers are commonly implemented for third party objects such as .NET native classes and data structures, third party libraries and any other external library reference that cannot be directly modified by the WebMap’s conversion tool but needs to keep its state tracked.


---

# 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.gapvelocity.ai/webmap/general/backend/dcp-desktop-compatibly-platform/library-bundles/bundle-dto/observable-wrappers.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.
