Title: Hamelp
Author: Fumiki Takahashi
Published: <strong>2018년 8월 7일</strong>
Last modified: 2026년 2월 2일

---

플러그인 검색

![](https://ps.w.org/hamelp/assets/banner-772x250.jpg?rev=1920764)

![](https://ps.w.org/hamelp/assets/icon-256x256.png?rev=1920789)

# Hamelp

 작성자: [Fumiki Takahashi](https://profiles.wordpress.org/takahashi_fumiki/)

[다운로드](https://downloads.wordpress.org/plugin/hamelp.2.1.0.zip)

 * [세부사항](https://ko.wordpress.org/plugins/hamelp/#description)
 * [평가](https://ko.wordpress.org/plugins/hamelp/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/hamelp/#installation)
 * [개발](https://ko.wordpress.org/plugins/hamelp/#developers)

 [지원](https://wordpress.org/support/plugin/hamelp/)

## 설명

This plugin add new custom post type ‘FAQ’. With some functionality, you can build
help center for your user.
 What is help center? We collect examples at our [github wiki](https://github.com/hametuha/hamelp/wiki).

#### Creating Portal

This plugin will provide…

 * Custom post type with single page and archive page.
 * Custom taxonomy associated to CPT.
 * Incremental search box.
 * AI Overview(Since 2.0.0)

#### AI Overview

AI Overview answers user questions based on your FAQ content using a large language
model.
 It uses [wp-ai-client](https://packagist.org/packages/wordpress/wp-ai-client)(
experimental) bundled via Composer, which requires an AI service to be configured
in WordPress. Since wp-ai-client is still experimental, its API may change in future
releases.

You can configure AI behavior and rate limiting from **Settings > Hamelp** in the
admin panel.

Using the Block

Add the **AI FAQ Overview** block in the block editor. The block has the following
options:

 * **Placeholder** — Input placeholder text.
 * **Button Text** — Submit button label.
 * **Show Sources** — Display related FAQ links below the answer.
 * Using the Template Function

You can also use `hamelp_render_ai_overview()` in your theme templates:

    ```
    <?php echo hamelp_render_ai_overview(); ?>
    ```

The function accepts an optional array of arguments:

    ```
    <php
    echo hamelp_render_ai_overview( [
        'placeholder'  => 'Ask a question...',
        'button_text'  => 'Ask AI',
        'show_sources' => true,
    ] );
    ?>
    ```

The function automatically enqueues the required JavaScript and CSS assets.

#### Search Box

You can use shortcode `hamelp-search` in page content.

    ```
    [hamelp-search label='Enter your question here.'][/hamelp-search]
    ```

And you can call in your theme altenatively.

    ```
    <?php echo do_shortcode( '[hamelp-search][/hamelp-search]' ) ?>
    ```

## 블록

이 플러그인은 1개의 블록을 제공합니다.

 *   AI FAQ Overview AI-powered FAQ search that answers user questions based on 
   FAQ content.

## 설치

Install itself is easy. Auto install from admin panel is recommended. Search with`
hamelp`.

 1. Donwload and unpack plugin file, upload `hamelp` folder to `/wp-content/plugins`
    directory.
 2. Activate it from admin panel.

## FAQ

### How can I contribute?

You can contribute to our github repo. Any [issues](https://github.com/hametuha/hamelp/issues)
or [PRs](https://github.com/hametuha/hamelp/pulls) are welcomed.

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

“Hamelp”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

 *   [ Fumiki Takahashi ](https://profiles.wordpress.org/takahashi_fumiki/)
 *   [ Hametuha INC. ](https://profiles.wordpress.org/hametuha/)

“Hamelp”(이)가 1 개 언어로 번역되었습니다. 기여해 주셔서 [번역자](https://translate.wordpress.org/projects/wp-plugins/hamelp/contributors)
님께 감사드립니다.

[자국어로 “Hamelp”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/hamelp)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/hamelp/)는, [SVN 저장소](https://plugins.svn.wordpress.org/hamelp/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/hamelp/)을 [RSS](https://plugins.trac.wordpress.org/log/hamelp/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 2.1.0

 * Add user context to AI Overview for personalized responses.
 * Add whitelist-based user role filtering for security (`hamelp_allowed_user_roles`
   filter).
 * Add `hamelp_user_context` and `hamelp_display_user_roles` filters for customization.
 * Add development hooks support for local environment testing.
 * Remove bundled translations in favor of GlotPress (WordPress.org).

#### 2.0.0

 * Add AI Overview Feature.
 * Bump minimum requirements: PHP >=7.4, WordPress >= 6.6

#### 1.0.4

 * Add [structured data](https://developers.google.com/search/docs/data-types/faqpage)
   for FAQPage.

#### 1.0.3

 * Bugfix and change glocal functions.

#### 1.0.2

 * Fix taxonomy to be shown in Gutenberg.

#### 1.0.1

 * Fix no vendor directory bug.

#### 1.0.0

 * Initial release.

## 기초

 *  버전 **2.1.0**
 *  최근 업데이트: **3개월 전**
 *  활성화된 설치 **10보다 적음**
 *  워드프레스 버전 ** 6.6 또는 그 이상 **
 *  다음까지 시험됨: **6.9.4**
 *  PHP 버전 ** 7.4 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/hamelp/) 및 [Japanese](https://ja.wordpress.org/plugins/hamelp/).
 *  [자국어로 번역하기](https://translate.wordpress.org/projects/wp-plugins/hamelp)
 * 태그:
 * [faq](https://ko.wordpress.org/plugins/tags/faq/)[help](https://ko.wordpress.org/plugins/tags/help/)
 *  [고급 보기](https://ko.wordpress.org/plugins/hamelp/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

[Your review](https://wordpress.org/support/plugin/hamelp/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/hamelp/reviews/)

## 기여자

 *   [ Fumiki Takahashi ](https://profiles.wordpress.org/takahashi_fumiki/)
 *   [ Hametuha INC. ](https://profiles.wordpress.org/hametuha/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/hamelp/)