# Tips: Going Live on Mobile

### Before You Go Live

{% stepper %}
{% step %}

#### **Device Setup**

* Use a recent high-end device on the latest OS.
* Update to the latest version of the Tilt app.
* Close all unnecessary apps — only keep Tilt running.
* Set screen brightness to 40–60% (use external lighting instead).
* Free up at least 5GB of storage.
* Clean your camera lens to ensure crystal clear quality.
* Remove your phone case — it can trap heat and block cooling.
  {% endstep %}

{% step %}

#### Charging

* Charge to 90–100% before your stream.
* Unplug before going live — charging adds heat.
  {% endstep %}
  {% endstepper %}

### During Your Stream

{% stepper %}
{% step %}

#### **Internet Connection**

* Use Wi-Fi, preferably 5GHz.
* Stay close to your router for a stronger signal.
  {% endstep %}

{% step %}

#### **Keep it cool**

* Stream in a cool room with airflow — a small fan pointed at your device helps.
* Avoid direct sunlight or heat sources.
  {% endstep %}

{% step %}

#### Power Management

* Don’t charge during your stream (cable or wireless).
* Turn **off** Low Power Mode (it reduces performance).

{% hint style="warning" %}
Charging generates heat, which is your biggest enemy while streaming.
{% endhint %}
{% endstep %}

{% step %}

#### Monitoring

* Keep an eye on battery level and device temperature.
* Watch for warning signs: lag, frame drops, or slowdowns.
* Avoid switching apps, screen recording, or letting notifications interrupt.
  {% endstep %}
  {% endstepper %}

{% hint style="info" %}
These steps will help, but can’t guarantee a crash-free stream. Long sessions may still cause performance issues if your phone runs out of memory or overheats.
{% 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://support.tilt.app/tilt-help-desk/for-sellers/tips/tips-going-live-on-mobile.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.
