# IOCParser

## IOCParser

- [Introduction](https://docs.iocparser.com/master.md): A Fast and Reliable service that enables you to extract IOCs and intelligence from different data sources.
- [Features](https://docs.iocparser.com/features.md): IOC Parser enables the following features
- [Parse API](https://docs.iocparser.com/api-reference/parse-api.md): Collection of Parse APIs to enable extraction and parsing of Indicator of Compromise (IOCs) from a variety of sources.
- [Status API](https://docs.iocparser.com/api-reference/status-api.md): Check the status of IOC Parser API
- [Proactive Threat Hunting](https://docs.iocparser.com/use-cases-1/proactive-threat-hunting.md)
- [Changelog](https://docs.iocparser.com/use-cases/changelog.md): All notable changes made to the service are documented here.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.iocparser.com/master.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.
