# Walk-In Patient

When a patient visits a healthcare facility without a prior appointment, they are considered a walk-in patient. The steps for creating an appointment for a walk-in patient are detailed below.

{% hint style="info" %}
Walk-In patient appointment is permitted only for the current date and cannot be scheduled for future dates.
{% endhint %}

***

### Steps for a Walk-In Patient Appointment

* Open the **Scheduler** **(Home > Front Desk > Scheduler)** screen and double-click on the available time slot for the required doctor. This action will open the **Appointment** pop-up screen.

  <figure><img src="/files/8jjfNzzB6TsNNW1KmcDu" alt=""><figcaption></figcaption></figure>

  * Determine if the patient is [new](/uniteemr/application-modules/scheduler/appointment-booking/new-patient.md) or [existing](/uniteemr/application-modules/scheduler/appointment-booking/existing-patient.md), and then proceed with the corresponding steps to create an appointment.
  * In addition, select the **Walk-In Patient** checkbox in the **Appointment** pop-up screen. This checkbox must be checked to indicate that the patient is a walk-in and does not have a scheduled appointment.
  * After entering the necessary details, click **SAVE** to save the appointment.
* For existing patients, upon saving the record, the appointment will be confirmed and added to the [Patient Queue](/uniteemr/application-modules/patient-queue.md). For new patients, saving the record will automatically open the [Patient Register ](/uniteemr/application-modules/patient-register.md)screen, allowing for seamless completion of the registration process without the need for additional navigation.

{% hint style="info" %}
If configured, an **Additional Information** section will appear in the **APPOINTMENT** tab, allowing user association (e.g., assigning a nurse who can view only their associated appointments in the **Scheduler** and **Queue** screens) and capturing vehicle details such as Vehicle Number, Model, and Color.
{% endhint %}

***


---

# 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://unitecare.gitbook.io/uniteemr/application-modules/scheduler/appointment-booking/walk-in-patient.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.
