> For the complete documentation index, see [llms.txt](https://docs.getyolo.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.getyolo.ai/en/kezdetek/example-prompts-for-parents.md).

# Example Prompts for Parents

With the following prompts, <mark style="color:purple;">**parents can effectively support their elementary school children’s learning using YoloAI.**</mark> These questions cover checking homework, creating new exercises, and assisting with foreign language learning.

### <mark style="color:purple;">Homework Review</mark>

1. "Check the photographed math homework and point out the mistakes step by step!"
2. "Correct the errors in the Hungarian writing assignment and suggest smoother wording!"
3. "Check the spelling in the photographed English assignment and explain the mistakes!"
4. "Review my child’s history homework and point out if any important details are missing!"
5. "Based on the text in the image, correct the spelling and grammar errors!"

### <mark style="color:purple;">Creating New Exercises</mark>

6. "Create 3 simple math problems about multiplication at a second-grade level!"
7. "Make a 5-question quiz from my child’s history textbook about the Hungarian conquest!"
8. "Write three short English sentences that my child can complete with missing words!"
9. "Create an exercise based on the science textbook about the parts of a tree!"
10. "Generate three practice questions on the topic of the photographed math equations!"

### <mark style="color:purple;">Supporting Foreign Language Learning</mark>

11. "Translate the photographed German text into Hungarian and explain the most important words!"
12. &#x20;"Create a short English conversation that my child can practice!"
13. &#x20;"Create 3 questions about verb tenses based on the French language textbook!"
14. &#x20;"Explain the photographed Spanish grammar rule and give example sentences!"
15. &#x20;"Write 5 simple English sentences for my child to translate into Hungarian!"

### <mark style="color:purple;">Explaining Topics, and Asking Questions</mark>

16. &#x20;"Explain how the heart works based on the biology textbook, using simple language!"
17. &#x20;"Briefly describe the significance of the Mongol invasion based on the history notes!"
18. &#x20;"Explain how to calculate the area of a triangle from Chapter 3 of the math textbook!"
19. &#x20;"Based on the photographed geography map, explain how a volcano is formed!"
20. &#x20;"Describe the use of verbal prefixes from the Hungarian language textbook, with examples!"

### <mark style="color:purple;">Specific Questions and Assistance</mark>

21. &#x20;"Help my child find the correct answer in the photographed English exercise!"
22. &#x20;"Explain from the science notes how flowering plants reproduce!"
23. &#x20;"Solve the photographed physics problem with a detailed explanation!"
24. &#x20;"Write a short summary of Chapter 2 from my child’s history textbook!"
25. &#x20;"Create a 5-question quiz based on the photographed biology notes about the digestive system!"<br>

{% hint style="info" %}
Use these prompts to support your child’s learning. Clear and specific questions help the AI provide fast and accurate answers, making the learning process easier and more enjoyable for both of you.
{% 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.getyolo.ai/en/kezdetek/example-prompts-for-parents.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.
