# Incidents

There are **2 ways to know if you have incidents**:

1. &#x20;**A** **user contacts you directly** through the provided email, that’s added manually with the add button along with all the other information given.
2. **The user does it in the GetComplied form** and you receive an email.<br>

![](/files/-M0HfuVCxXaCcfm97Byk)

When you get an incident you can:

1. **Solve it yourself;**
2. **Assign the task to someone on your team;**
3. **Comment the incident;**
4. **View the incident and what it concerns;**
5. **View the history of the user's incidents.**


---

# 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.getcomplied.com/getcomplied-ui/incidents-1.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.
