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

# Introduction

Dolphin Flashcards is a gamified flashcard application designed to aid memorization and enhance learning. This is made possible by implementing a spaced repetition algorithm in an easy-to-use and visually pleasing user interface. The website, which is still in development, can be found [here](http://www.dolphinflashcards.com).

<img className="block dark:hidden" src="https://mintlify.s3-us-west-1.amazonaws.com/dolphinflashcardapp/images/dolphinflashcards.png" alt="Hero Light" />

<img className="hidden dark:block" src="https://mintlify.s3-us-west-1.amazonaws.com/dolphinflashcardapp/images/dolphinflashcards.png" alt="Hero Dark" />

<br />

<br />

<CardGroup cols={2}>
  <Card title="How it Works" icon="screwdriver-wrench" href="/conceptual-docs/howitworks">
    Discover how Dolphin Flashcards works
  </Card>

  <Card title="Quick Start" icon="fire" href="/conceptual-docs/quickstart">
    Quickly set up an account and create your first flashcard
  </Card>

  <Card title="Reference Documentation" icon="code" href="/api-reference/introduction">
    Explore our API Documentation
  </Card>

  <Card title="Contributing" icon="pen" href="/extras/contributing">
    We're Open Source! Learn how to start contributing to the project
  </Card>
</CardGroup>
