diff --git a/docs/en/serverless/elastic-entity-model.mdx b/docs/en/serverless/elastic-entity-model.mdx
index f4e352e4c0..7380a3e448 100644
--- a/docs/en/serverless/elastic-entity-model.mdx
+++ b/docs/en/serverless/elastic-entity-model.mdx
@@ -15,7 +15,7 @@ The Elastic Entity Model consists of:
- an Entity Discovery Framework, which consists of [transforms](((ref))/transforms.html) and [Ingest pipelines](((ref))/ingest.html) that read from signal indices and write data to entity indices
- a set of management APIs that empower entity-centric Elastic solution features and workflows
-In the context of Elastic Observability,
+In Elastic Observability,
an _entity_ is an object of interest that can be associated with produced telemetry and identified as unique.
Note that this definition is intentionally closely aligned to the work of the [OpenTelemetry Entities SIG](https://github.com/open-telemetry/oteps/blob/main/text/entities/0256-entities-data-model.md#data-model).
Examples of entities include (but are not limited to) services, hosts, and containers.
@@ -23,16 +23,16 @@ Examples of entities include (but are not limited to) services, hosts, and conta
The concept of an entity is important as a means to unify observability signals based on the underlying entity that the signals describe.
- - The Elastic Entity Model currently supports the new service inventory experience limited to service-based entities (as identified by `service.name`) located in data identified by `logs-*` and `filebeat*` index patterns
- - During Technical Preview, Entity Discovery Framework components are not enabled by default
+ - The Elastic Entity Model currently supports the new inventory experience limited to service, host, and container entities.
+ - During Technical Preview, Entity Discovery Framework components are not enabled by default.
## Enable the Elastic Entity Model
-During Technical Preview,
-the Elastic Entity Model is enabled when you turn on the entity-centric service inventory described in .
+You can enable the Elastic Entity Model from the new Inventory. If already enabled, you will not be prompted to enable the Elastic Entity Model.
+
## Disable the Elastic Entity Model