# Silently Resolve

{% hint style="warning" icon="xmark-large" %}
**Terminates Pipeline**

This module is a pipeline terminator, meaning that no more modules will be ran after this module is ran.
{% endhint %}

Sometimes you simply want to stop the ticket from being created, instead providing the user a simple message. This can be useful for commonly asked questions and is handled by the `Silently Resolve` module.

The module allows you to define a custom embed that will be shown to the user.&#x20;

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


---

# 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.threadwatcher.xyz/features/tickets/modules/silently-resolve.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.
