# Model Tree

The Model Tree provides a way to view the topological hierarchy of your FormIt model.

Enable the Model Tree by going to the Window menu, and checking the box next to Model Tree.

![](/files/-MlG7ukXjYgChXPPkGgO)

Inside the Model Tree, each Group is identified as a History, since each Group has its own command history, or Undo/Redo stack.

Within each History, you'll see a list of nested Groups, instances, or geometric objects like bodies.

You can also view non-geometric attributes (string attributes) attached to FormIt objects using the Model Tree. [You can place string attributes on Groups created by the SendToFormIt node using Dynamo](https://formit.autodesk.com/page/formit-dynamo#dynamo-formit-nodes).

![](/files/-MlG7uk_O-8Xjf0A8Npd)


---

# 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://windows.help.formit.autodesk.com/tool-library/model-tree.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.
