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

# FAQ

> Answers to common questions about the current BlueAccademy docs and flashcards slice.

This FAQ focuses on the current supported flashcards slice and the current local runtime model.

<AccordionGroup>
  <Accordion title="Why aren't my new cards appearing?">
    Common reasons are:

    * `newCardsPerDay` is `0`
    * you already reached today's new-card limit
    * the database has not been seeded as expected
  </Accordion>

  <Accordion title="Can I undo a review rating?">
    Yes. The current flashcard flow supports undo for the most recent review.
  </Accordion>

  <Accordion title="What do the card border colors mean?">
    They map to scheduler state:

    | Border color | Queue                 | Meaning                                                                                        |
    | ------------ | --------------------- | ---------------------------------------------------------------------------------------------- |
    | 🔵           | New                   | This card has never been reviewed before.                                                      |
    | 🔴           | Learning / Relearning | This card is in an early learning step, or was missed and is being relearned.                  |
    | 🟢           | Due for review        | This card has graduated from learning and is scheduled for a regular spaced-repetition review. |
  </Accordion>

  <Accordion title="How do I import my Anki cards?">
    Export plain-text tab-separated content from Anki, then import that into the flashcards slice. The supported path documented here is `.txt` import.
  </Accordion>

  <Accordion title="What happens if I delete a deck?">
    Deck deletion is permanent. It removes the deck, its cards, and related progress state.
  </Accordion>

  <Accordion title="Can I create my own decks?">
    Yes. You can create your own decks and add your own cards. Track tags are organizational metadata.
  </Accordion>

  <Accordion title="What does 'All caught up!' mean?">
    It means there are no cards currently due under the scheduler rules for that deck and that moment.
  </Accordion>

  <Accordion title="How is the next review interval calculated?">
    The flashcard system uses an SM-2-style scheduling approach. Ratings change the next interval and may also move a card between new, learning, relearning, and review states.
  </Accordion>

  <Accordion title="Is there a supported CKAD simulator or hosted sandbox?">
    Not yet. Those areas are not documented as supported in the current release.
  </Accordion>
</AccordionGroup>
