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

# Stemfard: Intelligent Mathematics API for Education

> Stemfard provides REST API endpoints for linear algebra and mathematics computations designed to power modern STEM education platforms.

Stemfard is an intelligent mathematics API that gives developers instant access to powerful linear algebra computations — with built-in step-by-step solutions, multiple output formats, and learning pathways. Whether you're building an educational platform, a homework helper, or a STEM tutoring app, Stemfard handles the math so you can focus on the experience.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Make your first API call in minutes and see Stemfard in action.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/overview">
    Explore all available endpoints with full request and response details.
  </Card>

  <Card title="Core Concepts" icon="lightbulb" href="/concepts/api-levels">
    Learn about API levels, response formats, and output options.
  </Card>

  <Card title="Guides" icon="book-open" href="/guides/matrix-operations">
    Step-by-step walkthroughs for common use cases and integrations.
  </Card>
</CardGroup>

## Get started in 3 steps

<Steps>
  <Step title="Get your API key">
    Sign up for Stemfard to receive your API key. You'll include this key in the `Authorization` header of every request.
  </Step>

  <Step title="Make your first request">
    Send a POST request to any mathematics endpoint with your matrix data. The API returns results immediately, along with optional step-by-step solutions.
  </Step>

  <Step title="Customize the response">
    Use the `api_level` parameter to control response verbosity — choose `lite` for just the answer, `standard` to include solution steps, or `detailed` for the full educational response.
  </Step>
</Steps>

## What Stemfard offers

Stemfard's API covers a growing library of mathematics operations, starting with comprehensive linear algebra support:

* **Matrix Arithmetic** — Addition, subtraction, element-wise multiplication/division/power, and matrix multiplication
* **Matrix Dimensions** — Query the number of rows, columns, or full shape of any matrix
* **Matrix Statistics** — Compute min, max, sum, mean, median, variance, and standard deviation across rows, columns, or the entire matrix
* **Step-by-step solutions** — Every computation can return a detailed solution in HTML, LaTeX, or speech format
* **Learning pathways** — Related educational endpoints are surfaced alongside results to support deeper exploration

<Note>
  The Stemfard API base URL is `https://api.stemfard.com`. All endpoints use HTTPS and require a valid API key.
</Note>
