BackWhat Does Grok Know?

Frequently Asked Questions

Everything you need to know about What Does Grok Know?

What is What Does Grok Know?

It is a privacy-first web application that lets you visualize and analyze your xAI Grok conversations as an interactive 3D neural network. It runs entirely in your browser — no data is ever sent to a server.

Is my data safe?

Yes. Your Grok chat data is processed and stored exclusively in your browser using Web Workers and IndexedDB. No data leaves your device. You can verify this yourself on our Privacy Verification page.

What file format do I need?

The app accepts a JSON file containing your Grok conversation export. This is the standard format provided by xAI when you request your data.

How do I get my Grok data?

You can request your data through X (formerly Twitter) account settings under 'Download an archive of your data'. See our How-To page for detailed steps.

What kind of analysis does the app perform?

The app performs topic clustering (TF-IDF), sentiment analysis, behavioral profiling (peak hours, model preferences), cognitive profiling (vocabulary richness, question ratios), and memory extraction (facts, decisions, goals).

Does the app use AI or external APIs?

No. All analysis is performed locally using custom NLP algorithms running in Web Workers. There are no external API calls, no AI services, and no cloud processing.

What is the 3D Neural Network view?

It is an interactive Three.js visualization where each conversation is a node (neuron), topics form clusters, and connections represent shared themes. You can rotate, zoom, and click nodes to read conversations.

Can I delete my data?

Yes. Since all data is stored in your browser's IndexedDB, you can clear it at any time through your browser settings or by clearing site data. The app also provides a 'New Import' option that replaces existing data.

Does the app work offline?

After the initial page load, all functionality works without an internet connection since everything runs client-side.

Is the app free?

Yes, completely free and open source. The source code is available on GitHub.

Which browsers are supported?

Any modern browser that supports WebGL, Web Workers, and IndexedDB. This includes Chrome, Firefox, Safari, and Edge (latest versions).