# Attacks Page

Currently we support 3 poisoning attacks:

* GAN-based poisoning attack
* Random swapping labels attack
* Target labels flipping attack

Here we perform the target labels flipping attack with the poisoning rate 20% and the target label "Web".

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

Clearly, the number of "Web" labels of the poisoning training dataset must be bigger than one of the original dataset.

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

<br>


---

# 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://strongcourages-organization.gitbook.io/maip-documentation/client-side/attacks-page.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.
