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

# Quick Start

{% stepper %}
{% step %}

### Registration

To use YoloAI you need to register:

• Download the iOS or Android app or visit the YoloAI website: <https://link.getyolo.ai/JdlO/m9zq1kxm>

• Follow the registration process and create an account.

<mark style="color:purple;">**Important note**</mark>: After registering, <mark style="color:purple;">**YoloAi is totally free and it will be forever.**</mark>&#x20;
{% endstep %}

{% step %}

### Uploading Textbooks or Notes

YoloAI is designed <mark style="color:purple;">**to answer your questions based on your own course materials**</mark>. You can choose from the following options:

• <mark style="color:purple;">**Take a photo of any assignment or text**</mark> from a textbook.

• <mark style="color:purple;">**Upload existing textbooks or notes.**</mark>

• Choose a textbook <mark style="color:purple;">**from YoloAI's public textbook library**</mark>.
{% endstep %}

{% step %}

### Feel free to ask

Once you have uploaded or selected your course material, you are ready to use it!

• <mark style="color:purple;">**Ask any question, whether it's about a learning challenge**</mark> or a specific task.

• YoloAI will <mark style="color:purple;">**respond based on the textbook or notes you provide**</mark>, ensuring that the answer is accurate and relevant.
{% endstep %}
{% endstepper %}


---

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