> 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/usage/navigating-the-app.md).

# Navigating the App

## Navigating the App

QuizSolver Mobile is organized around **three main tabs** in the bottom navigation:

* **Chat** (left) — the conversational AI interface for typing or speaking questions
* **Snap** (center) — the camera-based QuickSnap flow
* **My Profile** (right) — your account, plan, credits, and settings

### My Profile

The Profile tab is your control center. From top to bottom you'll find:

**Identity card** Your name, email, sign-in method (Google, email/password, etc.), and account verification status.

**Plan & usage** Your **Current plan** (Free / Quiz Pass / Quiz Wiz / Quiz Master) and the **Answers left today** counter — the remaining credits available right now.

**Upgrade to Premium** One-tap CTA to the in-app subscription flow. Tapping opens Google Play's native billing — see Subscription for plan details.

**Account info** Member since (account creation date) and sign-in method. A read-only summary.

**Earn free credits** The full set of credit-earning actions — see Free Credits for the breakdown of rewards per action (Watch ad, Leave review, Invite friends, Share on social).

### Chat tab

The Chat tab opens Chat AI. Type a question, tap the **mic** to speak it, or use the **camera icon** in the input bar to attach an image. Recent suggested follow-up questions appear as chips below the latest AI response.

### Snap tab

The Snap tab launches QuickSnap — capture, auto-crop, validate. The flow is optimized for solving printed/handwritten quizzes and worksheets in seconds.

### Settings

Settings is accessible from the **gear icon** at the top-right of the Profile screen. From there you can:

* Update your display name, email, password
* Choose your interface language
* Manage notification preferences (which events trigger push notifications)
* Manage your active subscription (or cancel it)
* Open Support / FAQ / Privacy & Terms links
* Delete your account (irreversible — see FAQs)

### Quiz-solving history

Every question you ask is stored in your **Chat** history. Scroll back through the conversation to revisit past answers or copy text. Tap the **broom icon** at the top of the Chat tab to clear your history (this cannot be undone).


---

# 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/usage/navigating-the-app.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.
