> ## Documentation Index
> Fetch the complete documentation index at: https://docs.flex.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# TensorBoard

> Visualize training metrics in real time with FlexAI's hosted TensorBoard

FlexAI's hosted [TensorBoard](https://tensorboard.flex.ai/) instance provides organization-wide real-time insights into your AI Workloads' progress.

TensorBoard is enabled by default for every organization, allowing you to track metrics, visualize model graphs, and analyze performance without any additional setup other than making your code write the required files to the path specified in the `TENSORBOARD_LOG_DIR` environment variable.

<img src="https://mintcdn.com/flexai-51114f49/dNvzWOTcJQw0Ozyk/assets/images/other/tensorboard.flex.ai.jpg?fit=max&auto=format&n=dNvzWOTcJQw0Ozyk&q=85&s=0b2803a82d20052e58b1b567e6b580d3" alt="A screenshot of the TensorBoard interface" width="1228" height="1045" data-path="assets/images/other/tensorboard.flex.ai.jpg" />

Visit [https://tensorboard.flex.ai/](https://tensorboard.flex.ai/) and log in using your FlexAI account credentials to access the TensorBoard interface.

You can learn more about TensorBoard itself by visiting the [TensorBoard documentation](https://www.tensorflow.org/tensorboard/get_started).
