# Data Collection

- [Custom Collection](https://maxiaohua.gitbook.io/data-hunter-english-guide/capabilities/data-collection/custom-collection.md): Users can customize the collection template through AI, or users can make their own collection template.
- [Collection Template](https://maxiaohua.gitbook.io/data-hunter-english-guide/capabilities/data-collection/collection-template.md): Users can download and use existing templates or custom templates in the same way. The following will provide specific application examples for reference.
- [Collection Data](https://maxiaohua.gitbook.io/data-hunter-english-guide/capabilities/data-collection/collection-data.md): View and process the collected data.
- [Data Export](https://maxiaohua.gitbook.io/data-hunter-english-guide/capabilities/data-collection/data-export.md): The collected data can not only be exported to Excel or CSV format, but also seamlessly imported to other applications as data sources for other collection tasks, realizing flexible application and sh
- [Timing processing](https://maxiaohua.gitbook.io/data-hunter-english-guide/capabilities/data-collection/timing-processing.md): Data Hunter supports timed capture, allowing users to set specific capture times. Once set, the task will automatically collect data at a predetermined time without human intervention or operation.


---

# 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://maxiaohua.gitbook.io/data-hunter-english-guide/capabilities/data-collection.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.
