# Network

## Network Layout Overview

When you open a Tensorleap project, the **Network** view is accessed by clicking the opne version icon  <img src="/files/zd8Ch1KN63wm9osHGeIh" alt="" data-size="line"> on the model you would like to inspect:

<figure><img src="/files/q1u1ZUvCz91bLK2K4Yyr" alt=""><figcaption><p><br>The Network view. Marked areas are the Controller (left), Tab (up), Network Wizard (top left), and Code integration (right)<br></p></figcaption></figure>

The **Network** view is where you inspect model integration into Tensorleap. In this screen you can:<br>

* Select the [**Code Integration**](/user-interface/project/network/code-integration.md) to use with the selected model.
* Review the model uploaded and saved in Tensorleap when switching [**versions**](/user-interface/project/versions.md)**.**

### **The Controller** <a href="#the-controller" id="the-controller"></a>

The controller in the Network view (left hand size) allow you to:

![](/files/aUrCIfDAfoISuW2q0rsC) - Centers the network on your screen

![](/files/YgxUms92QJG4NmvwEZqN) -  Reorganise the network map.

![](/files/ZhN4HbAj0sez5ZBx74y5) - Expand hidden layers.


---

# 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.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.
