# Shadow Ban Protection

To safeguard your content and prevent getting shadow bans from X, we implemented a strategy where any tracking information is automatically removed by RaidSharksBot.\
\
Tracking data can flag accounts for potential spam when multiple users engage with the same link, potentially leading to shadowbans. By cutting off tracking parameters, we reduce the risk of being flagged by spam detection algorithms.

This method ensures that your efforts, including raiding campaigns, maintain visibility and avoid spam filters.


---

# 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/shadow-ban-protection.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.
