# Glossary

### Course (Project)

An overall learning program.

### **Section**

A major building block of a course (e.g., Cover, Content page, Chapter, Quiz).

### **Chapter**

A section containing related units or sub-topics (can include Content pages and Quiz).

### **Cover**

An introductory section of a course with information about it.

### **Content page**

A section with theoretical content.

### **Quiz**

A section for evaluating knowledge through assessments and review.<br>

### **Block**

A unit within a section, combining one or more elements (e.g., text, image, video).

### **Element**

A building unit within a block (e.g., image, video, text).

### **Template**

A block pre-configured and saved by the user that can be further reused. Imagine your course has several identical blocks: each contains an image, text, video. Instead of creating identical blocks from scratch, save the standard block as a template.

### Collection

A group of templates for easy administration.

***


---

# 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://help.parta.io/introduction/glossary.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.
