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

# リポジトリ設定

- [定期スキャンの頻度](https://help.aikido.dev/docs/docs-ja/kdosukyan/miscellaneous/scanning-frequencies.md)
- [リポジトリとコンテナのリスクスコアを改善する](https://help.aikido.dev/docs/docs-ja/kdosukyan/miscellaneous/improve-risk-scoring-for-repositories-and-containers.md)
- [コードおよびコンテナスキャンで許可するIPアドレス](https://help.aikido.dev/docs/docs-ja/kdosukyan/miscellaneous/allowing-ip-addresses-for-code-container-scanning.md)
- [Aikidoが新しいリポジトリをスキャンすることを নিশ্চিতする](https://help.aikido.dev/docs/docs-ja/kdosukyan/miscellaneous/ensuring-aikido-scans-new-repositories.md)
- [Aikidoでスキャンされたブランチ](https://help.aikido.dev/docs/docs-ja/kdosukyan/miscellaneous/scanned-branches-in-aikido.md)
- [マルチブランチスキャンのサポート](https://help.aikido.dev/docs/docs-ja/kdosukyan/miscellaneous/support-for-multi-branch-scanning.md)
- [特定ブランチスキャンのサポート](https://help.aikido.dev/docs/docs-ja/kdosukyan/miscellaneous/support-for-specific-branch-scanning.md)
- [モノレポをパスごとに分割する](https://help.aikido.dev/docs/docs-ja/kdosukyan/miscellaneous/split-your-monorepo-per-path.md)
- [KEVとEPSSによる悪用インテリジェンス](https://help.aikido.dev/docs/docs-ja/kdosukyan/miscellaneous/use-epss-values-to-further-reduce-noise.md): AikidoがEPSSとCISA KEVカタログを使って依存関係のCVEを優先順位付けする方法と、オプションのEPSSベースのノイズ削減の設定方法を学びます。
- [なぜAikidoは依存関係内の特定の脆弱性やCVEを見つけられないのか](https://help.aikido.dev/docs/docs-ja/kdosukyan/miscellaneous/why-does-aikido-not-find-a-specific-vulnerability-or-cve-inside-a-dependency.md)
- [オープンソースパッケージに基づいてSBOMを生成する](https://help.aikido.dev/docs/docs-ja/kdosukyan/miscellaneous/generate-sbom-based-on-open-source-packages.md)


---

# 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://help.aikido.dev/docs/docs-ja/kdosukyan/miscellaneous.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.
