> For the complete documentation index, see [llms.txt](https://docs.gapvelocity.ai/webmap/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gapvelocity.ai/webmap/general/frontend/documentation/winforms-angular-components/conventions/data-service.md).

# Data Service

## Talk to the server through a service ( Style 08-01)

* Refactor logic for making data operations and interacting with data to a service.
* Make data services responsible for XHR calls, local storage, stashing in memory, or any other data operations.
