> 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はすぐにスキャンを開始します。結果はすぐに届き始めます **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.
