# Department

The **Department** screen allows management of medical departments within a healthcare facility's administrative system. It provides options to view, add, or update department details and settings.

***

### Steps to add a department to a clinic

* Open the **Department (Home > Admin > Master Setup > Department)** screen.
* Click the **Plus** icon. This action opens the section to add a new department.

  <figure><img src="/files/ezqqm3yalhOXTepI2sjT" alt="" width="328"><figcaption></figcaption></figure>
* Enter the **Department Name** in the designated input field.&#x20;

  <figure><img src="/files/gpNFRthi9sS87HEjD1K1" alt=""><figcaption></figcaption></figure>
* Map the department to one or more clinics created in the [**Clinic** ](/uniteemr/master-modules/master-setup/clinic.md)Master screen, and fill in the details for each clinic.

  <figure><img src="/files/1oJPSoGKuc25EKZ02pS9" alt=""><figcaption></figcaption></figure>

  * **Clinic**: Use the dropdown to assign the department to the corresponding clinic.
  * **Workflow**: Choose the appropriate workflow type that applies to the department's operation within the selected clinic.\
    **Example: Consultation**
  * **Appnt By User**: This toggle enables or disables the ability for users to book appointments directly.
  * **Appointment Duration**: Enter the appointment length to set the schedule, or use the time picker to select the time intervals.
  * **Active**: This switch controls whether the department configuration is currently active.
* To add more clinics, click the blank fields on the empty row. To remove a row, click the **Delete** icon on the far right.

  <figure><img src="/files/UKDPVPOC08yKsnF0firC" alt=""><figcaption></figcaption></figure>
* Once all required information has been entered, click the **SAVE** button to apply the changes.

***

### Steps to update the department details in a clinic

<figure><img src="/files/nrBSlrrKRJ5pgMJ12Bdl" alt=""><figcaption></figcaption></figure>

* Open the **Department (Home > Admin > Master Setup > Department)** screen.
* Use the **Search** field to filter for the desired department. Select the department to update its details, and make the necessary changes in the appropriate section.
* Click **SAVE** to save the changes made.

***

### Steps to mark a department as inactive in a clinic

<figure><img src="/files/LNhlkC5dwDPVkOtXAVlW" alt=""><figcaption></figcaption></figure>

* Open the **Department (Home > Admin > Master Setup > Department)** screen.
* Use the **Search** field to filter for the desired department.
* To mark the department as inactive, turn off the **Active** toggle switch in the spread.

***


---

# 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/master-modules/master-setup/department.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.
