# Getting set up

<details>

<summary>Step 1: Create rental product</summary>

This is the first step to offering rentals! You'll use the FlexCon app to set up which products can be rented, define your rental durations and pricing, and manage security deposits.

👉 For a detailed walkthrough, please see our [Guide on Creating Rental Products](https://flexconversion-product-rental.gitbook.io/user-guide/product-guides/products#creating-a-new-rental-product).

</details>

<details>

<summary>Step 2: Display rental section on product page</summary>

Once your rental products are set up, you need to showcase them!

* Customize your theme > add our **Product Rental Section** app block to your product page template.
* This automatically displays all your rental options, date selectors, and pricing to your customers.
* **Note:** Remember to drag the rental block above the **Buy button** for best visibility.

<figure><img src="/files/QUP7vDMYChyitSNTyQhe" alt="Add rental section on Shopify product page"><figcaption></figcaption></figure>

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

</details>

<details>

<summary>Step 3: Test a rental/try-on order</summary>

Before going live, it's crucial to confirm everything works perfectly for your customers.

* Place a test rental or try-on order on your storefront just like a real customer would.
* This checks that pricing, dates, and the checkout process are all functioning as expected!

<figure><img src="/files/j19mBN7D0cxdig5BibQ4" alt="Test a rental order on Shopify"><figcaption></figcaption></figure>

</details>


---

# 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://flexconversion-product-rental.gitbook.io/user-guide/product-guides/getting-set-up.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.
