> ## Documentation Index
> Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
> Use this file to discover all available pages before exploring further.

# DlcLoadOperationsService

> How the `DlcLoadOperationsService` retrieves the Source Handler for a topic type and uses its Source Fetcher to perform the fetch operation used by the `LOAD` operation.

The `DlcLoadOperationsService` provides utility methods for loading data and is used by the `LOAD` operation, one of
the default [operations](/operations/overview).

This service retrieves the [Source Handler](/components/internal/source-handler) specific to the Topic Type and then uses
its [Source Fetcher](/components/internal/source-fetcher) to perform the fetch operation.
