# Welcome to TensorWave

- [Introduction to ROCm](https://docs.tensorwave.com/welcome-to-tensorwave/introduction-to-rocm.md)
- [FAQ](https://docs.tensorwave.com/welcome-to-tensorwave/faq.md)
- [Out of the Box](https://docs.tensorwave.com/welcome-to-tensorwave/out-of-the-box.md): After purchase, you will receive instructions for a preconfigured environment that will allow you to easily transition into computing with the MI300X.
- [Bare Metal Quickstart](https://docs.tensorwave.com/welcome-to-tensorwave/bare-metal-quickstart.md)
- [PyTorch Quickstart](https://docs.tensorwave.com/welcome-to-tensorwave/pytorch-quickstart.md): Estimated time: 2 minutes, 3 minutes with buffer
- [Docker Quickstart](https://docs.tensorwave.com/welcome-to-tensorwave/docker-quickstart.md): Estimated time: 5 minutes, 6 minutes with buffer.
- [Kubernetes Quickstart](https://docs.tensorwave.com/welcome-to-tensorwave/kubernetes-quickstart.md): Estimated time: 6 minutes, 8 minutes with buffer.
- [Hugging Face Quickstart](https://docs.tensorwave.com/welcome-to-tensorwave/hugging-face-quickstart.md): Estimated time: 7 minutes, 9 minutes with buffer.


---

# 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.tensorwave.com/welcome-to-tensorwave.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.
