/*! \page workflow_page Autopsy Workflow Analyzing data in Autopsy uses the following workflow: -# Create a Case: A case is a container for one or more data sources. One must be created before data is analyzed. See \ref cases_page for more details. -# Adding a Data Source: One or more data sources are added to the case. Data sources include disk images and local files. See \ref ds_page for more details. -# Analyze with Ingest Modules: After the data source is added, ingest modules operate in the background to analyze the data. Results are posted to the interface in real time and provide alerts as necessary. Example ingest modules include \ref hash_db_page "hash calculation and lookup", \ref keyword_search_page "keyword searching", and \ref recent_activity_page "web artifact extraction". 3rd-party modules can be developed and added to the pipelines. See \ref ingest_page. -# Manual Analysis: User navigates interface, file contents, and ingest module results to identify the evidence. Interesting items can be tagged for later reporting and analysis. -# Report Generation: User generates final report based on selected tags or all results. */