# TensorDock

## TensorDock

- [Welcome to TensorDock](https://docs.tensordock.com/who-we-are/readme.md): Your new cloud.
- [Our Ethos and Commitment](https://docs.tensordock.com/who-we-are/our-ethos-and-commitment.md)
- [Introduction to Core Compute VMs](https://docs.tensordock.com/virtual-machines/introduction-to-core-compute-vms.md)
- [How to add your SSH Key](https://docs.tensordock.com/virtual-machines/how-to-add-your-ssh-key.md): A brief walkthrough of how to add your SSH Key to your TensorDock account! This tutorial assumes that you already have an SSH Keypair generated.
- [Opening Ports on Core Compute VMs](https://docs.tensordock.com/virtual-machines/opening-ports-on-core-compute-vms.md): This tutorial will walk you through how to open ports on Core Compute VMs, and assumes you already have a Core Compute VM deployed.
- [How to SSH into your instance](https://docs.tensordock.com/virtual-machines/how-to-ssh-into-your-instance.md): Connect to an instance on Ubuntu through a remote secure shell.
- [How to RDP into your instance](https://docs.tensordock.com/virtual-machines/how-to-rdp-into-your-instance.md): This tutorial helps users on the TensorDock Marketplace connect to an instance on Windows through a Remote Desktop Protocol.
- [Installing NVIDIA Drivers on Windows 10](https://docs.tensordock.com/virtual-machines/installing-nvidia-drivers-on-windows-10.md): Identifying your NVIDIA GPU using Device Manager and installing the appropriate drivers
- [Linux & NVIDIA Drivers](https://docs.tensordock.com/virtual-machines/updating-nvidia-drivers-on-ubuntu.md)
- [Cloud-init](https://docs.tensordock.com/virtual-machines/cloud-init.md): Cloud-init scripts let you optionally automate the initialization of virtual machines.
- [File transferring with SCP and Rclone](https://docs.tensordock.com/virtual-machines/file-transferring-with-scp-and-rclone.md): Learn how to transfer files from your local computer to your remote computer using SCP and Rsync
- [Running Jupyter Notebook](https://docs.tensordock.com/virtual-machines/running-jupyter-notebook.md): Learn how to run Jupyter Notebook using TensorDock ML
- [SSH server hardening on Ubuntu](https://docs.tensordock.com/virtual-machines/ssh-server-hardening-on-ubuntu.md): Learn how to make your servers more secure using SSH hardening
- [Running Stable Diffusion in Docker](https://docs.tensordock.com/virtual-machines/running-stable-diffusion-in-docker.md): Stable Diffusion is a deep learning, text-to-visual model that allows programs and projects that can use test descriptions to generate paintings and images.
- [Installing and running Stable Diffusion UI](https://docs.tensordock.com/virtual-machines/installing-and-running-stable-diffusion-ui.md): Stable Diffusion UI is a browser interface based on Gradio library for Stable Diffusion.
- [Running Disco Diffusion on a Linux instance](https://docs.tensordock.com/virtual-machines/running-disco-diffusion-on-a-linux-instance.md): Disco Diffusion (aka DD) is a clip-guided diffusion model that can generate amazing images from text prompt
- [Running Disco Diffusion on a Windows instance](https://docs.tensordock.com/virtual-machines/running-disco-diffusion-on-a-windows-instance.md): Disco Diffusion (aka DD) is a clip-guided diffusion model that can generate amazing images from text prompt
- [Running SimpleTuner/Flux on a Linux instance](https://docs.tensordock.com/virtual-machines/running-simpletuner-flux-on-a-linux-instance.md): Special thanks to https://github.com/bghira/SimpleTuner/blob/main/documentation/quickstart/FLUX.md for much of this tutorial. A reminder that only basics are covered here.
- [Spot Instances](https://docs.tensordock.com/virtual-machines/spot-instances.md)
- [Using Parsec, Moonlight and Sunshine](https://docs.tensordock.com/virtual-machines/using-parsec-moonlight-and-sunshine.md)
- [Installation Guide](https://docs.tensordock.com/hosting/ubuntu-22.04-lts-installation-guide.md): Ubuntu 22.04 is the operating system our hypervisor runs on. Here's how to properly configure the BIOS and install Ubuntu
- [Overview](https://docs.tensordock.com/whitelabel/overview.md): Learn how to create a whitelabeled GPU storefront with TensorDock
- [Setting Up a Storefront](https://docs.tensordock.com/whitelabel/setting-up-a-storefront.md)
- [Customization Overview](https://docs.tensordock.com/whitelabel/customization-overview.md): Learn how to integrate the storefront with TensorDock's API
- [Customize Whitelabel Storefront](https://docs.tensordock.com/whitelabel/customize-whitelabel-storefront.md): TensorDock offers a "whitelabel" service to select hosts. Organizations can setup storefronts powered by TensorDock's infrastructure, and take a %x commission off sales. Contact us for details.
- [Company Information](https://docs.tensordock.com/legal-information/legal-information.md): Last Updated: June 27, 2024
- [Terms of Service (TOS)](https://docs.tensordock.com/legal-information/terms-of-service-tos.md): Last updated: September 24, 2024
- [Privacy Policy](https://docs.tensordock.com/legal-information/tensordock-privacy-policy.md): Last updated: June 27, 2024
- [Acceptable Use Policy (AUP)](https://docs.tensordock.com/legal-information/acceptable-use-policy-aup.md): Last updated: June 27, 2024
- [Taxes, VAT, GST](https://docs.tensordock.com/legal-information/taxes-vat-gst.md)
- [Downtime Compensation](https://docs.tensordock.com/legal-information/downtime-compensation.md): Last Updated: June 27, 2024
- [Supplier Hosting Agreement](https://docs.tensordock.com/legal-information/supplier-hosting-agreement.md): Last updated: March 26, 2024.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.tensordock.com/who-we-are/readme.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.
