# Struktur

Damit wir die Vorlagen ändern können, lassen Sie uns verstehen, wie sie funktionieren.

Jede Vorlage hat einen Eintrag in der Tabelle *system\_template* in der Datenbank. Schauen wir uns einen bestehenden Datensatz an:

* id: 1: Eine von der Datenbank generierte automatische ID
* title: templatetitleCourseTitle: ein Sprachvariablenname für den anzuzeienden Titel, der in main/lang/\[language]/trad4all.inc.php. gefunden werden kann. Dies ist auch ein einfacher Titel für einsprachige Portale
* comment: templatetitleCourseTitleDescription: eine Sprachvariable für die Beschreibung
* image: coursetitle.gif: ein Bild, das die Vorlage in der linken Spalte darstellt. Dieses Bild befindet sich in app/home/default\_platform\_document/template\_thumb/
* Inhalt:... der HTML-Inhalt... (Das Template selbst)


---

# 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://chamilo-docs.stoneageit.ch/entwicklerhandbuch/document_templates/structure.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.
