# Post Processing Workflow

The processing workflow in LiDARMill can be broken down into the following basic steps:

1. [Create a Project](https://docs.phoenixlidar.com/lidarmill-cloud/workflow/project)
2. [Upload Mission Files](https://docs.phoenixlidar.com/lidarmill-cloud/workflow/missions)
3. [Upload Reference Station Files](https://docs.phoenixlidar.com/lidarmill-cloud/workflow/reference-station)
4. [Process Trajectory in Navlab Pipeline](https://docs.phoenixlidar.com/lidarmill-cloud/workflow/processing-tools/navlab-pipeline)
5. [Create a pointcloud and data products in Fuser Pipeline](https://docs.phoenixlidar.com/lidarmill-cloud/workflow/processing-tools/spatial-fuser-pipeline)
6. [View and share processed data in Cloud Viewer](https://docs.phoenixlidar.com/lidarmill-cloud/workflow/cloud-viewer)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.phoenixlidar.com/lidarmill-cloud/workflow.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
