> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify.com/makriman/inspir/llms.txt
> Use this file to discover all available pages before exploring further.

# AI Assistance Tools

> Get instant homework help, step-by-step solutions, summaries, and citations powered by Claude AI

# AI Assistance Tools

All AI tools in inspir are powered by **Anthropic's Claude AI**, providing accurate, helpful, and contextual assistance for your studies.

<Note>
  Unlike ChatGPT, our tools are specifically designed for students with purpose-built interfaces for homework, summaries, citations, and more.
</Note>

***

## Doubt Solver

Get step-by-step solutions to homework questions with detailed explanations.

### How It Works

<Tabs>
  <Tab title="Type Your Question">
    Simply type or paste your homework question:

    ```
    "Solve: 3x + 7 = 22"

    "Explain the causes of World War I"

    "What is the difference between mitosis and meiosis?"
    ```

    AI provides detailed step-by-step solutions with explanations.
  </Tab>

  <Tab title="Upload Image">
    Take a photo of your homework:

    1. Click "Upload Image"
    2. Select photo from your device
    3. AI uses OCR to extract text
    4. Review extracted text (edit if needed)
    5. Get your solution

    <Info>Works with handwritten and printed questions!</Info>
  </Tab>
</Tabs>

### Subject Support

Doubt Solver works across all subjects:

<CardGroup cols={3}>
  <Card title="Mathematics" icon="calculator">
    Algebra, calculus, geometry, trigonometry with step-by-step solutions
  </Card>

  <Card title="Sciences" icon="flask">
    Physics, chemistry, biology with diagrams and explanations
  </Card>

  <Card title="Languages" icon="language">
    English, grammar, essay help, literature analysis
  </Card>

  <Card title="Social Studies" icon="earth-americas">
    History, geography, civics with context and examples
  </Card>

  <Card title="Computer Science" icon="code">
    Programming, algorithms, debugging help
  </Card>

  <Card title="Other Subjects" icon="book">
    Economics, psychology, philosophy, and more
  </Card>
</CardGroup>

### Solution Features

<AccordionGroup>
  <Accordion title="Step-by-Step Breakdown">
    Every solution includes:

    * **Problem analysis**: What the question is asking
    * **Step-by-step process**: Each step explained in detail
    * **Final answer**: Clear, concise result
    * **Why it works**: Conceptual explanation
  </Accordion>

  <Accordion title="Share Solutions">
    Help your classmates:

    1. Click "Share" on any solution
    2. Copy the unique link
    3. Anyone can view the question and solution
    4. Great for study group discussions
  </Accordion>

  <Accordion title="Solution History">
    * All your doubts are saved (if logged in)
    * Search past solutions
    * Review difficult problems before exams
    * Export to PDF
  </Accordion>
</AccordionGroup>

### Example Solutions

<CodeGroup>
  ```text Math Problem theme={null}
  Question: "If f(x) = 2x² + 3x - 5, find f(3)"

  Solution:
  Step 1: Substitute x = 3 into the function
    f(3) = 2(3)² + 3(3) - 5

  Step 2: Calculate the exponent
    f(3) = 2(9) + 3(3) - 5

  Step 3: Multiply
    f(3) = 18 + 9 - 5

  Step 4: Add and subtract from left to right
    f(3) = 27 - 5 = 22

  Answer: 22
  ```

  ```text Science Question theme={null}
  Question: "Explain the process of photosynthesis"

  Solution:
  Photosynthesis is how plants convert light energy into
  chemical energy (glucose):

  1. Light Reactions (in thylakoid membranes):
     - Chlorophyll absorbs light
     - Water is split (H₂O → H⁺ + O₂)
     - ATP and NADPH are produced

  2. Calvin Cycle (in stroma):
     - CO₂ is fixed using RuBisCO enzyme
     - ATP and NADPH power glucose synthesis
     - Glucose (C₆H₁₂O₆) is produced

  Overall equation: 6CO₂ + 6H₂O + light → C₆H₁₂O₆ + 6O₂
  ```
</CodeGroup>

<Warning>
  Use Doubt Solver to **learn and understand**, not to copy answers. Review each step to build your own problem-solving skills.
</Warning>

***

## Text Summarizer

Condense long texts, articles, and chapters into concise summaries.

### Input Options

* **Paste text**: Articles, lecture notes, textbook chapters
* **Upload files**: PDF, DOCX, TXT (up to 10MB)
* **Set length**: Choose summary length (short, medium, detailed)

### Summary Formats

<Tabs>
  <Tab title="Bullet Points">
    Quick, scannable format:

    * Main points only
    * Key facts and dates
    * Perfect for review
  </Tab>

  <Tab title="Paragraph Format">
    Flowing narrative summary:

    * Connected ideas
    * Context preserved
    * Better for understanding relationships
  </Tab>

  <Tab title="Outline Format">
    Hierarchical structure:

    * Main topics
    * Subtopics indented
    * Great for organizing notes
  </Tab>
</Tabs>

### Best Use Cases

<CardGroup cols={2}>
  <Card title="Research Papers" icon="file-lines">
    Summarize academic papers to quickly understand methodology and findings
  </Card>

  <Card title="Textbook Chapters" icon="book">
    Get the main points before reading or for quick review
  </Card>

  <Card title="News Articles" icon="newspaper">
    Condense current events for faster reading
  </Card>

  <Card title="Lecture Notes" icon="chalkboard">
    Summarize your notes into study guides
  </Card>
</CardGroup>

***

## Study Guide Generator

