> For the complete documentation index, see [llms.txt](https://visi-digital-internasional.gitbook.io/geo-prospector/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://visi-digital-internasional.gitbook.io/geo-prospector/geo-prospector-ko/welcome/dashboard.md).

# 대시보드 및 상태

## 주요 영역

* **B2B 찾기** — 탐색 작업을 구성하고 실행합니다
* **시장 조사** — 타깃 시장 카테고리를 탐색하고 준비합니다
* **저장된 카테고리** — 저장된 타깃 카테고리를 재사용합니다
* **결과** — 완료된 기록을 검토하고 데이터를 내보냅니다
* **활성화** — 장치 ID, 라이선스 상태, 크레딧, 유효 기간 및 버전 정보를 확인합니다

## 선택한 카테고리 표시

여러 카테고리를 선택하면 Geo Prospector가 이를 개별 칩으로 표시합니다. 칩 영역은 자동으로 확장되어 전체 카테고리 선택 항목이 계속 보이게 됩니다.

작업을 시작하기 전에 칩을 검토하여 원하는 카테고리가 포함되어 있는지 확인하세요.

## 상태 참고

| 상태       | 의미                                      |
| -------- | --------------------------------------- |
| 준비됨      | 애플리케이션이 새 작업을 시작할 수 있습니다                |
| 실행 중     | 탐색이 진행 중입니다                             |
| 결과 마무리 중 | 중복 확인, 보강, 구문 분석 또는 저장이 아직 실행 중일 수 있습니다 |
| 완료       | 최종 결과가 준비되었습니다                          |
| 중지됨      | 사용자 또는 시스템이 프로세스를 중지했습니다                |

동안 애플리케이션을 닫지 마세요 **결과 마무리 중** 프로세스가 비정상적으로 오랜 시간 동안 명백히 멈춘 경우가 아니라면.


---

# 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, and the optional `goal` query parameter:

```
GET https://visi-digital-internasional.gitbook.io/geo-prospector/geo-prospector-ko/welcome/dashboard.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
