# User Interface

This section contains reference documentation for the Tensorleap user interface (UI).

* [**Project**](/user-interface/project.md) **-** Describes the [Network](/user-interface/project/network.md) view, [Dashboard](/user-interface/dashboards.md), [Model versioning](/user-interface/project/versions.md) & the [Top menu bar](/user-interface/project/menu-bar.md)
* [**Resources Management**](/user-interface/resources-management.md) **-** Describes a way to access [integration scripts ](/tensorleap-integration/writing-integration-code.md)& [secrets](/user-interface/secrets-management.md)
* [**Team management**](/user-interface/team-management.md) **-** Describes the space to review which team members has Tesnorleap access

#### Guides and Examples

You can also check out our guides at [**Guides & Tutorials**](/guides.md) and find reference examples in Tensorleap's [**Examples Repository**](https://github.com/tensorleap/tensorleap/tree/master/examples).


---

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