Interview files
Docassemble interviews are written in YAML.
They may also contain:
- template files (e.g., DOCX, PDF, or Markdown (.md) files)
- images
- css
- javascript
- data sources in CSV, XLSX, or JSON format
Keeping your files neat and organized can help other developers understand your code.
Use Python conventions for variable names and Python code in your YAML files​
See Python style guide.