> For the complete documentation index, see [llms.txt](https://docs.jollyany.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jollyany.co/templates/golden-hearts/training.md).

# Training

### 1. Create training articles

The training page of the template is built with Joomla content, and you're supposed to create Joomla categories and articles first.

* Please go to Admin > Content > Categories > Create new categories
* Create new articles and assign them to those categories
* Go to the tab "Article Type Options" > Select Article Type > *Regular / Video / Gallery / Audio / Review / Quote*

![Create training article](/files/t9PZJz1TEkZpfJonCR6f)

### 2. Create the curriculum of a training lesson

* After that, please go to the tab "Curriculum", and click the green button to create lessons for the course
* Select the content type "Section" and Section title
* Click the plus green button at the right corner to add a new section or content
* Select the content type: Content -> Enter the content title, duration
* Select the lesson type **"Video or Embed"**
* With Video, you need to insert the Video URL (from YouTube or Vimeo)
* With Embed, you're supposed to copy the Iframe code of your video and add it to the Embed box

{% hint style="info" %}
Download link: You're supposed to go to Content > Media library > upload your learning material (pdf files) there. Then you'll be able to have options to choose the download link.&#x20;
{% endhint %}

![](/files/BMhpGnamNd83JQMN2LBb)

### 3. How to create/edit the contact info in a detailed training article

![](/files/SIt653zjQAlsH3Fae6nQ)

* Please go to template styles > open the default style (tz\_golden heart - Default) > Article / Blog > Enable Course Data
* You can add the course contact link with your email address
* Enable the reCaptcha option and choose a Captcha type
* Add your contact information and contact agreement

![Course contact information](/files/gbsGw1wD4XafbJtMUJ0V)

### 4. Edit author info (Victoria Anderson)

To edit the author info, please go to Admin > Users > Manage > Edit Victoria Anderson > in the Author Profile tab, you can edit the author's description, image, and social icons

To enable or disable the author info, please go to the template options > Article/Blog > turn on/off the Author info option.&#x20;

![](/files/6t8assbl1WU3VsMNuC3D)

### 5. Add a new menu item

This step is to add a new menu item for the Training page so that it can display properly in the main menu

* Go to **Admin > Menus > Main menu > Add new**
* Menu item type: Articles > Category Blog
* Select your category
* Template style: **tz\_golden heart - Default**

![Training menu](/files/Yl3SMTEgh3Z8wZww4t2a)


---

# 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.jollyany.co/templates/golden-hearts/training.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.
