> For the complete documentation index, see [llms.txt](https://mytutors-organization.gitbook.io/mytutor.io-academy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mytutors-organization.gitbook.io/mytutor.io-academy/welcome-aboard/quickstart.md).

# Account Setup

### **Step 1: Sign Up**

**Create your account in seconds.**\
Enter your email, set a password, and you’re in!

<figure><img src="/files/bkh8cQ1Jb5p5QXl4hcGJ" alt=""><figcaption></figcaption></figure>

***

### **Step 2: Pass the Onboarding**

**Personalize your experience.**\
Answer a few quick questions about your goals and learning preferences so we can tailor the platform to you.

**Pick the course you want to focus on first—GCSE, IGCSE, A-Level, International A-Level or IB. This choice is very important, please double check with your school if needed!**

<figure><img src="/files/bkh8cQ1Jb5p5QXl4hcGJ" alt=""><figcaption></figcaption></figure>

***

### **Step 3: Select a Course to Start**

**Choose your subject.**\
Pick the Island of Knowledge you want to tackle first.\
\
List of subjects:

<figure><img src="/files/uH99Y1BhIxSaGksqd62W" alt=""><figcaption></figcaption></figure>

***

### **Step 4: Select Your Exam Board**

**Match your syllabus.**\
Select your exam board, and we’ll align everything to fit your curriculum perfectly.

<figure><img src="/files/mtpwzX8WT95pTIsbZvsZ" alt=""><figcaption></figcaption></figure>

***

### **Step 5: Select Your Subscription**

**Choose your plan wisely.**\
We offer three subscription levels to suit your needs and budget:

* **Basic (Free):** Start with limited access to one subject, 10 messages per day, and general chat features. Perfect for trying out the platform.
* **Premium ($9.99/month per subject):** Unlock full access to one subject, including interactive lessons, flashcards, practice questions, progress tracking, and more. Ideal if you want to excel in a specific subject.
* **Full Access ($59.99/month):** Get premium access to all subjects and early access to new features. This is the best choice for students managing multiple subjects and aiming for top results across the board.

Take a moment to think about your needs. If you’re focusing on just one subject, Premium is your best bet. But if you’re preparing for multiple exams, Full Access ensures you’re covered for everything.

<figure><img src="/files/3pfReumx0s5UPawturLI" alt=""><figcaption></figcaption></figure>

***

### **Step 6: Get Started Learning**

**You’re all set! Now dive into the features and start making progress. Here’s what’s waiting for you:**

* **General Chat:** Ask questions, get instant answers, and generate high-quality notes or exam-style questions tailored to your syllabus.
* **Learn Mode:** Interact with a digital version of your textbook, ensuring every topic is crystal clear and nothing is misunderstood.
* **Revise Mode:** Boost your memory with unlimited syllabus-specific flashcards, packed with examiner tips to help you ace your exams.
* **Practice Mode:** Test your knowledge with multiple-choice and short-answer questions designed to simulate real exam scenarios.
* **File Upload:** Snap a picture of homework or study material and get instant, accurate explanations tailored to your course.
* **Progress Tracking:** Stay motivated by tracking your study hours, mastering topics, and earning rewards along the way.

Every feature is designed to make studying smarter, faster, and more engaging. Start exploring, and remember: **every step you take brings you closer to mastering your subjects and conquering the Islands of Knowledge!**

<figure><img src="/files/WbuCJzVgPIM4udfwx3Hp" alt=""><figcaption></figcaption></figure>


---

# 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://mytutors-organization.gitbook.io/mytutor.io-academy/welcome-aboard/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.
