> For the complete documentation index, see [llms.txt](https://docs.mavenseed.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mavenseed.com/creating-content/courses/details.md).

# Details

Adjusting your Course Details directly affects how your course is viewed publicly on your site. Take a moment to write efficiently and compelling text to communicate what value your customers will gain if they were to Subscribe or Purchase this piece of digital content from you.&#x20;

![](/files/-MLx6bZ6ELlstN8CKPUm)

* **Title:** This is the Title of your Course displayed on the site.&#x20;
* **Excerpt:** Think of this as your elevator pitch. A brief paragraph summarizing what your course is all about. The excerpt is typically displayed alongside the course thumbnail
* **Categories:** You may optionally categorize your course. If no categories are present in the drop-down, [set them up here.](/creating-content/categories.md)&#x20;
* **Tags:** If you're leaning on the [Global Search](/creating-content/site-search.md), adding tags will great help the chances your customers can find what their looking for on your site.&#x20;
* **Author**: Select the author you'd like displayed and attached to this piece of content.&#x20;
* **Feature Image:** This is your feature image that best represents the Course.&#x20;

{% hint style="info" %}
Once you're ready to dive further into customizing your course presentation, click the "View" to enter the [Page Builder](/creating-content/page-builder.md) to embed videos, hero text and more within your course description page.
{% endhint %}


---

# 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.mavenseed.com/creating-content/courses/details.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.
