> 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/hajimeni/setting-up-your-account/create-account-and-connect-your-repositories.md).

# リポジトリを接続する

## はじめに <a href="#introduction" id="introduction"></a>

Aikidoへようこそ。Aikidoでは、お客様のデータのプライバシーを損なうことなく、ソフトウェアのセキュリティを最優先しています。Aikidoでは、次のコミットメントを堅持しています： **私たちはお客様のコードを保存しません**.

アカウント設定とリポジトリの接続が完了すると、Aikidoはすぐにスキャンを開始します。結果はすぐに届き始めます **1分以内に。リポジトリを接続するだけで、すでに6種類のセキュリティスキャンの恩恵を受けられます** （SCA、SAST、Secrets、Licenses、IaC、Malware）**.**

GitHub、GitLab、Bitbucket、Azure DevOps、またはオンプレミスのソリューションなど、お使いのバージョン管理システムを通じてAikidoでアカウントを設定できます。

## 詳細な統合ガイド <a href="#detailed-integration-guides" id="detailed-integration-guides"></a>

アカウント設定のより具体的な手順については、以下の専用記事をご覧ください：

* [GitHubアカウントをAikidoに接続する](/docs/docs-ja/kdosukyan/connect-your-source-code/connect-github-account-to-aikido.md)
* [BitbucketアカウントをAikidoに接続する](/docs/docs-ja/kdosukyan/connect-your-source-code/connect-bitbucket-account-to-aikido.md)
* [GitLabアカウントをAikidoに接続する](/docs/docs-ja/kdosukyan/connect-your-source-code/connect-gitlab-account-to-aikido.md)
* [Azure DevOpsアカウントをAikidoに接続する](/docs/docs-ja/kdosukyan/connect-your-source-code/connect-azure-devops-projects-to-aikido.md)
* [Azure DevOpsのセルフマネージドサーバーをAikidoに接続する](/docs/docs-ja/kdosukyan/connect-your-source-code/connect-azure-devops-self-managed-server.md)
* [GitLabのセルフマネージドサーバーをAikidoに接続する](/docs/docs-ja/kdosukyan/connect-your-source-code/connect-gitlab-self-managed-server-to-aikido.md)
* [コードを社外に出したくない場合は、ローカルスキャナーのアカウントを設定してください](/docs/docs-ja/kdosukyan/local-code-scanning/account-creation-for-local-scanning-on-aikido.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/hajimeni/setting-up-your-account/create-account-and-connect-your-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.
