# 주요 화면 구조

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

{% hint style="info" %} <mark style="background-color:blue;">**"해피봇에 있는 주요 페이지들 중심으로 살펴볼게요!"**</mark>

로그인 직후 노출되는 봇리스트 화면 부터,\
관리 화면 기본 구조 & 에디터 화면 설명에 대한 모든 것! 여기 있습니다!
{% endhint %}

{% content-ref url="/pages/EtXBpYU9Xrn7bj0fR8ss" %}
[봇 리스트](/happybot/concept/basic_screen/botlist.md)
{% endcontent-ref %}

{% content-ref url="/pages/hCkEyZG0JoiYiGK7x9yE" %}
[봇 관리 기본 화면](/happybot/concept/basic_screen/default.md)
{% endcontent-ref %}

{% content-ref url="/pages/SAjHcDlodfPx5cLQpTCW" %}
[봇 통계 화면](/happybot/concept/basic_screen/statistics.md)
{% endcontent-ref %}

{% content-ref url="/pages/NGv3WJCZvXhnJ2Jw8edh" %}
[배포 내역 화면](/happybot/concept/basic_screen/undefined.md)
{% endcontent-ref %}

{% content-ref url="/pages/isKwOahFEZT5njt2O7dG" %}
[대화 내역 화면](/happybot/concept/basic_screen/conversation.md)
{% endcontent-ref %}

{% content-ref url="/pages/Z9dcBva0IZoVA4BOojT8" %}
[봇 설정 화면](/happybot/concept/basic_screen/setting.md)
{% endcontent-ref %}

{% content-ref url="/pages/enxilR2wFrQRC5RZ7RgD" %}
[자연어 설정 화면](/happybot/concept/basic_screen/nlp.md)
{% endcontent-ref %}


---

# 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://happytalk.gitbook.io/happybot/concept/basic_screen.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.
