# Understanding the Typical Editing Process

{% embed url="<https://youtu.be/s7eThPTlct0>" %}

The process for editing models can vary on a model-by-model basis. But in most cases, it includes 5 typical steps:

1. Fix visible misalignment and gaps
2. Fill holes with rooms, and merge smaller rooms
3. Check for small misalignment and gaps
4. Ensure model validation
5. Edit slanted and extended roofs

In this section of the tutorial, we will go through these steps to clean the Revit sample model.

## For Those Who Want to Know More

You can read more about each step of a typical clean-up process [on this page](/user-manual/model-editor/typical-editing-process-breakdown.md). There are also other optional steps that you might want to take to increase the quality of your model:

* [Converting roof extensions to shades](/user-manual/model-editor/workflows/editing-roofs.md)
* [Merging rooms](/user-manual/model-editor/workflows/merging-rooms-with-similar-programs.md) and [simplifying windows](/user-manual/model-editor/workflows/simplifying-windows.md)
* [Renaming rooms](/user-manual/model-editor/workflows/renaming-rooms.md)
* [Adjusting floor plan boundaries based on external wall thickness](/user-manual/model-editor/workflows/adjusting-floor-plans-for-exterior-wall-thickness.md)

[See here](/user-manual/model-editor/workflows.md) for a collection of the most common Model Editor workflows.


---

# 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.pollination.solutions/user-manual/revit-plugin/pollination-revit-classic/hands-on-tutorial/getting-started/understanding-the-typical-editing-process.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.
