# Lessons

## [Customise the Starter Kit](/umbraco-cms/18.latest/develop-with-umbraco/tutorials/starter-kit/lessons/1-customize-the-starter-kit.md)

Learn how to edit and publish content and customise the theme of the site.

## [Add a Blog Post Publication Date](/umbraco-cms/18.latest/develop-with-umbraco/tutorials/starter-kit/lessons/2-add-a-blog-post-publication-date.md)

If you don't want to use the creation date of blog posts, take this lesson to learn how to let content editors edit the publication date.

## [Add Open Graph Support](/umbraco-cms/18.latest/develop-with-umbraco/tutorials/starter-kit/lessons/3-add-open-graph.md)

With a few steps you can add support for Open Graph pages on the site.

## [Ask for help and join the community](/umbraco-cms/18.latest/develop-with-umbraco/tutorials/starter-kit/lessons/4-help-and-community.md)


---

# 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/18.latest/develop-with-umbraco/tutorials/starter-kit/lessons.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.
