# Triage FAQ

<details>

<summary>Can I assign someone to a conversation when I tag them in the chat?</summary>

You can create an organization rule to automatically assign a conversation to someone when you tag them in the chat.

To do so, create a rule that triggers on new comments like this one:

<div data-with-frame="true"><figure><img src="/files/1adx1xajHcFVPjifUsaw" alt="Assign someone to a conversation when tagged in the comment" width="700"><figcaption></figcaption></figure></div>

</details>

<details>

<summary>How do I prevent conversations from being automatically assigned when someone replies?</summary>

Assignment behavior when replying is controlled by your team's **Assignment options**. Go to **Settings** > **Teams**, click **Edit** next to the team, and scroll to the bottom to find **Assignment options**.

{% hint style="info" %}
Assignment options apply to all conversation types in that team. If your team handles both email and SMS, and you only want to change the assignment behavior for SMS, you need to separate them into two distinct teams.
{% endhint %}

</details>

<details>

<summary>Can I auto-assign emails to the sender?</summary>

You can create an **Outgoing message** rule to automatically assign the sender to a conversation if it hasn't already been assigned to someone.

To do so, create a rule that triggers on outgoing emails like this one:

<div data-with-frame="true"><figure><img src="/files/boyaV11QWov0mFG24SLr" alt="Outgoing email rule to auto-assign sender" width="695"><figcaption></figcaption></figure></div>

You probably want to add the **Close** action too so the conversation is not added back to the sender **Inbox**.

</details>

<details>

<summary>Can conversations be removed from my Inbox when closed by a colleague?</summary>

When a user closes, it always removes the conversation from their Inbox. But it does not remove the conversation from the Inbox of other users, at least by default.

There is a personal setting that each user can optionally set so that when a coworker closes a conversation that’s in their Inbox, it is removed from there:

<div data-with-frame="true"><figure><img src="/files/B3YKCvgH3eL0NaCue0WN" alt=""><figcaption></figcaption></figure></div>

</details>

<details>

<summary>What will the assigned filter show?</summary>

When applying the filter Assigned to (Person A) on a search or a mailbox, the results will include both conversations assigned to Person A as well as conversations includind tasks assigned to Person A.

</details>

<details>

<summary>How can I stop receiving email notifications when I'm assigned or mentioned?</summary>

You can control how often Missive sends you email notifications for missed mentions and assignments when you are offline.

Go to **Settings** > **Preferences** > **Notifications** > **Email notifications when offline** and choose your preferred frequency: **Never**, **Once every 15 minutes**, or **Once every hour**.

<div data-with-frame="true"><figure><img src="/files/fYmrWYO6vm0WzVKdLokg" alt="Stop receiving email notifications when I&#x27;m assigned or mentioned"><figcaption></figcaption></figure></div>

{% hint style="info" %}
If you clicked an unsubscribe link inside a Missive notification email, it set this option to **Never**. You can re-enable notifications at any time by going back to this setting and selecting a frequency.
{% endhint %}

</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://missiveapp.com/docs/core-features/triage-and-assignment/faq.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.
