Supported File Types
Explore the different file types you can generate with the AI assistant. From data formats like JSON and CSV to configuration files like YAML and documentation in HTML or Markdown.
Prerequisites
- Familiarity with basic file generation (see "Generating Downloadable Files")
Estimated time: 5 minutes
JSON Files
Request JSON files for data structures, API responses, or configuration data. Example prompts: • "Create a JSON file with sample user data including name, email, and role fields." • "Generate a JSON config file for a web application."

JSON files are perfect for API mocking, data structures, and configuration files.
CSV Files
Request CSV files for spreadsheet data, reports, or data exports. Example prompts: • "Generate a CSV with product inventory: name, price, quantity columns." • "Create a CSV report of monthly sales data."

CSV files can be opened directly in Excel, Google Sheets, or any spreadsheet application.
YAML Files
Request YAML files for configuration, Kubernetes manifests, or Docker Compose files. Example prompts: • "Create a YAML config file for a database connection." • "Generate a Docker Compose file for a web app with PostgreSQL."

YAML is commonly used for DevOps configurations, CI/CD pipelines, and application settings.
Markdown and HTML Files
Request Markdown or HTML files for documentation, web pages, or email templates. Example prompts: • "Create a markdown file with a project README template." • "Generate an HTML page with a simple contact form."

Markdown is great for documentation. HTML files can be previewed directly in your browser.