# Bundle DTO

A WebMap project is composed by two main components a server-side application and a client-side application, which work together as one to acts as an equivalent of an original desktop application, the server-side handles as the logic layer of the application and the client-side as act as the UI layer. Both applications need to be in constant communication, for this WebMAp implements a library called Bundle.DTO which controls the data transmission protocol.

The **Bundle.DTO** libraries are a set of projects that hold the necessary mechanisms used to communicate between the back-end the front-end applications. Its main purpose is to transfer data between the server and the client back and forth efficiently by using Json objects that represent the needed information between both layers.

![](/files/Z8ECwT1o6b2oDU69mpIO)


---

# 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.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.
