# Refresh Count

The refresh count controls <mark style="color:green;">how often the bot will reprompt itself</mark> to not get lost within any ongoing communication in your telegram group. It is important to adjust it to your needs to make sure the bot does not spam too much but also reminds your users to participate in an ongoing raid regulary.\
\ <mark style="color:yellow;">In standard and on first install it is set to refresh count 10 which means the bot will reprompt itself every 10 messages.</mark>

1. Bring up settings menu according to ["Access Settings UI"](/raid-settings/access-settings-ui.md).
2. You can now adjust your refresh count as you desire (0 - 100). Your input will be saved immediately.

{% hint style="info" %}
Setting your refresh count to 0 will completely deactivate the bot repost. This can be quite handy if you want to pin an ongoing raid and leave the raid message at a certain place.
{% 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/refresh-count.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.
