# Model Node

<figure><img src="/files/z0REmMH5tD4ziKbkwlMM" alt=""><figcaption><p>The model block and the expand option</p></figcaption></figure>

In order to support a compact visualization of large models, Tensorleap defaultively encode your model into a single block. This block is named Model.

The last layer of your model is extracted from the Model block and presented to the right of it, in order to ease the mapping creation process and enable connections to be made to it directly.

If you would like to visualize other, internal, representations of your model clicking the expand model in the left hand controller expands your model and presents all of the layers from which it is created.

<figure><img src="/files/lyRByLirKlC682hoT2bt" alt=""><figcaption><p>The Network view after the model was expanded</p></figcaption></figure>

{% hint style="success" %}
It is highly recommended to keep the model in "compact" form if inner layers are not visualized or if the mapping is completed. This would ensure a smooth experience when reviewing the Network view tab.
{% endhint %}


---

# 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.tensorleap.ai/user-interface/project/network/network-mapping/create-a-mapping-deprecated/model-node.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.
