> For the complete documentation index, see [llms.txt](https://docs.allganize.ai/alli-llm-app-market/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.allganize.ai/alli-llm-app-market/manual/for_admin/default-apps/ga-hr/job-posting.md).

# 求人票生成

求人票生成アプリでは、「職種」「求めるスキル」の入力のみで求人票を作成することができます。

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

下記の入力例を基に求人票を生成します。

## 入力例 <a href="#example1" id="example1"></a>

* **職種：**&#x30A4;ンサイドセールス
* **求めるスキル：・**&#x7121;形商材の法人営業経験

  　　　　　　　・ITコンサルタントのご経験\
  　　　　　　　・※いずれかのご経験2年以上

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

## 結果例 <a href="#example2" id="example2"></a>

入力例の内容で生成を実施すると下記のような求人票が生成されます。

生成された文章は、その場で編集やコピー、ファイルとしてダウンロード(txt・PDF・docx)が可能です。

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

```
インサイドセールスの求人
当社では、新しいインサイドセールスのメンバーを募集しています。私たちのチームには、
積極的で成長志向のメンバーが揃っており、あなたの経験とスキルを活かして一緒に働けることを
楽しみにしています。

仕事内容
・法人営業経験を活かし、顧客との関係構築を行う
・ITコンサルタントとしての知識を活かし、顧客の課題解決に貢献する
・チームと協力し、売上目標の達成に向けて努力する

必要な経験・スキル
・無形商材の法人営業経験（2年以上）
・ITコンサルタントのご経験（2年以上）
・コミュニケーション能力
・チームでの協力や柔軟な対応ができること
・新しいことに積極的に取り組む姿勢

待遇
・優秀な成績に応じたインセンティブ
・社内研修やキャリアアップの機会
・フレックスタイム制度
・健康保険、厚生年金、労災保険完備

当社で一緒に働くことに興味がある方は、ぜひご応募ください。あなたと一緒に働けることを
楽しみにしています。
```

## アプリ編集画面 <a href="#edit" id="edit"></a>

標準で用意されているインプット項目とLLMモデル・プロンプトは下記の内容になります。

### インプット <a href="#input" id="input"></a>

利用者に入力してもらいたい項目を2つご用意しています。

インプット項目は追加や削除、入力形式(インプットタイプ)の変更をすることができます。

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

* **職種**
  * 変数：@job\_title
  * インプットタイプ：テキスト
* **求めるスキル**
  * 変数：@job\_requirements
  * インプットタイプ：パラグラフ

#### インプットのOne Pointアドバイス <a href="#input_onepoint" id="input_onepoint"></a>

{% hint style="info" %}
求人票の設定を細かく設定したい場合は、インプット項目を増やすことで追加した項目に即した内容を生成することが可能です。
{% endhint %}

### LLMモデル <a href="#model" id="model"></a>

標準モデルは「OPENAI GPT-4 TURBO」がセットされています。

{% hint style="warning" %}
モデルを変更することで生成結果の仕上がりが変わる場合があります。
{% endhint %}

### プロンプト <a href="#prompt" id="prompt"></a>

{}で囲まれているものはインプットで設定されている変数が当てはめられており、プロンプト記載欄の下にチップの形で表示されている変数をクリックすると簡単に記載ができます。

{% hint style="warning" %}
インプットの変数を変更した際は、プロンプト内の変数も変更する必要があります。
{% endhint %}

#### プロンプトのOne Pointアドバイス <a href="#prompt_onepoint" id="prompt_onepoint"></a>

{% hint style="info" %}
自社のメールフォーマットやテンプレートに合わせて、プロンプトを記載すると、それに沿った求人票を生成することが可能です。

例：末尾に下記の内容を記載して

　Allganizeホールディングス株式会社

　東京都○○区○○1-2-3
{% endhint %}


---

# 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://docs.allganize.ai/alli-llm-app-market/manual/for_admin/default-apps/ga-hr/job-posting.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.