Create comprehensive study guides from course material.

### What's Included

Each study guide contains:

<Steps>
  <Step title="Key Concepts">
    Main topics and definitions explained clearly
  </Step>

  <Step title="Important Facts">
    Dates, names, formulas, and key information
  </Step>

  <Step title="Practice Questions">
    Self-test questions with answers
  </Step>

  <Step title="Study Tips">
    How to approach the material and what to focus on
  </Step>
</Steps>

### Input Your Course Material

```
Examples:
- "Create a study guide for Chapter 5: The Cell"
- Upload: biology_final_review.pdf
- Paste: Your entire semester's notes
```

AI generates a structured study guide covering all major topics.

***

## Math Solver

Solve equations with detailed step-by-step explanations.

### Supported Math Types

<AccordionGroup>
  <Accordion title="Algebra">
    * Linear equations: `3x + 7 = 22`
    * Quadratic equations: `x² - 5x + 6 = 0`
    * Systems of equations
    * Inequalities
    * Polynomials
  </Accordion>

  <Accordion title="Calculus">
    * Derivatives: `d/dx (x³ + 2x)`
    * Integrals: `∫(3x² + 2)dx`
    * Limits
    * Chain rule, product rule
  </Accordion>

  <Accordion title="Geometry">
    * Area and perimeter
    * Volume calculations
    * Pythagorean theorem
    * Trigonometric functions
  </Accordion>

  <Accordion title="Statistics">
    * Mean, median, mode
    * Standard deviation
    * Probability
    * Distributions
  </Accordion>
</AccordionGroup>

### Solution Format

Every math solution includes:

1. **Problem statement**: What you're solving for
2. **Step-by-step work**: Every algebraic manipulation explained
3. **Final answer**: Simplified result
4. **Verification**: Check your answer (when applicable)

***

## Citation Generator

Generate perfect citations in all major formats.

### Supported Formats

<Tabs>
  <Tab title="MLA (9th Edition)">
    Modern Language Association format for humanities:

    ```
    Author Last Name, First Name. "Article Title." 
    Website Name, Publisher, Date, URL.
    ```
  </Tab>

  <Tab title="APA (7th Edition)">
    American Psychological Association for social sciences:

    ```
    Author, A. A. (Year, Month Day). Title of article. 
    Website Name. URL
    ```
  </Tab>

  <Tab title="Chicago (17th Edition)">
    Chicago Manual of Style for history and humanities:

    ```
    Author First Name Last Name. "Article Title." 
    Website Name. Date. URL.
    ```
  </Tab>

  <Tab title="Harvard">
    Author-date system used in sciences:

    ```
    Author, A.A. (Year) 'Article title', Website name, 
    Available at: URL (Accessed: Day Month Year).
    ```
  </Tab>
</Tabs>

### Source Types

<CardGroup cols={3}>
  <Card title="Websites" icon="globe">
    Paste URL and auto-fill citation details
  </Card>

  <Card title="Books" icon="book">
    Enter ISBN or manual details
  </Card>

  <Card title="Journal Articles" icon="file-lines">
    Academic papers and research
  </Card>

  <Card title="Videos" icon="video">
    YouTube and other video sources
  </Card>

  <Card title="Social Media" icon="hashtag">
    Twitter, Instagram, TikTok posts
  </Card>

  <Card title="Images" icon="image">
    Photos and artwork citations
  </Card>
</CardGroup>

### Features

* **Auto-fill from URL**: Paste a link and details are extracted
* **Copy to clipboard**: One-click copy
* **Export bibliography**: Download all citations as formatted text
* **In-text citations**: Get both full reference and in-text format

***

## Other AI Tools

<AccordionGroup>
  <Accordion title="Essay Assistant" icon="pen-to-square">
    Help with essay writing:

    * Generate outlines from your thesis
    * Suggest topic sentences for paragraphs
    * Provide counter-arguments
    * Check structure and flow
  </Accordion>

  <Accordion title="Grammar Checker" icon="spell-check">
    Improve your writing:

    * Fix grammar and punctuation
    * Suggest better word choices
    * Improve sentence structure
    * Check for clarity and conciseness
  </Accordion>

  <Accordion title="Paraphrasing Tool" icon="repeat">
    Rewrite text while preserving meaning:

    * Avoid plagiarism
    * Simplify complex sentences
    * Change tone (formal/casual)
    * Multiple paraphrase options
  </Accordion>

  <Accordion title="Concept Explainer" icon="lightbulb">
    Understand difficult concepts:

    * Simple explanations with examples
    * Analogies and metaphors
    * Visual descriptions
    * "Explain like I'm 5" option
  </Accordion>

  <Accordion title="Translator" icon="language">
    Translate between languages:

    * 100+ languages supported
    * Preserve formatting
    * Context-aware translations
    * Academic and casual styles
  </Accordion>

  <Accordion title="Research Finder" icon="magnifying-glass">
    Find sources for your topic:

    * Suggest research questions
    * Find credible sources
    * Identify key papers and authors
    * Generate search terms
  </Accordion>
</AccordionGroup>

***

## AI Limitations

<Warning>
  While our AI is highly accurate, it's not perfect. Always:

  * **Verify answers** for critical assignments
  * **Check math solutions** by working backwards
  * **Cross-reference** important facts
  * **Use as a learning tool**, not a replacement for understanding
</Warning>

***

## Next Steps

<Card title="Try Doubt Solver" icon="circle-question" href="https://quiz.inspir.uk/doubt">
  Get step-by-step solutions to your homework questions
</Card>
