# Finder Feature

Activating this function will make the bot react to any Twitter (X) link which is thrown in your chat.\
\
As soon as the bot finds a link, it will prompt a message containing two buttons which are only available for admins.\
It lets you decide to <mark style="color:green;">"Raid"</mark> or to <mark style="color:red;">"Dismiss"</mark> a tweet with a single click of a button.

<figure><img src="/files/Vq1cFjy949FDUvpjyd3J" alt=""><figcaption><p>Finder message</p></figcaption></figure>

It also shows which Telegram user provided the tweet and the current set target.

{% hint style="info" %}
If admins decide to raid a provided tweet, RaidSharksBot will save this information to its internal database. \
\
This data will be available to admins through [csv export](/leaderboard/leaderboard-export-csv.md) of leaderboard data.\
\
You can use this data to reward people who provided good content which was raided.
{% endhint %}

1. Bring up settings menu according to ["Access Settings UI"](/raid-settings/access-settings-ui.md).
2. Turn Finder ON or OFF using the toggle switch

{% hint style="warning" %}
Finder reacts to all Twitter (X) links thrown into the chat. Your admins have to make sure that they check the quality of the tweet before raiding them.
{% 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://docs.raidsharksbot.com/raid-settings/finder-feature.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.
