> For the complete documentation index, see [llms.txt](https://maxiaohua.gitbook.io/data-hunter-english-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://maxiaohua.gitbook.io/data-hunter-english-guide/capabilities/application.md).

# Application

- [Custom Application](https://maxiaohua.gitbook.io/data-hunter-english-guide/capabilities/application/custom-application.md): When users find that the existing template cannot meet their specific needs, they can choose to create a custom application to meet the personalized needs.
- [Application Template](https://maxiaohua.gitbook.io/data-hunter-english-guide/capabilities/application/application-template.md): Users can download and use application templates in the Data Hunter "Application Templates".
- [Field settings](https://maxiaohua.gitbook.io/data-hunter-english-guide/capabilities/application/field-settings.md): Users can set the fields according to their own needs through text form.
- [Data Report](https://maxiaohua.gitbook.io/data-hunter-english-guide/capabilities/application/data-report.md)


---

# 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 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/application.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.
