> For the complete documentation index, see [llms.txt](https://manual.trancy.org/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.trancy.org/en/get-started/use-learning-deck/practice-words.md).

# Practice Words

Practice Words is where you build and review your vocabulary in the Trancy Learning Center. Words you save while watching or reading are collected here, each tied to the example sentence it came from, so you always see how a word is actually used. You can then practice them with Flashcard Practice, which is free for everyone, and your word list stays in sync with the Trancy extension.

Link： <https://learn.trancy.org/vocabulary>

<figure><img src="/files/Fud2LOcZGmOF3egrQPO4" alt="Trancy Learning Center Vocabulary tab showing a list of saved words with their phonetic spelling, part of speech, and definition, with Words to learn and Already known tabs and a Practice button."><figcaption></figcaption></figure>

### What is Practice Words

Practice Words is your vocabulary collection in the Learning Center. Every word you save is stored with its pronunciation, its meaning, and the example sentence it came from, so you study words in context rather than as a bare list. From the Vocabulary view you can separate words you are still learning from words you already know, play each word's audio, and start a practice session whenever you want to review.

### Saving words

1. While watching or reading with Trancy, click a word in the subtitles or on the page to look it up.
2. Save the word, and Trancy stores it along with its pronunciation, meaning, and the example sentence it appeared in.
3. Open the Trancy Learning Center and select Vocabulary to see all of your saved words.
4. Move words between your learning list and your known list as you make progress, and remove any you no longer need.

### Flashcard Practice

Flashcard Practice is how you actively review your saved words. Open the Practice option from the Vocabulary view and Trancy quizzes you on your words, drawing on their example sentences so you recall them in context rather than in isolation. You can practice with your keyboard for a faster review, organize words between the list you are still learning and the list you already know, manage words in batches, and add your own words if you want to study vocabulary that you did not save from a video or page.

Your vocabulary stays in sync between the Trancy extension and the Learning Center, so a word you save while browsing is ready to practice in the Learning Center, and you can use one account on up to 6 devices at the same time.

### Free vs Premium

Flashcard Practice is the one Learning Center feature that is free for everyone, so you can save words and review them with flashcards on the free plan. On the free plan you can save up to 100 words; [Trancy Premium](/en/billing-and-plans/premium.md) removes this limit so you can save an unlimited number of words. The more advanced, AI-powered vocabulary features, such as the AI Learning Assistant, are Premium.

### Frequently asked questions

**Is vocabulary practice free?**

Yes. Flashcard Practice is the one Learning Center feature that is free for everyone. More advanced AI vocabulary features are part of Trancy Premium.

**How many words can I save for free?**

The free plan lets you save up to 100 words. With Trancy Premium, word saving is unlimited.

**Can I import my own word list?**

Yes. You can add your own words to study vocabulary that you did not save directly from a video or page.

**Do my words sync with the extension?**

Yes. Your vocabulary stays in sync between the Trancy extension and the Learning Center, and you can use one account on up to 6 devices at the same time.

*Last updated: June 5, 2026*


---

# 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://manual.trancy.org/en/get-started/use-learning-deck/practice-words.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.
