> For the complete documentation index, see [llms.txt](https://resources.unizin.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://resources.unizin.org/products/content/unizin-engage/ereader-user-guide/creating-flashcards.md).

# Creating Flashcards

Flashcards are a great way to personalize your studying experience.

## Creating Flashcards <a href="#creatingflashcards-creatingflashcards" id="creatingflashcards-creatingflashcards"></a>

Making a flashcard follows the same process as highlighting.

To create a flashcard:

1. Click and drag your cursor over the text to highlight it.
2. Select **Create a Flashcard** from the pop-up.
   1. You can add flashcards to a deck by selecting a deck from the dropdown menu within the task box.
   2. The back side of the card includes your highlighted text.
3. Type in a note for the front side and select **Save**.

<figure><img src="https://solve.redshelf.com/hc/article_attachments/15754843960987" alt=""><figcaption></figcaption></figure>

## Studying Flashcards <a href="#creatingflashcards-studyingflashcards" id="creatingflashcards-studyingflashcards"></a>

Once you’ve created your flashcards, the eReader lets you organize them in different ways.

To view your flashcards:

1. On the Sidebar Manu Select the Flashcard icon.
2. Select a Deck. (Flashcards are organized by eBook sections or by the decks you’ve created).
   1. The interface displays the front side of the flashcard. To view the back side text, select the Flip Flashcard Icon.
   2. The Options Menu, three dots, allows you to Edit and Delete your Flashcard.

<figure><img src="https://solve.redshelf.com/hc/article_attachments/15754752648091" alt="" width="375"><figcaption></figcaption></figure>

You can also check your own understanding of your flashcards. To do so, select the colored icons on the bottom of the backside of the flashcard. The icons stand for different levels of confidence. Green is for high confidence. Yellow is for moderate confidence, and red is for low confidence.

<figure><img src="https://solve.redshelf.com/hc/article_attachments/15754676823835" alt="" width="375"><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://resources.unizin.org/products/content/unizin-engage/ereader-user-guide/creating-flashcards.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
