> For the complete documentation index, see [llms.txt](https://docs2.stlogic.co.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs2.stlogic.co.kr/molit/undefined/undefined-4/undefined-1/undefined-1.md).

# 표준분석모델

<figure><img src="/files/CFAaknbCfUBDrFG9suYx" alt=""><figcaption></figcaption></figure>

표준분석모델은 11가지의 샘플 모델이 준비되어 있으며, 다음은  **'버스정류장 사각지역 분석모델'** 에 대한 예시를 소개하고자 한다

### 버스정류장 사각지역 분석

{% tabs %}
{% tab title="메뉴 및 데이터 소개" %}

<figure><img src="/files/i6GNyQxcu1ynwpSGbGMR" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/8voSknvs7JEtDMqzruNV" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/DSXt41aX7j7p4B4BsMDa" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/SgpYO2uI25bJd2UcaPk9" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="경계데이터(with QGIS)" %}

<figure><img src="/files/xt0t4lYpM6AvnFwhdiSR" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/vBMozyJ6TGH9xS6HOlo8" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/QWWKCeGnEVnykDN7FPwr" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/lkMohrGAFg6AdZ9D07g1" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/O9Y1H2wzpiox4YznkcLi" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="총 인구 및 고령 인구 데이터" %}

#### <mark style="background-color:orange;">지역별 총 인구 샘플 데이터</mark>

<figure><img src="/files/chChMQyGpP9oDQPAPdtZ" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/S6Yazp1Zxo79q1fA1MOA" alt=""><figcaption></figcaption></figure>

#### <mark style="background-color:green;">지역별 고령인구 샘플 데이터</mark>

<figure><img src="/files/Fv3vwFhIzItIYnWxTKZj" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/qy9QGgKvGhWpECxKy8uT" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="결과분석" %}

<figure><img src="/files/BNOX5bUvURwYPo17eDQk" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/2SmoZble9pQn3SaAuWAr" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/O2J1N4DSkTIMKXj11Uko" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/QIwQTzX1zLO5nMZEnUjv" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/7vQcQivhiKVWYx5zsLBz" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/FVdqxd2YJkZiCCkTaaR8" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/48Ql6s0tTPI192aP2RUh" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/5wxh0L3qyQnVCZTMwNRw" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/gZ00S7c1F482hACYn2Po" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/GJ1cOc04HIdOYOiga9eE" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# 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://docs2.stlogic.co.kr/molit/undefined/undefined-4/undefined-1/undefined-1.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.
