> For the complete documentation index, see [llms.txt](https://docs.flosum.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flosum.com/resources/resources-ja/rissu.md).

# リソース - 概要

Resourcesセクションには、主要な Flosum Docs Knowledge Base には掲載されていない情報やドキュメントが含まれています。各セクションで何を扱っているかについては、以下をご覧ください。

## ユーザーガイド

Flosum Docs Knowledge Base は、Flosum Cloud Apps に関する最新情報と手順を段階的に提供する包括的なリソースです。この広範なオンラインリポジトリに加えて、Flosum は各アプリケーション向けにさまざまな個別のユーザーガイドも提供しています。

これらのユーザーガイドでは、Knowledge Base ですでに言及されている主要な機能や機能性を含む、幅広いトピックを扱っています。また、現在版および旧バージョンのアプリの両方に関連する特定のシナリオ、設定、詳細についても説明しています。高度なユースケースのガイダンスが必要な場合でも、レガシーシステムのサポートが必要な場合でも、当社のユーザーガイドはお客様のニーズに応えるよう設計されています。

## ポリシーとセキュリティ

このセクションの記事では、Flosum Cloud Apps 内で情報を保護し、コンプライアンスを確保するための重要なガイドラインと手順を扱っています。このセクションでは、データ保護対策、ユーザーのプライバシーポリシー、そして Flosum が遵守しているセキュリティフレームワークを取り上げています。また、アクセス制御、認証手順、および最新のセキュリティ慣行を維持するための推奨事項についても説明しています。Flosum Cloud Apps のすべてのユーザーにとって安全で信頼できる環境を作るという Flosum の取り組みをよりよく理解するには、このセクションをご参照ください。

## アーキテクチャ

このセクションでは、個々の Flosum Cloud Apps のシステムアーキテクチャに関する詳細情報を提供します。この情報は現在のアーキテクチャに合わせて定期的に更新されますが、場合によっては古くなっていることがあります。ここで回答されていない具体的な質問がある場合は、Flosum Success Manager までお問い合わせください。


---

# 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.flosum.com/resources/resources-ja/rissu.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.
