> 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/ensuring-aikido-scans-new-repositories.md).

# Aikido が新しいリポジトリをスキャンするようにする

デフォルトでは、Aikido は、以前に有効化していない新しく作成されたリポジトリではスキャンを有効にしません。このデフォルトの動作は変更できます。

**ステップ 1**。移動する [設定/リポジトリ](https://app.aikido.dev/settings/integrations/repositories)

**ステップ2。** 右上の「Actions」ドロップダウンをクリックし、選択してください **リポジトリ設定**.

![リポジトリ設定とプライベートレジストリ接続のオプションがある「Actions」ドロップダウンメニュー。](/files/711c983f66b9f87108beefe7b6f689a0283b4d42)

**ステップ 3**。スライダーを有効にすると、それ以降に追加される新しいリポジトリがスキャンされるようにできます。

![リポジトリの設定で、新しいリポジトリの自動有効化とスキャンを有効にします。](/files/dd75149993f3cc0bcbb90007422e49aa6b443177)

***


---

# 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/ensuring-aikido-scans-new-repositories.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.
