- Ask your AI assistant to output two-column CSV: card front, then card back.
- Ask AI to create a downloadable
.csvfile, or give you CSV in a code block. - Import the file into a new deck or into an existing deck.
- Start with 10–20 cards and edit anything vague before studying.
Turn an AI answer into importable cards
AI assistants are good at drafting flashcards, but you do not need a direct connector before ouou can use them. Ask for a two-column CSV file, import it, then review the cards before you study.
This guide is for people who already use an AI assistant, such as ChatGPT, Claude, Gemini, or Perplexity. You do not need to connect anything to ouou first.
If you want the AI assistant to add cards directly to your ouou account, use a connector instead. The Claude connector guide is the current setup path for Claude. This CSV recipe is the no-setup path.
How ouou turns CSV rows into cards
ouou is a flashcard app. A flashcard has a front and a back:
- Front: the prompt you try to answer.
- Back: the answer you check after trying to remember.
CSV is a plain text file that stores rows and columns. ouou reads the first two columns as flashcards: column 1 becomes the front, and column 2 becomes the back.
In this recipe, you will ask AI for a small deck about football concepts. It is not a language-learning deck. The goal is to understand ideas such as pressing, offside, transition, and set pieces.
Do not ask for a header row. ouou imports every non-empty row as a card, so a
row like front,back would become a flashcard.
Step 1: Ask AI for strict two-column CSV
Copy this prompt into your AI assistant:
Create flashcards for a flashcard app.
Topic: beginner football concepts.
Create a downloadable CSV file named football-concepts.csv.
If you cannot create a file, output only the CSV inside one code block. Do not
include explanations before or after the code block.
CSV rules:
- Use exactly two columns.
- Do not include a header row.
- Column 1 is the card front: a clear question or concept prompt.
- Column 2 is the card back: a concise answer with one useful example.
- Put one concept on each card.
- Keep each answer under 60 words.
- Use double quotes around any field that contains a comma.
- Escape any double quote inside a field by writing two double quotes.
Card quality rules:
- Test understanding, not word matching.
- Avoid cards where the answer is obvious from the wording.
- Split broad topics into smaller cards.
- Prefer concrete match situations over abstract definitions.
Create 15 cards.
This prompt is reusable. Keep the CSV rules and card quality rules, then change the topic, file name, and number of cards. The football example is just a sample subject.
The AI answer should look like this:
What is pressing in football?,Pressing is when a team tries to win the ball back by quickly closing down the player in possession. Example: forwards pressure the goalkeeper and center backs after a short goal kick.
What is a transition?,A transition is the moment when possession changes from one team to the other. Example: after winning the ball in midfield, a team attacks before the defense is organized.
What does offside prevent?,Offside prevents attackers from waiting near the opponent's goal for easy passes. Example: a striker beyond the last defender cannot receive a forward pass unless level with or behind the ball.
What is a set piece?,A set piece is a planned restart after play stops. Example: a corner kick routine where one player blocks space and another attacks the near post.
What is a low block?,A low block is a defensive shape where most players defend deep near their own goal. Example: a team protects a one-goal lead by leaving little space behind its defenders.
Step 2: Save the output as a real .csv file
If your AI assistant creates a file, download or share that file. Use a clear file name. For this example, use:
football-concepts.csv
If you import from the main deck list, ouou uses the file name as the new deck name. If you import from an existing deck’s backup screen, ouou adds the cards to that deck instead.
If your AI assistant cannot create a file, copy the CSV code block and save it yourself.
On desktop
- Download the CSV file from your AI assistant, if it created one.
- If there is no file, copy the CSV code block.
- Paste it into a plain text editor.
- Save the file as
football-concepts.csv. - Make sure the file extension is
.csv, not.txt.
On mobile
If your AI app creates files, download or share the CSV file to your phone’s Files app.
If the AI app only gives text, copy the CSV into an app that can save plain text
files. Save or export it as football-concepts.csv. Avoid rich text formats
such as .docx or .pages; ouou needs the plain CSV file.
Step 3: Import the CSV into a new deck
- Open ouou.
- Open the deck list.
- Choose Add a deck.
- Choose Import from file.
- Select your
.csvfile. - Review the import preview.
- Import the cards.
This creates a new deck named after the file.
Step 4: Add AI-generated cards to an existing deck
Use this path when you already have a deck and want the AI-generated cards to go there.

- Open the deck in ouou.
- Open that deck’s backup/import screen.
- In Import, choose your
.csvfile. - Review the import preview.
- Import the cards into that deck.
After import, ouou shows how many cards were added, updated, or skipped.
Step 5: Review the generated cards before studying
AI-generated cards are drafts. Before studying, scan the preview or the imported deck and fix cards that are hard to review.
Watch for these problems:
- Too broad: split one large idea into two or three cards.
- Too obvious: rewrite the front so you must recall the concept.
- Too long: shorten the back to the answer you actually need.
- Two answers in one card: split it into separate cards.
Good flashcards usually test one thing. For football concepts, that often means one tactical idea, one restart type, or one game situation per card.
Reuse the prompt for any subject
A prompt is a set of instructions you can reuse. In this guide, the reusable parts are the file instructions, the two-column card format, and the card quality rules. The subject changes; the structure stays the same.
Copy this template when you want to make cards for a different subject:
Create flashcards for a flashcard app.
Topic: [YOUR TOPIC]
Create a downloadable CSV file named [FILE-NAME].csv.
If you cannot create a file, output only the CSV inside one code block. Do not
include explanations before or after the code block.
CSV rules:
- Use exactly two columns.
- Do not include a header row.
- Column 1 is the card front: a clear question or concept prompt.
- Column 2 is the card back: a concise answer with one useful example.
- Put one concept on each card.
- Keep each answer under 60 words.
- Use double quotes around any field that contains a comma.
- Escape any double quote inside a field by writing two double quotes.
Card quality rules:
- Test understanding, not word matching.
- Avoid cards where the answer is obvious from the wording.
- Split broad topics into smaller cards.
- Prefer concrete examples over abstract definitions.
Create [NUMBER] cards.
Replace the bracketed parts:
[YOUR TOPIC]: what you want to learn, such asbeginner football concepts,French cafe phrases, ordatabase indexing basics.[FILE-NAME]: the file and deck name, such asfootball-concepts.[NUMBER]: start with10to20, then generate more after you review the first batch.
Troubleshooting
The imported deck has a front / back card: remove the header row and
import again. ouou imports every non-empty row.
The file opens as text instead of importing: check the file name. It should
end in .csv.
Commas split one answer into multiple columns: ask AI to wrap any field with commas in double quotes.
The cards are too wordy: ask AI to regenerate with shorter backs, or edit the cards in ouou after importing.
You want the AI assistant to write directly into ouou: use a connector when your AI tool supports one. Start with the Claude connector guide.
CSV works best as a small-batch review loop: generate 10 to 20 cards, fix the weak ones, then import more once the prompt is producing useful results. For the exact CSV format rules, see Import Cards From a CSV File.