Back to the tool
Frequently asked questions

FAQ

Everything you need to know about what data the tool accepts and how it handles them.

Data security and privacy

Uploaded CSV data stay in your browser. No file is uploaded to a server, stored in a database, or logged. All processing runs locally.

Reload the page = completely clean. We don't use cookies, localStorage, IndexedDB or any persistent storage. Data only live for the duration of your session.

We (JIRKONT s.r.o.) don't have access to your data. The app is stateless — the server only forwards requests and returns responses.

What is sent to language models

To generate prompts, we send the model only aggregated snippets from your data:

  • Header and 5 sample rows of each file (for auto-detection of type)
  • Top 300 most searched queries + impression counts (lowercased)
  • Top 20 URLs of the most cited / most visited pages (as context)
  • Personas (if you uploaded them)

These snippets travel directly to a language model, which generates the final list of prompts. Route:

Your browser → language model

We don't log request contents. The model provider's standard data policy doesn't store prompts for training, but specifics are governed by their current data policy.

By using this tool you acknowledge and agree that the data described above is sent to external language (AI) model providers and processed by them. Without this processing in AI models the prompts cannot be generated.

What data does the tool need?

The tool processes CSV exports from marketing tools. Auto-detection recognizes the type from the header — you don't need to rename files.

SourceWhat's insideUsage
Bing AI Performance — queriesquery textUsed for ranking
Google Search Console — queriesquery textUsed for ranking
Keyword researchkeywordUsed for ranking
Bing AI Performance — pagesURLContext only
Google Search Console — pagesURLContext only
Google Analytics 4 — landing pagesURLContext only
Personasname + descriptionContext only

What the columns mean: "Used for ranking" = top prompts are picked directly from this source. "Context only" = used as supporting information for the LLM (site topic, popular pages, target audience).

Other frequent questions

Do I have to upload all file types?

No, anything you have works. The minimum requirement is at least one source of queries or keywords (Bing AI queries, Google Search Console queries, or keyword research). Without it the tool has nothing to build prompts from — URLs and personas are only context, not what people actually typed.

What about files with diacritics or special formats (Bing with BOM, GA4 with NBSP)?

No problem. The tool automatically removes BOM, normalizes non-breaking spaces, and other invisible characters. It also handles GA4 exports that have metadata before the header (lines starting with #) — it finds the header itself.

Which model does the tool use?

The tool uses a top-tier language model that interprets your data and generates the prompts. If the primary model fails or returns an invalid response, a fallback model is tried automatically so the run never hangs.