Identify the correct manual for your Anki client
mainThis manual is specifically for the computer version of Anki. If you are using a mobile device, use the dedicated manuals instead:
- Android: AnkiDroid Manual
- iPhone/iPad: AnkiMobile Manual
repository·main·Indexed 18 days ago
https://github.com/ankitects/anki-manualOfficial documentation for Anki, a learning tool based on active recall and spaced repetition. Includes guides on using the Browse window, managing backups and restores, installing and troubleshooting add-ons, and understanding scheduling algorithms like SM-2 and FSRS.
This manual is specifically for the computer version of Anki. If you are using a mobile device, use the dedicated manuals instead:
Flags are similar to tags but serve different purposes and have different scopes:
Shortcuts:
Ctrl + 1-7Cmd + 1-7You can also flag/unflag cards in the Browser and create filtered decks from them.
Anki synchronizes sounds and images used by your notes. It detects when media is added, removed, or replaced in your media folder, but it cannot detect if you have edited an existing file. To sync edits to a file, you must replace the file with the new version.
If running Anki from a USB flash drive, use an NTFS file system. Anki may fail to detect media changes on FAT32 filesystems.
In Anki 23.10 and later, you have granular control over how imported notes and note types interact with your existing collection. When importing, you can choose between several behaviors:
Note on Merging: Merging relies on template and field IDs (introduced in Anki 2.1.67). If IDs are missing, Anki attempts to match them by name. Merging requires a full sync and may mark other existing notes as modified.
A deck is a group of cards. Decks allow you to study specific subsets of your collection and apply unique settings (like new card limits or intervals) to each group.
Decks can be organized into a tree structure using subdecks. You can create hierarchy by:
::). For example, Chinese::Hanzi creates a Hanzi subdeck inside a Chinese parent deck.When you select a parent deck, Anki shows all cards within it, including those in its subdecks. Selecting a subdeck shows only the cards in that specific subdeck.
My Deck 09 before My Deck 10), use leading zeros in names.Shared decks are useful for saving time on simple subjects (like capital cities or flags) or as a supplement to existing study materials.
However, for complex subjects (like languages or sciences), shared decks should be used as a supplement, not a replacement for external material (textbooks, teachers, etc.). Because creators often omit background explanations that they already understand, using shared decks without external context can make the material difficult to learn.
Core Principle: Do not learn if you do not understand.
Anki uses presets to group options, allowing you to apply the same settings to multiple decks simultaneously. Changing an option in a preset updates all decks using that preset.
To manage presets, use the arrow icon in the top right of the Deck Options window. Available actions include:
Cloze note types function differently than regular note types. Instead of multiple customizable card types, a Cloze note type uses a single type shared by all cloze deletions on a note.
{{cloze:FieldName}}).{{c1::text}}, {{c2::text}}).Note: {{cloze:...}} tags only work with Cloze note types; they will not function correctly with regular note types.
You can use special conditional fields to check which specific cloze card is currently being rendered (e.g., {{c1}}, {{c2}}). This allows you to show different hints for different deletions:
{{cloze:Text}}
{{#c1}}
{{Hint1}}
{{/c1}}
{{#c2}}
{{Hint2}}
{{/c2}}Spaced repetition leverages the "spacing effect," where information is remembered more effectively when reviews are distributed over time.
In Anki, the system tracks your performance on each card. When you answer a question, you provide feedback on how well you remembered it. The algorithm uses this feedback to calculate the optimal time to show the card again. As a memory becomes stronger through successful recall, the intervals between reviews grow longer (e.g., from 3 days to 15 days to 45 days), allowing you to maintain knowledge with minimal effort.
Anki uses a Globally Unique Identifier (GUID) to track notes and handle duplicate checking. If you export notes with their GUIDs included, you can modify the notes and re-import them to update the existing entries in Anki, provided the GUID field remains unchanged.
Important considerations:
MYNOTE0001), it is recommended to place them in the first field of the note rather than assigning them to Anki's internal GUID field. Anki can use the first field for duplicate checking to achieve the same update behavior.If you are using the FSRS (Free Spaced Repetition Scheduler), you can use specific settings to handle missing or imported data:
Related cards from the same note (e.g., a front→back and a back→front card) are called siblings.
Burying prevents siblings from appearing in the same study session by hiding them until the next day.