> For the complete documentation index, see [llms.txt](https://docs.productrentalspro.com/user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.productrentalspro.com/user-guide/getting-started/onboarding.md).

# 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
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 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, and the optional `goal` query parameter:

```
GET https://docs.productrentalspro.com/user-guide/getting-started/onboarding.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
