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

# Start guide

Lainwise automates purchase order processing from incoming email to export-ready data, so your team spends less time typing and makes fewer mistakes. This guide gets you from a new account to your first processed order, with a path that fits your role.

### Get a quick overview

Start here if you want to understand how Lainwise works before setting anything up.

* **Lainwise in 2 minutes** — Watch a short walkthrough of the dashboard, order review, and export flow. *(video — coming soon)*
* **Demo environment** — Explore a sample account with real orders and a sample product catalog. See how an order comes in, gets matched, and gets approved. *(link to demo)*
* **Live onboarding session** — Schedule a guided session with the Lainwise team. We'll walk through the setup together and show the most common workflows in action. *(schedule a call)*

***

### Set up Lainwise for your organization

Once you have a feel for the product, the next step is getting your account ready for real orders.

#### Create your account

* Sign up with your work email.
* Create an organization for your company.
* You'll automatically receive your own Lainwise inbox: `organization@lainwise.com`

***

#### Choose the guide that fits your role

**Administrator (IT or operations)** Responsible for the setup? Start here:

* Upload and manage your product catalog
* Configure validation rules *(price margins, quantity limits, exceptions)*
* Invite users and assign roles
* Set up export formats and ERP connection

**User (sales employee)** Processing orders day-to-day? Start here:

* Review your first order
* Check and approve line items
* Export to your ERP
* Tips for a fast daily workflow


---

# 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.lainwise.com/getting-started/quickstart.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.
