# AI replies

This feature (Finley AI) will provide AI generated comment suggestions to your raiders. Those comment suggestions are created based on information you provide and information from the tweet you are currently raiding. Make sure you check [FinleyAI](/finley-ai.md) section for more details and how to add information about your project.

1. Bring up settings menu according to ["Access Settings UI"](https://docs.raidsharksbot.com/raid-settings/access-settings-ui).
2. Turn the toggle switch to ON to show FinleyAI to your raiders in "Raid" tab within the mini app.&#x20;

{% hint style="info" %}
Turn it to OFF to hide it - It will NOT delete your configuration.
{% endhint %}

<figure><img src="/files/YgPxqz9DS2JNjckhCRkL" alt="" width="375"><figcaption><p>Comment suggestion provided by FinleyAI</p></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.raidsharksbot.com/raid-settings/ai-replies.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.
