Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<Frame>
<img src="https://promptless-customer-doc-assets.s3.amazonaws.com/docs-images/org_2tHD09rTU0IcE4clVjTuJCTn0an/quickstart-pod-deployment-config-1764851519.jpg" />
</Frame>

<Note>

If you haven't set up payments yet, you'll be prompted to add a payment method and purchase credits for your account.
Expand All @@ -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).

<Frame>
<img src="https://promptless-customer-doc-assets.s3.amazonaws.com/docs-images/org_2tHD09rTU0IcE4clVjTuJCTn0an/quickstart-pod-detail-pane-1764851529.jpg" />
</Frame>

Take a minute to explore the other tabs:

- **Details**: Information about your Pod, such as hardware specs, pricing, and storage.
Expand All @@ -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.

<Frame>
<img src="https://promptless-customer-doc-assets.s3.amazonaws.com/docs-images/org_2tHD09rTU0IcE4clVjTuJCTn0an/quickstart-jupyterlab-hello-world-1764851529.jpg" />
</Frame>

And that's it—congrats! You just ran your first line of code on Runpod.

## Step 5: Clean up
Expand Down