General
What is Zark?
What is Zark?
Zark is an AI Sharing Platform that turns files, videos, photos, and data into living Share Spaces. Upload content, ask questions in natural language, and get structured outputs — summaries, charts, images, code, and more. See Introduction for a full overview.
Who is Zark for?
Who is Zark for?
Anyone who works with files and data. Individuals use it to organize and analyze their content. Teams use Share Spaces to collaborate. Developers use the API to integrate Zark’s capabilities into their applications.
Do I need a cryptocurrency wallet?
Do I need a cryptocurrency wallet?
No. Zark doesn’t require a wallet connection. Sign up with email or Google OAuth.
Is Zark free?
Is Zark free?
Every account includes a Personal Space with 50 GB of storage. Check zarklab.ai for current pricing information.
How do I get started?
How do I get started?
- Sign up at zarklab.ai
- Upload files to your Personal Space
- Start asking questions in the chat panel
Files & Storage
What file types are supported?
What file types are supported?
Documents (PDF, Word, PowerPoint, Markdown, HTML), images (PNG, JPG, SVG, GIF, WebP, BMP, TIFF, HEIC), videos (MP4, MOV, AVI, MKV, WebM), audio (MP3, WAV, M4A, FLAC, OGG), data files (CSV, Excel, JSON, Parquet), and code files. See the full list in Supported Data Formats.
How much storage do I get?
How much storage do I get?
Every Space comes with 50 GB of cloud storage.
How does search work?
How does search work?
Zark uses AI-powered semantic search — it finds files by meaning, not just filenames. When you search for “financial reports,” it finds files about budgets, revenue, and accounting even if those words aren’t in the filename. See Search & Discovery.
How long are deleted files kept?
How long are deleted files kept?
Deleted files remain in Trash for 30 days. After that, they’re permanently deleted and cannot be recovered.
Can I summarize files?
Can I summarize files?
Yes. Select files and ask Zark to summarize them — this works with documents, data files, videos, and audio. See File Manager.
Data Analysis
How do I query my data?
How do I query my data?
Upload a CSV, Excel, JSON, or Parquet file to your Space, then ask questions in plain language — “what’s the average order value by region?” Zark converts your question into a query and returns the results. See Database Queries.
Can I query large datasets?
Can I query large datasets?
Yes. Zark handles datasets with millions of rows. Data is stored in a columnar engine optimized for analytical queries. Results are paginated at display time.
Can I modify my data tables?
Can I modify my data tables?
Yes. Table Workshop lets you add/remove columns, rename fields, edit rows, merge tables, and more. For read-only queries, use Database Queries.
Can Zark run calculations?
Can Zark run calculations?
Yes. Code Runner executes Python for precise calculations — compound interest, statistical tests, Monte Carlo simulations, financial modeling. It returns exact results, not text approximations.
Content Creation
Can Zark generate images?
Can Zark generate images?
Yes. Describe what you want and Image Generator creates it — illustrations, diagrams, artwork, logos, posters. It also supports editing existing images and style transfer.
Can Zark generate videos?
Can Zark generate videos?
Yes. Video Generator creates video from text, animates still images, and edits existing video. It supports cinematic scenes with dialogue, timelapse, and visual effects.
Can Zark write code?
Can Zark write code?
Yes. Artifact Creator builds code, scripts, apps, and documents from scratch. Everything is saved to your Space.
Marketplace
What is the Marketplace?
What is the Marketplace?
The Marketplace is an ecosystem of community-built skills, API integrations, and shared datasets that extend Zark’s capabilities. When core tools can’t answer a domain-specific question, Zark automatically searches the Marketplace. See Marketplace.
Do I need to install skills manually?
Do I need to install skills manually?
No. Zark discovers and uses Marketplace skills automatically based on your question. You don’t need to browse, install, or configure anything.
AI Spaces
What are AI Spaces?
What are AI Spaces?
AI Spaces are interactive hubs built around topics. Each Space can contain files, data, AI skills, videos, and tools. You can create Spaces and share them publicly or keep them private. See AI Spaces.
What's a Personal Space?
What's a Personal Space?
Your Personal Space is your private home base — created automatically when you sign up. It includes 50 GB of storage and access to all of Zark’s tools.
Privacy & Security
How is my data protected?
How is my data protected?
Files are stored securely and isolated per workspace. Your files, conversations, and analysis are private to you unless you explicitly share your Space.
Does Zark use my data for training?
Does Zark use my data for training?
No. Your uploaded files are used to answer your questions and remain in your Space until you delete them. They are not used for model training.
What happens when web search is used?
What happens when web search is used?
Web search queries are anonymized and do not include your internal data. External sources receive generic search requests — not information from your files.
API
Does Zark have an API?
Does Zark have an API?
Yes. The File Storage API is available now for uploading, listing, retrieving, and deleting files. The Chat API provides programmatic access to all of Zark’s capabilities. See API Reference and Platform Capabilities.
How do I authenticate?
How do I authenticate?
All API requests require an API key in the
x-api-key header. Create your API key from the Zark console.