# 小説以外の使い方

どのような内容の文章を生成するかある程度指示することができます。\
うまくいかない時は生成プリセット&#x306E;**「タスク」**&#x3092;選んでください。

例えば

{% code overflow="wrap" %}

```
名前：（好きな名前）
性別：（男・女など）
性格：
```

{% endcode %}

と入力（改行を含む）すると

> 体重64キロ。血液型はo型、星座はかに座。趣味・特技:読書と映画鑑賞。好きな食べ物はカレーうどん(特に辛いのが大好き)。嫌いなものは唐揚げとポテトチップス。

などと返ってきました。

{% code overflow="wrap" %}

```
チーズケーキについてのまとめ記事：
```

{% endcode %}

と入力（コロンを含む）すると

> チーズケーキの作り方・レシピ集はこちら!チーズケーキを自宅で作るには、まず材料と道具を揃えなくてはなりません。その前に用意しておきたいのが、おしゃれな手土産ですよね?でも\
> 「これだけは持って行きたくない」という物もあるかと思います。そこで今回は、普段から持ち歩いておくべき、厳選したオススメのお菓子

と返ってきました。

{% code overflow="wrap" %}

```markdown
トルコ人はピカチュウとオズワルドのどっちが好きか調べてみました。
答えは
```

{% endcode %}

と入力（改行を含む）すると

> 「ぼくはどちらかというと、おまえたちのほうが好きだよ」と、トルコ人のおじいさんが言ったそうです。

と返ってきました。

***

[<mark style="color:green;">詳しい使い方</mark>](/help/shiii.md)

[<mark style="color:green;">よくある質問：全部</mark>](/help/yokuaru.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://ai-novel.gitbook.io/help/shiii/noi.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.
