# 해피봇(HappyBot)이란?

- [해피봇 알아보기](https://happytalk.gitbook.io/happybot/concept/main.md)
- [해피봇 개념과 챗봇 구조](https://happytalk.gitbook.io/happybot/concept/main/structure.md)
- [기본 용어 설명](https://happytalk.gitbook.io/happybot/concept/main/basic.md)
- [주요 화면 구조](https://happytalk.gitbook.io/happybot/concept/basic_screen.md)
- [봇 리스트](https://happytalk.gitbook.io/happybot/concept/basic_screen/botlist.md): 경로 : 사이트 로그인 직후
- [봇 관리 기본 화면](https://happytalk.gitbook.io/happybot/concept/basic_screen/default.md)
- [시나리오 화면](https://happytalk.gitbook.io/happybot/concept/basic_screen/scenario.md): 경로 : 사이트 로그인 > 봇 리스트 봇 클릭
- [봇 통계 화면](https://happytalk.gitbook.io/happybot/concept/basic_screen/statistics.md): 경로 : 사이트 로그인 > 봇 리스트 봇 클릭 > 왼쪽 메인 메뉴 > 통계
- [배포 내역 화면](https://happytalk.gitbook.io/happybot/concept/basic_screen/undefined.md): 경로 : 사이트 로그인 > 봇 리스트 봇 클릭 > 왼쪽 메인 메뉴 > 배포내역
- [대화 내역 화면](https://happytalk.gitbook.io/happybot/concept/basic_screen/conversation.md): 경로 : 사이트 로그인 > 봇 리스트에서 봇 클릭 > 왼쪽 메인 메뉴 > 대화내역
- [봇 설정 화면](https://happytalk.gitbook.io/happybot/concept/basic_screen/setting.md): 경로 : 사이트 로그인 > 봇 리스트에서 봇 클릭 > 왼쪽 메인 메뉴 > 봇 설정
- [자연어 설정 화면](https://happytalk.gitbook.io/happybot/concept/basic_screen/nlp.md): 경로 : 사이트 로그인 > 봇 리스트에서 봇 클릭 > 왼쪽 메인 메뉴 > 자연어 설정
- [자연어 학습하기](https://happytalk.gitbook.io/happybot/concept/basic_screen/nlp/learn.md): 경로 : 사이트 로그인 > 봇 리스트에서 봇 클릭 > 왼쪽 메인 메뉴 > 자연어 설정 - 학습하기
- [자연어 답변 방식 설정](https://happytalk.gitbook.io/happybot/concept/basic_screen/nlp/answer_method.md): 경로 : 사이트 로그인 > 봇 리스트에서 봇 클릭 > 왼쪽 메인 메뉴 > 자연어 설정 - 답변 방식 설정
- [자연어 실패 메시지](https://happytalk.gitbook.io/happybot/concept/basic_screen/nlp/fail.md): 경로 : 사이트 로그인 > 봇 리스트에서 봇 클릭 > 왼쪽 메인 메뉴 > 자연어 설정 - 실패 메시지


---

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