> For the complete documentation index, see [llms.txt](https://docs.wicle.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wicle.io/other/faq/before-install/documents.md).

# 会社への説明や導入申請に使える資料はダウンロードできますか？

はい。

スムーズな社内申請をサポートするために、説明資料をご用意しています。 以下のリンクより、目的に合わせた資料をダウンロードしてご利用ください。

**AIアナリティクス Wicle稟議資料**

{% embed url="<https://docs.google.com/presentation/d/1R9G3XxZ0610fXlhacAWHvK57RofDBpdWXaJc00tqUKs/edit?usp=sharing>" %}

**AIアナリティクス Wicle稟議補足資料**

{% embed url="<https://docs.google.com/presentation/d/1hgT9LWW3J8-xH6XefogBet3yOXxm-1j41oHHXOMXvrE/edit?usp=sharing>" %}

### PDF

そのまま印刷やメール添付が可能なPDF資料です。提案書本体に加え、補足資料には規約関連のリンク集と会社概要が載っています。

{% file src="/files/Y7f4rmneN6JiBTWfdFkZ" %}

{% file src="/files/elEDDoBvv1nbjGnIRjza" %}

### Power Point

Power Pointでの資料です。貴社のフォーマットに合わせて編集していただけます。またGoogle Slideにインポートしてご利用いただくことも可能です。

{% file src="/files/nbivEhNA76yz0S1QYvk9" %}

{% file src="/files/nDkzd5L1ZZzW5rqobTVf" %}

### テキストドキュメント

スライド作成用の原稿テキスト（構成）です。貴社のフォーマットに貼り付けてご利用いただけます。

{% file src="/files/TGQ4MQiks4VBzCsqeIs7" %}


---

# 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://docs.wicle.io/other/faq/before-install/documents.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.
