From 9297740112718cfbf07f2d6c28f46878960ab215 Mon Sep 17 00:00:00 2001
From: Jorge Moratinos Salcines <jorge.moratinossalcines@telefonica.com>
Date: Tue, 26 Mar 2024 10:52:02 +0100
Subject: [PATCH] Introduction improvement

---
 doc/index.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/index.md b/doc/index.md
index 03061f5..d7f5ddb 100644
--- a/doc/index.md
+++ b/doc/index.md
@@ -16,9 +16,11 @@ This Release also includes a Robot Test Suite for all those services and a Postm
 
 ## What is OpenCAPIF?
 
+OpenCAPIF is an open source implementation of the CAPIF Core Function APIs plus the logic and additional services required to fulfill the 3GPP requirements and deliver the expected functionality.
+
 CAPIF is the “Common API Framework” defined by 3GPP to manage the APIs exposed by 3GPP networks in their northbound interfaces.
 
-CAPIF defines three types of entities:
+3GPP specifications for CAPIF defines three types of entities:
 
 * API Providers, which are the entities exposing APIs (e.g., NEF)
 * API Invokers, which are the entities that consume APIs (e.g., Applications), and
-- 
GitLab