# First setup checklist

Follow this path to move from a new account to your first useful Requiply workflow.

## 1. Register your account

Create your account at [app.requiply.com/register](https://app.requiply.com/register).

After registration, Requiply starts the mandatory organization setup. This setup creates the basic workspace details the app needs before your team can use the full product.

## 2. Complete mandatory setup

During mandatory setup, enter the required organization and administrator details:

* **Organization name**: The name of the company or rental operation using Requiply.
* **Currency**: The currency used for pricing, bookings, and invoices.
* **Web code**: The public code used for your Booking Page URL.
* **Admin first name**: The first name of the initial workspace administrator.
* **Admin last name**: The last name of the initial workspace administrator.

When this setup is complete, the full Requiply app becomes available.

## 3. Open the setup guide

Go to [app.requiply.com/setup-guide](https://app.requiply.com/setup-guide) to continue the recommended onboarding flow.

The setup guide is not required to unlock the app, but it walks you through the fastest way to understand Requiply and prepare a working rental flow. Completing the guide also unlocks **+16 extra free trial days**, extending the free trial to **30 days total**.

## 4. Add your first items

Add at least two inventory items. These are the products or assets your clients will book and your team will bill for.

Start with real items from your rental catalog so the rest of the setup reflects how your business actually operates.

## 5. Fill organization info

Complete your company details, logo, and contact information.

Requiply uses this information on invoices, your website built with the website builder, emails, and other places where organization details appear.

## 6. Create two bookings

Create two bookings to see how the calendar and availability rules work.

The first booking reserves a time slot. The second booking shows how Requiply updates availability and blocks conflicting selections when the same inventory is already reserved.

## 7. Generate an invoice

Open one of the bookings you created and generate an invoice from it.

This shows how bookings move into the billing flow and helps your team confirm that organization details, client details, items, pricing, and invoice output are ready for real customers.

## 8. Claim the trial bonus

After completing the setup guide, claim the bonus trial extension.

The bonus adds **+16 free trial days**, giving your organization **30 free trial days in total**.


---

# 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://requiply.gitbook.io/requiply-docs/knowledge/get-started/first-setup-checklist.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.
