# Flashcards / Spaced Repetition

> Spaced repetition (SRS) is an evidence-based learning technique that is usually performed with flashcards. It is based on learning over a longer period time with distributed sessions. Newly introduced and more difficult flashcards are shown more frequently, while older and less difficult flashcards are shown less frequently in order to exploit the psychological *spacing effect*.1 The use of spaced repetition has been proven to increase rate of learning. [Wikipedia](https://en.wikipedia.org/wiki/Spaced_repetition)

In Logseq, we can make use of Spaced Repetition by adding the `#card` or `[[card]]` syntax. We create cards and clozes quite easily.

### How to create a card?

There're two ways to create a card.

1. You can add either `#card` or `[[card]]` to any block to make it a card.
2. You can right-click the bullet and select "Make a card", which will add `#card` to the end of the current block.
3. Write the answer / back of the card in the child block

As an example, you should have something like&#x20;

* Capital of Spain #card
  * Madrid

The above will show on the front of the card `Capital of Spain` and show `Madrid` when you click show answer.

### How to create a cloze?

The content in a cloze is not shown by default. For example, \[...], you can click it to reveal its content. You can have multiple \[...] in a block too.

1. Type a sentence like `My birthday is` &#x20;
2. Type /cloze, which will activate the cloze feature. Input text such as `1 January` in the defined area
3. The input should look something like `My birthday is {{cloze 1 January}}`
4. Click away and you will be left with \`My birthday is \[...]

### MORE COMING SOON<br>


---

# Agent Instructions: 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:

```
GET https://unofficial-logseq-docs.gitbook.io/unofficial-logseq-docs/intermediate-to-advance-features/flashcards-spaced-repetition.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
