---
title: Inferred Services
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > DDSQL Reference > Data Directory > Inferred Services
---

> For the complete documentation index, see [llms.txt](https://docs.datadoghq.com/llms.txt).

# Inferred Services

This table contains backend services in your environment that APM has inferred as upstream/downstream dependencies (e.g. peer services) without a fully resolved definition. Populated by [APM](https://docs.datadoghq.com/tracing.md), [USM](https://docs.datadoghq.com/tracing/universal_service_monitoring.md), or the [Software Catalog](https://docs.datadoghq.com/internal_developer_portal/software_catalog.md).

```
dd.inferred_services
```

## Fields

| Title         | ID            | Type | Data Type     | Description                                                                                                                                                                    |
| ------------- | ------------- | ---- | ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Name          | name          | core | string        | The unique name assigned to the inferred service, used for identification and categorization. It's meant to be both human-recognizable and for machines to use as a reference. |
| Display Name  | display_name  | core | string        | The preferred display name of the entity, often used if the name field is overly technical or not descriptive.                                                                 |
| Description   | description   | core | string        | Provides detailed information about the function or purpose of the inferred service.                                                                                           |
| Tags          | tags          | core | hstore        | This field contains an array of tags, each represented as a key-value pair, used to categorize and provide metadata about the associated entity.                               |
| Languages     | languages     | core | array<string> | The list of programming languages associated with the inferred service. Each element in the array represents a language used or supported.                                     |
| Product Areas | product_areas | core | array<string> | Lists the Datadog product areas enabled for the inferred service, represented as an array of strings. Each element indicates a distinct product area such as APM or USM.       |
