> 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.md).

# KEZDETEK

- [Dear Visitor](https://docs.getyolo.ai/en/kezdetek/readme.md)
- [Quick Start](https://docs.getyolo.ai/en/kezdetek/quickstart.md): Follow these simple steps to get the most out of the YoloAI app.
- [Frequently asked questions](https://docs.getyolo.ai/en/kezdetek/publish-your-docs.md): On this page you will find the most frequently asked questions.
- [FEATURES](https://docs.getyolo.ai/en/kezdetek/features.md): Here you can find descriptions and demo videos of the main features.
- [Question asking based on photo input](https://docs.getyolo.ai/en/kezdetek/question-asking-based-on-photo-input.md): On this page, we showcase the functionality of the photo-based question-asking feature.
- [Question asking based on textbook upload](https://docs.getyolo.ai/en/kezdetek/question-asking-based-on-textbook-upload.md)
- [Soundclone feature](https://docs.getyolo.ai/en/kezdetek/soundclone-feature.md)
- [I can help with this too!](https://docs.getyolo.ai/en/kezdetek/i-can-help-with-this-too.md)
- [YoloAI’s capabilities by subjects](https://docs.getyolo.ai/en/kezdetek/yoloais-capabilities-by-subjects.md)
- [PROMPTS \[Instructions\]](https://docs.getyolo.ai/en/kezdetek/prompts-instructions.md): Below, you’ll find everything you need to know about prompts used in AI systems.
- [What Are Prompts?](https://docs.getyolo.ai/en/kezdetek/what-are-prompts.md)
- [Example Prompts for Students](https://docs.getyolo.ai/en/kezdetek/example-prompts-for-students.md): Copy any of the prompts and give it a try!
- [Example Prompts for Parents](https://docs.getyolo.ai/en/kezdetek/example-prompts-for-parents.md): Copy any of the prompts and give it a try!
- [Example Prompts for Teachers](https://docs.getyolo.ai/en/kezdetek/example-prompts-for-teachers.md): Copy any of the prompts and give it a try!
- [YoloAI Consulting Services](https://docs.getyolo.ai/en/kezdetek/yoloai-consulting-services.md): Educational Consulting Services
- [SUPPORT](https://docs.getyolo.ai/en/kezdetek/support.md)
- [Need help?](https://docs.getyolo.ai/en/kezdetek/support/need-help.md): On this page, you’ll find various solutions in case any issues arise.
- [AFFILIATE PROGRAM](https://docs.getyolo.ai/en/kezdetek/affiliate-program.md)
- [Affiliate Program Policy \[ENG\]](https://docs.getyolo.ai/en/kezdetek/affiliate-program/affiliate-program-policy-eng.md): Published version: 1.
- [Affiliate Prizes \[ENG\]](https://docs.getyolo.ai/en/kezdetek/affiliate-program/affiliate-prizes-eng.md): Exciting Rewards Await You!
- [Affiliate Program Policy \[HUN\]](https://docs.getyolo.ai/en/kezdetek/affiliate-program/affiliate-program-policy-hun.md): Közzétett változat: 1.
- [Affiliate Nyeremények](https://docs.getyolo.ai/en/kezdetek/affiliate-program/affiliate-nyeremenyek.md): Izgalmas Nyeremények Várnak Rád!
- [Terms & Conditions](https://docs.getyolo.ai/en/kezdetek/terms-and-conditions.md): Published version: 1.
- [Privacy Policy](https://docs.getyolo.ai/en/kezdetek/privacy-policy.md): Published version: 3.


---

# 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.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.
