# WordPress The Right Way

この本はWordPress開発者のためのWordPress開発者によるベストプラクティスを凝縮した資料です。

これは生きているドキュメントで、役に立つ情報やサンプルなどで常に更新され続けます。

## 参加協力の方法

[協力してくださる方はGitHubへお願いします](https://github.com/Tarendai/WordPress-The-Right-Way)。 [メインのリポジトリ](https://github.com/Tarendai/WordPress-The-Right-Way)が変更されると、[Gitbook.io](https://www.gitbook.io/book/tarendai/wordpress-the-right-way/activity)に自動的にプッシュされます。

この本の編集は、テキストエディタでマークダウンファイルのアップデートするか、[Gitbook desktop app](https://github.com/GitbookIO/editor/blob/master/README.md)でリポジトリを開いて編集することで可能です。デスクトップアプリではライブプレビューも可能です。

## ライセンス

別途記載はない限り[表示 - 継承 4.0 国際 (CC BY-SA 4.0)](http://creativecommons.org/licenses/by-sa/4.0/) です。


---

# 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://www.wptherightway.org/japanese/master.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.
