# Onboarding

On your first open of Product Rentals Pro, after [installation](/user-guide/getting-started/installation.md), you'll see an Onboarding screen like the one pictured below. This walks you through the main steps to get your site completely set up to start accepting rentals for your products.

<figure><img src="/files/aZlthjYJqAdiMc0ARYsn" alt=""><figcaption></figcaption></figure>

The Onboarding screen allows to to set things up at your own pace and track your progress. You can "Mark this step as Complete" as you go, and this will be remembered on your next visit to the app.

The 5 steps which make up Onboarding are outlined below, and each has their own guide.

1. [Set your Store Settings](/user-guide/getting-started/onboarding/set-your-store-settings.md)
2. [Import & Configure a Product](/user-guide/getting-started/onboarding/import-a-product.md)
3. [Specify Delivery Methods and Defaults](/user-guide/getting-started/onboarding/set-delivery-methods-and-defaults.md)
4. [Add and Configure the Rental Widget](/user-guide/getting-started/onboarding/add-and-configure-the-rental-widget.md)
5. [Select a Plan](/user-guide/getting-started/onboarding/select-a-plan.md)

{% hint style="info" %}
Would you prefer we walk you through it? Book a 20 min call and our team will take you through each onboarding step, for free!

<https://cal.com/productrentalspro/config>
{% endhint %}


---

# 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.productrentalspro.com/user-guide/getting-started/onboarding.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.
