# Miscellaneous

<details>

<summary>How do I change the send message shortcut?</summary>

The default keyboard shortcut to send a message in Glue is Cmd+Enter, and Enter is the keyboard shortcut to add a new line in your message. However, for those who prefer to use Enter to send a message in Glue, you can change this under the **Preferences** menu.

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

</details>

<details>

<summary>Are there bots in Glue?</summary>

Bots can be created by leveraging our Public API. See documentation for more information: [Glue Developers](https://docs.glue.ai/developers/)

</details>

<details>

<summary>How do I turn off email notifications?</summary>

When you download our desktop or mobile app and enable push notifications, we will turn off email notifications for your account to avoid duplicate notifications.

If you do not want to enable push notifications but also want to stop receiving email notifications about new messages, go to **Preferences** and change your push notification settings to **Nothing.**

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

{% hint style="info" %}
Note that you will still receive notifications for any new requests or invitations.
{% endhint %}

</details>

<details>

<summary>Why didn't I set a password?</summary>

Glue does not use passwords. You can either log in using Google single sign on or with your email address and a one time log in code that we will send to your email. As long as your session stays active, you will not need to re-log in to Glue every time you use it.

</details>

<details>

<summary>Can I export my data from Glue?</summary>

We currently do not have a self service way to export your message history from Glue. If you need to export your data, please [contact our support team](/get-started/help-and-support.md) in Glue or via email.

Please specify:

* Date range for the export
* Data format (JSON or EML)
* All workspace data or specific user

We can provide message data in JSON or EML (email file) format. The EML export puts each message in a separate file grouped into folders by thread.

The export will include *all* message data including DMs and private threads. If you want to scope by user we can export just threads visible to certain users.

If you are canceling, we can provide the export until 30 days after you cancel.

</details>

<details>

<summary>Does Glue has an availability indicator to show when users are active or away?</summary>

No, Glue does not currently have an online indicator, and this is intentional. We do have the ability to set your [time zone and work schedule](/profile-and-preferences/profile.md#time-zone-and-work-schedule) to let your team know your availability by day, and set a status to say if you're out of office or in a meeting. Please share feedback with us at <support@glue.ai> if this is a blocker to using Glue and let us know more about your use case.

</details>

<details>

<summary>How can I make sure spell check is enabled on my desktop app?</summary>

Right click on the message editor in Glue (wherever you are typing a message) and check under "spelling and grammar" to make sure the different spell check settings are enabled. They are not always on by default despite system settings.

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

</details>

<details>

<summary>Is Glue HIPAA or FINRA compliant?</summary>

No, Glue is not currently certified for HIPAA or FINRA compliance. Please refer to our [security](/for-admins/security.md) and [privacy policy](https://glue.ai/privacy) information for the latest information on our security posture. If you are interested in using Glue but require a specific compliance certification to do so, please email [support@glue.ai](#how-do-i-change-the-send-message-shortcut) to let us know. We are always tracking these requests to determine which certifications to prioritize.

</details>

<details>

<summary>How can I add an emoji to a thread name?</summary>

Adding emojis to thread names makes chatting in Glue more fun.

Easily add emojis with the emoji shortcut — type a semi colon and then at least two letters and then an emoji picker will appear.

You can also use your device's system shortcut for emojis or check if your keyboard has an emoji button.

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

**Some ideas for using emojis:**

Add a checkmark to the beginning of a thread name when a project is done

<figure><img src="/files/4YxC3Wj8vgbLPi4QI8xf" alt=""><figcaption><p>Include a checkmark to show a thread is done</p></figcaption></figure>

</details>

<details>

<summary>Is there a limit on the number of admins that can exist in a workspace?</summary>

For our startup plan, yes there is a limit of one admin. If you want to add an additional admin, you will need to upgrade plans.

For our business and enterprise plans, you can have unlimited admins.

See our [pricing page](https://glue.ai/pricing) for the latest details.

</details>

<details>

<summary>How can I get links from the Windows app to open in Chrome instead of Edge?</summary>

Install **MSEdgeRedirect** from Github to have links open in Chrome instead of Edge.

1️⃣ Set Chrome as your **default browser** (most important)

This handles **most apps** automatically.

1. Open **Settings** → **Apps** → **Default apps**
2. Find **Google Chrome**
3. Click **Set default**

💡 If you want to be extra thorough:

* Scroll down and make sure **.htm, .html, HTTP, HTTPS** are all set to Chrome.

2️⃣ If links *still* open in Edge (very common with Windows apps)

Some Windows apps (like **Teams, Outlook, Slack, and system apps**) ignore your default browser and force Edge.

Fix: Install **MSEdgeRedirect** (best workaround)

This tool quietly intercepts Edge-only links and opens them in Chrome instead.

🔹 **What it does:**

* Redirects `microsoft-edge://` links → Chrome
* Works system-wide
* Lightweight + safe (open source)

🔹 **How to use it:**

1. Download **MSEdgeRedirect** from GitHub
2. Run installer
3. Choose **Active Mode**
4. Select **Chrome** as your preferred browser

</details>

<details>

<summary>Can I see the full list of who has read my message?</summary>

You can see a list of up to 5 people who have read your message, with a count of additional users who viewed it. If more than 5 people viewed your message, you cannot see the full list of names, just the count. This also is only tracked on recently sent messages, and you cannot get the history of who has seen past messages.

Please give us feedback if you would like to see this working differently!

</details>


---

# 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.glue.ai/faq/miscellaneous.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.
