# Add Open Graph - Summary

All done, great job! Now test out if it works. Try adding it to more document types. Remember this is only one way of adding this functionality. You might want additional Open Graph tags or the properties to be on a different tab (e.g. *Navigation* or *SEO*).

## Summary

In this lesson, you have learned:

* To create a Document Type composition
* How to create and render a Partial view
* Compositions create an interface you can check on and use as a page model (`IOpenGraph`)
* How to get the full path (absolute URL) for both content and media items.


---

# Agent Instructions: 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:

```
GET https://docs.umbraco.com/umbraco-cms/13.latest/tutorials/starter-kit/lessons/3-add-open-graph/summary.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
