> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dolphinflashcards.com/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://mintcdn.com/dolphinflashcards/mhPmVGE7kJB0TqWJ/images/dolphinflashcards.png?fit=max&auto=format&n=mhPmVGE7kJB0TqWJ&q=85&s=b2a40df7767dcf249ffb5185e774c148" alt="Hero Light" width="1769" height="738" data-path="images/dolphinflashcards.png" />

<img className="hidden dark:block" src="https://mintcdn.com/dolphinflashcards/mhPmVGE7kJB0TqWJ/images/dolphinflashcards.png?fit=max&auto=format&n=mhPmVGE7kJB0TqWJ&q=85&s=b2a40df7767dcf249ffb5185e774c148" alt="Hero Dark" width="1769" height="738" data-path="images/dolphinflashcards.png" />

<br />

<br />

<CardGroup cols={2}>
  <Card title="Quick Start" icon="fire" href="/conceptual-docs/quickstart">
    Learn how to begin developing features for Dolphin Flashcards
  </Card>

  <Card title="Video Tutorials" icon="screwdriver-wrench" href="/conceptual-docs/tutorialintro">
    See more in-depth video tutorials
  </Card>

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

  <Card title="Architecture Diagrams" icon="pen" href="/conceptual-docs/architecturediagrams">
    Learn more about how the Architecture of Dolphin Flashcards fits together
  </Card>
</CardGroup>
