# プロンプトエンジニアリング(Prompt Engineering)

## プロンプトとは？&#x20;

プロンプトとは、AIモデルに対して応答を生成したりタスクを完了するために与える初期入力や指示のことです。

### なぜプロンプトが重要なのか？

プロンプトは、AIモデルの出力を導くために、詳細なコンテキスト、ガイドライン、または質問を提供するために重要です。これにより、生成された応答が関連性があり、正確で、ユーザーの要件に合わせたものになります。

#### こちらは、プロンプトエンジニアリングについて深く学ぶための良いリソースです：

{% embed url="<https://www.promptingguide.ai/>" %}

### Other prompt resources:

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td>OpenAI official Prompt Guide</td><td><a href="https://platform.openai.com/docs/guides/prompt-engineering">https://platform.openai.com/docs/guides/prompt-engineering</a></td><td></td><td></td></tr><tr><td>Claude official Prompt Library</td><td><a href="https://docs.anthropic.com/en/prompt-library/library">https://docs.anthropic.com/en/prompt-library/library</a></td><td></td><td></td></tr><tr><td>Claude Official Prompt Guide</td><td><a href="https://docs.anthropic.com/en/docs/welcome">https://docs.anthropic.com/en/docs/welcome</a></td><td></td><td></td></tr><tr><td>Google Prompting Essentials</td><td><a href="https://grow.google/prompting-essentials/?utm_source=google&#x26;utm_medium=paidsearch&#x26;utm_campaign=ha-sem-bk-pe-exa__geo%E2%80%94US&#x26;utm_term=google%20prompting%20essentials&#x26;gad_source=1&#x26;gclid=Cj0KCQjw16O_BhDNARIsAC3i2GDDWA3614Y0iX9YaccH5vPAbXfIFHl3E1Jtxhz-q4glV95ZjAwJ-PAaAreDEALw_wcB">https://grow.google/prompting-essentials/?utm_source=google&#x26;utm_medium=paidsearch&#x26;utm_campaign=ha-sem-bk-pe-exa__geo%E2%80%94US&#x26;utm_term=google%20prompting%20essentials&#x26;gad_source=1&#x26;gclid=Cj0KCQjw16O_BhDNARIsAC3i2GDDWA3614Y0iX9YaccH5vPAbXfIFHl3E1Jtxhz-q4glV95ZjAwJ-PAaAreDEALw_wcB</a></td><td></td><td></td></tr><tr><td>Google Prompting Guide 101</td><td><a href="https://services.google.com/fh/files/misc/gemini-for-google-workspace-prompting-guide-101.pdf">https://services.google.com/fh/files/misc/gemini-for-google-workspace-prompting-guide-101.pdf</a></td><td></td><td><a href="/files/DVUrmciOHJBn2EQue8Zm">/files/DVUrmciOHJBn2EQue8Zm</a></td></tr><tr><td><h2>Prompting 101 | Code w/ Claude</h2></td><td><a href="https://youtu.be/ysPbXH0LpIE?si=OjIp6re5pStXfp8a">https://youtu.be/ysPbXH0LpIE?si=OjIp6re5pStXfp8a</a></td><td></td><td></td></tr></tbody></table>

### Anthropic Prompt generator

<https://console.anthropic.com/dashboard>

### Paid Service

{% tabs %}
{% tab title="Prompt Perfect " %}
<https://promptperfect.jina.ai/>
{% endtab %}

{% tab title="Maskara" %}
<https://www.maskara.ai/>
{% endtab %}
{% endtabs %}

### Prompt MarketPlace

* <https://promptbase.com/>
* <https://promptrr.io/>
* <https://prompts-market.com/>


---

# 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://docs.aiandbusiness.com/ja/into-ai/moderullm/puronputoenjiniaringuprompt-engineering.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.
