<!-- https://unlockos.io/manual/design-with-os -->

# Design with OS Help

## Overview

Design with OS is a chat interface with an AI agent. You can request facility settings and plan creation using natural language.

## Key Features

- Dialogue with AI assistant
- Automatic pricing plan creation
- Automatic check-in configuration creation
- Business hours setup
- Lock integration setup

---

## Chat Interface

### Input Area

| Element | Description |
|---------|-------------|
| Text Area | Enter your message |
| Send Button | Send your message |

### Message Types

| Type | Description |
|------|-------------|
| User Message | Messages you send |
| AI Message | Responses from AI assistant |
| System Message | Notifications from the system |

---

## Conversation Flow

### 1. Setting Business Hours

Tell the AI your business hours, and they will be saved to facility settings.

Examples:
- "We're open 24 hours"
- "Weekdays 9am to 6pm, weekends 10am to 5pm"

### 2. Creating Pricing Plans

Describe your pricing structure, and plans will be created automatically.

Examples:
- "25 yen per minute"
- "1,500 yen per hour"
- "5,000 yen flat rate per day"

### 3. Selecting Payment Timing

Answer the AI's questions:
- Prepaid
- Postpaid
- Both
- No payment

### 4. Selecting Billing Units (for hourly plans)

- 15-minute units
- 30-minute units
- 60-minute units

### 5. Lock Configuration

If KEYVOX locks are connected, you can select entrance and exit doors.

---

## Available Plan Types

| Plan Type | Description |
|-----------|-------------|
| Hourly | Time-based usage billing plan |
| Daily Flat | Fixed daily rate plan |
| Flat + Overtime | Fixed time with overtime charges |
| Accommodation | Plans for lodging facilities |

---

## Code Snippets

Once check-in configuration is complete, HTML code for embedding on your website is provided.

---

## Buttons

| Button | Description |
|--------|-------------|
| Send | Sends the entered message to AI |
| Copy | Copies code block to clipboard |

---

## FAQ

### Q: What can I ask the AI?
A: You can request pricing plan creation, check-in configuration creation, business hours setup, and more using natural language.

### Q: Can I edit created plans?
A: Yes, you can edit created plans from the Plan List screen.

### Q: What languages are supported?
A: Japanese and English are supported.

### Q: Are my messages saved?
A: No, conversation history is cleared when the session ends.

---

## Related Pages

- Plan List
- Check-in List
- Base Settings
- Lock Connection
