

# Accessing the TensorBoard application on SageMaker AI
<a name="debugger-htb-access-tb"></a>

You can access TensorBoard by two methods: programmatically using the `sagemaker.interactive_apps.tensorboard` module that generates an unsigned or a presigned URL, or using the TensorBoard landing page in the SageMaker AI console. After you open TensorBoard, SageMaker AI runs the TensorBoard plugin and automatically finds all training job output data in a TensorBoard-compatible file format.

**Topics**
+ [Open TensorBoard using the `sagemaker.interactive_apps.tensorboard` module](debugger-htb-access-tb-url.md)
+ [Open TensorBoard using the `get_app_url` function as an `estimator` class method](debugger-htb-access-tb-get-app-url-estimator-method.md)
+ [Open TensorBoard through the SageMaker AI console](debugger-htb-access-tb-console.md)