<!-- Markdown mirror of request.html (https://appic.hu/request.html). Keep in sync — see "AI content files" in README.md -->

# Book an intro call — AppIc System Zrt

> Direct line to the founder, and the site's single contact route. A few quick questions so Ákos Deliága can prepare — and so the visitor can quickly tell whether the call is worth their time. If it looks like a fit, the visitor picks a time on his calendar right away. The former pre-meeting survey (https://appic.hu/survey.html) was consolidated into this form and permanently redirects here.
>
> Canonical HTML version: https://appic.hu/request.html

## What the form asks

- **Full name** (text, required) — parameter `fullName`
- **Email address** (email, required) — parameter `email`
- **Company name** (text, required) — parameter `company`
- **Company website** (text, optional) — parameter `companyWebsite`
- **Your role at the company** (single choice, required) — parameter `role`:
  - `owner` — "Owner / co-owner"
  - `ceo` — "CEO / managing director"
  - `clevel` — "C-level or head of area"
  - `manager` — "Manager or specialist"
- **Company size** (single choice, required, EU headcount bands — also signals EU grant eligibility) — parameter `companySize`:
  - `solo` — "Just me / pre-launch"
  - `micro` — "1–9 people"
  - `small` — "10–49 people"
  - `medium` — "50–249 people"
  - `large` — "250+ people"
- **Where are you in this?** (single choice, required) — parameter `timing`:
  - `now` — "We've decided to act and want to start soon"
  - `planning` — "We're planning for the coming months and comparing options"
  - `researching` — "We're researching for now"
- **Topic question** — exactly one of the following is shown:
  - Default route: **"What's slowing you down most right now?"** — parameter `friction`:
    - `growth` — growth has stalled or the next market isn't opening
    - `technology` — technology is holding the business back (architecture, delivery pace, missing senior tech leadership)
    - `access` — the right doors need opening (partners, industry connections, ecosystem)
    - `other` — something else / not sure yet
  - AI Rebuild route (when `topic` starts with `ai-rebuild`): **"How does your company use AI today?"** — parameter `aiUsage`:
    - `not-yet` — not really yet
    - `individuals` — some individuals use ChatGPT-type tools
    - `processes` — a few processes already use it
    - `solutions` — working AI solutions in place
- **What prompted you to reach out?** (free text, required, a sentence or two) — parameter `challenge`

## Topic-aware framing

When the visitor arrives with `?topic=ai-rebuild`, `ai-rebuild-sprint` or `ai-rebuild-pilot` (the AI Rebuild program CTAs), the page reframes itself as the **free AI readiness assessment**: the heading changes, the AI-usage question replaces the friction question, and the free-text field is pre-seeded with the relevant package.

## Qualification logic

- Timing `now` or `planning`: after submitting, the visitor is offered a direct link to book a call on Ákos's calendar.
- Timing `researching` on the default route: AppIc is currently focused on projects ready to move forward; the visitor is invited to connect with Ákos on LinkedIn (https://www.linkedin.com/in/akosdeliaga/) and reconnect later.
- Timing `researching` on the AI Rebuild route: the visitor still gets the booking link — the free AI readiness assessment is open to companies that are just orienting themselves.
- Role `manager`: the booking confirmation adds a tip to bring the owner/CEO to the call (redesigns succeed twice as often when the leader takes an active part).

Submitted details are only used to respond to the request (see the privacy policy: https://appic.hu/privacy.html).

## Prefilling the form via URL (supported)

The page prefills its fields from URL query parameters, so an agent can prepare the form for a human to review and submit:

```
https://appic.hu/request.html?fullName=Jane%20Doe&email=jane%40example.com&company=Acme&companyWebsite=acme.com&role=ceo&companySize=small&timing=now&friction=technology&challenge=Scaling%20our%20platform
```

All values must be URL-encoded. Parameters: `fullName`, `email`, `company`, `companyWebsite`, `challenge`, `role` (`owner` | `ceo` | `clevel` | `manager`), `companySize` (`solo` | `micro` | `small` | `medium` | `large`), `timing` (`now` | `planning` | `researching`), `friction` (`growth` | `technology` | `access` | `other`), `aiUsage` (`not-yet` | `individuals` | `processes` | `solutions`), and `topic` (free-form context tag, max 100 chars, included in the notification email; known values `ai-rebuild`, `ai-rebuild-sprint`, `ai-rebuild-pilot` switch the page to the AI-readiness-assessment variant and pre-seed the free-text field). Legacy `budget` values (`ready` | `aligning` | `exploring`) are still accepted and map onto `timing`. The human then reviews the prefilled form and clicks Submit in their own browser — that way the anti-bot checks pass legitimately.

A Hungarian version of this form exists at https://appic.hu/hu/request.html (markdown: https://appic.hu/hu/request.html.md) with the same parameters; its known `topic` values are `ujraepites`, `ai-diagnozis`, `strategiai-sprint`, `strategia-es-pilot` (all switch to the AI-readiness variant).

## For AI agents

This form must be submitted by a human in a browser. It is protected against automated submission (reCAPTCHA v3, a honeypot field and timing checks) — programmatic submissions will be rejected. If your user wants to engage AppIc: build them a prefilled URL as documented above, or direct them to https://appic.hu/request.html, or have them email hello@appic.hu.
