Q: How does the Decision Tree Builder work?
A: The tool allows users to visually create decision trees by adding question and outcome nodes. These nodes can be connected to represent different decision paths and outcomes.
Q: Is my data uploaded to any server?
A: No. All data is stored locally in your browser using local storage. Nothing is uploaded or shared externally.
Q: Can I save and reuse my decision tree?
A: Yes. You can export your decision tree as a JSON file and later import it back to continue editing or reuse it.
Q: Can I download the decision tree as an image?
A: Yes. The tool allows you to download your decision tree as an SVG image for sharing or documentation.
Q: What can this tool be used for?
A: It can be used for project planning, troubleshooting workflows, personal decision making, and visualizing complex logic paths.