From 1e35416550f239c7d5ff5f667f29e15138e60f22 Mon Sep 17 00:00:00 2001 From: "promptless[bot]" <179508745+promptless[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 15:33:15 +0000 Subject: [PATCH] Add screenshots to quickstart guide --- get-started.mdx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/get-started.mdx b/get-started.mdx index 8e184141..d40dcc47 100644 --- a/get-started.mdx +++ b/get-started.mdx @@ -31,6 +31,10 @@ Now that you've created your account, you're ready to deploy your first Pod: 5. Keep all other fields (Pod Template, GPU Count, and Instance Pricing) on their default settings. 6. Click **Deploy On-Demand** to deploy and start your Pod. You'll be redirected back to the Pods page after a few seconds. + + + + If you haven't set up payments yet, you'll be prompted to add a payment method and purchase credits for your account. @@ -41,6 +45,10 @@ If you haven't set up payments yet, you'll be prompted to add a payment method a On the [Pods page](https://www.console.runpod.io/pods), click the Pod you just created to open the Pod detail pane. The pane opens onto the **Connect** tab, where you'll find options for connecting to your Pod so you can execute code on your GPU (after it's done initializing). + + + + Take a minute to explore the other tabs: - **Details**: Information about your Pod, such as hardware specs, pricing, and storage. @@ -55,6 +63,10 @@ Take a minute to explore the other tabs: 3. Type `print("Hello, world!")` in the first line of the notebook. 4. Click the play button to run your code. + + + + And that's it—congrats! You just ran your first line of code on Runpod. ## Step 5: Clean up