# Technical Docs

- [API Reference](https://docs.ismalicious.com/technical-docs/api-reference.md)
- [Check ressource](https://docs.ismalicious.com/technical-docs/api-reference/check-ressource.md): The Check endpoint allows you to check if an IP or domain is malicious.
- [Reputation](https://docs.ismalicious.com/technical-docs/api-reference/check-ressource/reputation.md)
- [Vulnerabilities](https://docs.ismalicious.com/technical-docs/api-reference/check-ressource/vulnerabilities.md)
- [Geolocation](https://docs.ismalicious.com/technical-docs/api-reference/check-ressource/geolocation.md)
- [Whois](https://docs.ismalicious.com/technical-docs/api-reference/check-ressource/whois.md)
- [Search resource](https://docs.ismalicious.com/technical-docs/api-reference/search-resource.md): The Search endpoint allows you to search for potential malicious alternative domains in the entire database.
- [Submit source](https://docs.ismalicious.com/technical-docs/api-reference/submit-source.md): The Submit endpoint allows you to submit new sources of malicious activities to the community.


---

# 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.ismalicious.com/technical-docs.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.
