> For the complete documentation index, see [llms.txt](https://docs.adobesandbox.com/comprehensive-technical-tutorial-archive/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.adobesandbox.com/comprehensive-technical-tutorial-archive/module3/summary.md).

# Summary and benefits

Congratulations and thank you for investing your time in learning about Adobe Experience Platform! In this module, you've learned how the Real-time Customer Profile's identity graph is built and also, how to consume the Real-time Customer Profile on a single customer level and through the use of segments. You've learned how a marketer can do that using the user interface and you've also learned how the Real-time Customer Profile can be consumed programmatically through the API.

## Benefits

Let's highlight the benefits of the Real-time Customer Profile :

* The Real-time Customer Profile is built on a flexible and real-time identity graph which makes it possible to dynamically merge profile fragments across multiple datasets together based on the identifiers.
* Once profile fragments are merged through the Identity Graph, any of the available identifiers can be used to retrieve a customer's profile
* Segmentation is now done using XDM as the language behind the segment which makes the segment easily reusable and understandable
* Segments can now also be created through the API, which makes it possible to define a segment externally in a programmatic way and then insert the segment definition through the API.

## Check this out

* Tech Blog: [Adobe Experience Platform Identity Graph is the Foundation for the Unified Profile](https://medium.com/adobetech/adobe-experience-platform-identity-graph-is-the-foundation-for-the-unified-profile-e8435d26dce7)
* Tech Blog: [Adobe Experience Platform’s Identity Service — How to Solve the Customer Identity Conundrum](https://medium.com/adobetech/adobe-experience-platforms-identity-service-how-to-solve-the-customer-identity-conundrum-f95e22d16ea9)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.adobesandbox.com/comprehensive-technical-tutorial-archive/module3/summary.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
