> For the complete documentation index, see [llms.txt](https://xoops.gitbook.io/xoonips-tutorial/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xoops.gitbook.io/xoonips-tutorial/jp/3installation/1readme/11describe_specific_purposes_of_the_website.md).

# 1.1. 構築するサイトの目的を具体的に表現する

先ずはじめにどんなサイトを構築したいのか、具体的に表現してみます。

漠然とサイトを作っても誰も訪れないサイトになってしまうからです。

例として以下の表に内容を記述してみます。

| このサイトで何をするのか？(What)  | 脳科学の情報を交換する、研究室に関する情報を発信する等                     |
| -------------------- | ----------------------------------------------- |
| なぜサイトを構築公開するのか？(Why) | 脳科学の情報を互いに交換するニーズが高まっているから、研究室の情報をスタッフで共有したいから等 |
| ユーザは具体的にどんな人か？(Who)  | 脳科学研究者や研究に興味のある外部の人、研究室のスタッフ等                   |
| 対象地域はどこか？(Where))    | 国内全体・日本語圏。英語圏等                                  |
| 公開時期と終了時期は？(When)    | ○年○月○日、終了時期は無期限とする等                             |
| サイトの構築方法は？(How)      | CMSを利用しフリーソフトで構築する等                             |


---

# 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://xoops.gitbook.io/xoonips-tutorial/jp/3installation/1readme/11describe_specific_purposes_of_the_website.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.
