# 「PortalDotsマニュアル」の作成に貢献する

「PortalDotsマニュアル」の改善に興味を持ってくださりありがとうございます。

「PortalDotsマニュアル」は、PortalDotsの使い方を紹介するウェブサイトです。「PortalDotsマニュアル」のコンテンツはPortalDots本体と同様、[オープンソース](https://github.com/portaldots/docs/blob/main/4.x/LICENSE/README.md)です。コンテンツはMarkdown形式で管理しています。また、コンテンツ改善案や追加の要望を、GitHubのPull Request機能にて受け付けております。

PortalDotsコミュニティの発展のため、マニュアルの作成・維持管理に協力いただけますと幸いです。

{% hint style="info" %}
PortalDotsマニュアルのウェブサイトは、[GitBook](https://www.gitbook.com)(Communityプラン)上でホストしています。
{% endhint %}

## 既存の記事の内容を修正を提案する

GitHubのPull Request機能により、既存の記事内容の改善提案を受け付けております。

1. (パソコンの場合)改善提案を作成したい記事の画面右側に表示されている「GitHubで編集」をクリックします。(スマートフォンの場合)画面右上にある…をタップし、「GitHubで編集」を選択します。
2. GitHubリポジトリ上の当該記事ファイルが表示されます。 "Edit this file" を選択してください。
3. コンテンツ内容を修正します。
4. 画面下部の "Commit changes" にて変更内容の説明を記載し、Pull Requestを作成してください。

## 新しい記事の追加を提案する

PortalDotsマニュアル上に存在しないページの作成を提案したい場合は、「[マニュアル記事の新規作成提案(GitHub)](https://github.com/portaldots/docs/tree/main/4.x/_drafts)」をご覧ください。

{% hint style="warning" %}
`_drafts` フォルダ以外のフォルダへのページ作成は受け付けていません。
{% endhint %}


---

# 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.portaldots.com/4.x/contributing/how-to-contribute-to-docs.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.
