# Microphone Setup

Connecting an external microphone to your iPad allows you to capture high-quality audio for Video.&#x20;

To ensure a successful setup, confirm that you have your wired microphone and a compatible power/audio splitter ready. Because the HALO app requires a constant power supply for professional events, using a splitter is the only way to maintain your battery while the microphone port is occupied.

***

### Setup Instructions

{% stepper %}
{% step %}
If your microphone is brand new, refer to the manufacturer’s manual to complete any required initial configuration or firmware updates before connecting it to the iPad.
{% endstep %}

{% step %}
Plug your splitter or USB hub into the iPad. Insert your charging cable and your microphone into the respective ports on the adapter.

{% hint style="warning" %}
**Power Tip:** While you can plug a microphone directly into the iPad for quick testing, a splitter is **required** for live events to ensure the iPad doesn't run out of battery.
{% endhint %}
{% endstep %}

{% step %}
Launch the HALO app and advance to the **PreFlight Check** screen. This is where you verify that all hardware components are communicating correctly with the software.
{% endstep %}

{% step %}
Locate the **Devices** section. You should see your external microphone listed as the active input.

* **Don't see it?** If the mic doesn't appear, tap the **"More Info"** button to trigger a rescan for external audio devices.
  {% endstep %}
  {% endstepper %}

***

{% hint style="info" %}
**Testing Your Audio**&#x20;

We recommend taking a test video during your setup to playback and verify that the audio levels are clear and that there is no interference from the booth's environment.
{% 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://docs.simplebooth.com/hardware-and-gear/microphone-setup.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.
