# Contact Us on Login Screen

A **Contact Us** button has been added to the login screen so you can submit an inquiry even when you are unable to sign in. If you experience a login issue, you can now reach out for support directly without needing to access the app's main interface.

***

### **How to Use**

{% stepper %}
{% step %}
On the login screen, click the **Contact Us** button located at the bottom right, next to **Sign Up**.

<figure><img src="/files/1TI75dk4LBc2dVSjOriM" alt="" width="551"><figcaption><p>Contact Us button on Login Screen</p></figcaption></figure>
{% endstep %}

{% step %}
The **Contact Us window** will appear over the login screen.

<figure><img src="/files/m2weS7aLiApLz7IoK3lz" alt="" width="356"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Enter your **contact email**, select an inquiry type, describe your issue, and click **Send** button.
{% endstep %}
{% endstepper %}

### **Things to Know**

* When you submit an inquiry from the login screen, PRISM session information and related data are automatically attached to your message, just as they are when submitting inquiries from within the app.
* Your Identification Number will not be included when submitting an inquiry from this screen. Providing your contact email accurately will help the support team respond to your inquiry.

[Desktop](/desktop/overview.md), [Guides](/desktop/guides.md), [Features](/desktop/guides/features.md), [Others](/desktop/guides/features/others.md)


---

# 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://guide.prismlive.com/desktop/guides/features/others/contact-us-on-login-screen.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.
