> For the complete documentation index, see [llms.txt](https://docs.quizsolverai.com/doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.quizsolverai.com/doc/quiz-solver-app/overview/quick-start-guide.md).

# Quick Start Guide

## Quick Start Guide

**Install the App:**

1. Visit the Google Play Store or search for 'QuizSolver' on your Android device.
2. Click 'Install' to download and install the app.

<figure><img src="/files/OhONZ3BsK4EBeSaZ1wYk" alt="" width="255"><figcaption></figcaption></figure>

**Sign Up for an Account:**

You have two options:

1. **Email & password** — open the app, tap **Sign up**, enter your email and a password.
2. **Sign in with Google** — tap **Continue with Google** on the welcome screen. The Google account picker appears; choose the account you want to use and you're in. No password to remember, no email verification step, instant access.

Either way, your account ties your subscription, credits, and request history together — required for everything except offline browsing.

<figure><img src="/files/79lHqcGyBLR6b8K5DaYq" alt="" width="270"><figcaption></figcaption></figure>

{% hint style="info" %}
**Why Sign in with Google?** It's faster (no password to set or remember), verified by default (no separate email verification step), and your sign-in method shows up clearly in your profile so you always know how to log back in.
{% endhint %}

**Email Verification (email/password sign-ups only):**

1. Upon signing up with email, you'll receive a verification email.
2. Click the verification link within the email to activate your account. This step is crucial to ensure your free credits are added to your account, allowing you to start using QuizSolver Mobile effectively.
   * Note: The verification link is valid for 10 minutes. If it expires, go to your account settings in the app and click on "Send the verification link" to receive a new email.
3. Sign-in with Google bypasses this step — your Google email is already verified.

<figure><img src="/files/Q4V6dW55DL6DjgLzH2Vo" alt="" width="270"><figcaption></figcaption></figure>

**Allow push notifications (optional but recommended):**

When you first open the app, Android asks for **notification permission**. Allow it to get:

* **Support ticket replies** — instant alert when our team responds to your ticket.
* **Subscription events** — payment success, payment failure, subscription cancellation confirmation.
* **Credit updates** — when free credits are added (referral bonus, manual top-up, etc.).
* **Announcements** — major product updates and scheduled maintenance.

You can change the permission later from Android's **Settings → Apps → QuizSolver → Notifications**. Inside the app, you can also disable individual notification categories from **Profile → Settings → Notifications**.

**Start Using QuizSolver:**

1. With your account verified and activated, you’re ready to start learning!
2. Use the QuickSnap feature to capture photos of your quizzes or assignments, or simply type your questions into the chat.
3. Explore how QuizSolver Mobile can assist you in finding accurate answers and detailed explanations, right from your phone.


---

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

```
GET https://docs.quizsolverai.com/doc/quiz-solver-app/overview/quick-start-guide.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.
