> 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/autofix-to/configure/autofix-for-gitlab-cloud-with-group-access-token.md).

# Group Access Tokenを使ったGitLab Cloud向けAutoFix

> GitLab AutoFix の連携を設定するには、Group Access Token の使用を推奨します。GitLab Premium をお持ちでない場合、または [署名付きコミット](/docs/docs-ja/autofix-to/configure/signed-commits.md)、その場合は [パーソナルアクセストークン](https://gitlab.com/-/user_settings/personal_access_tokens) （PAT）を使用してください。

### Aikido で「Access Token 経由で認証」を選択してください <a href="#go-to-pat-management-page-in-aikido" id="go-to-pat-management-page-in-aikido"></a>

Aikido で、 [**AutoFix 設定** ページ](https://app.aikido.dev/issues/fix/settings) を開き、 **認証する** （初回設定時）または **個人アクセストークンの管理** （トークンがすでに設定されている場合）。選択してください **Access Token 経由で認証**.

<figure><img src="https://715870456-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyKbzcQGrx7UtrG0nPZZ7%2Fuploads%2Fgit-blob-7ced1d353fe80189bc657939539d71cbbd07913a%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

**次へ**、GitLab で Group Access Token を生成するには以下の手順に従ってください。

## GitLab で「Group Access Token」を生成 <a href="#generate-a-group-access-token-in-gitlab" id="generate-a-group-access-token-in-gitlab"></a>

1. 「**設定**' > '**アクセストークン**』、グループページのナビゲーションから
2. 最終的にこのようなページにたどり着くはずです。グループの設定メニューを開き、「**アクセストークン**"

   ![](https://715870456-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyKbzcQGrx7UtrG0nPZZ7%2Fuploads%2Fgit-blob-c0bc11b4585c29e0ebe1f4fb8ac58ca61705362d%2Fucarecdn-5b98fb9f-55ab-4620-a02e-c191ee53d5a9.png?alt=media)
3. 「**追加** **新しいトークン**"
4. トークン名を入力してください。例えば次のような名前をおすすめします：『**Aikido Autofix**"
5. 有効期限は「カスタム」を選択し、現在から1年後に設定するか、削除してください。
6. トークンには少なくとも「**開発者**"
7. 次に、トークンに対して以下の権限を選択する必要があります： **api** と **write\_repository**

   ![](https://715870456-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyKbzcQGrx7UtrG0nPZZ7%2Fuploads%2Fgit-blob-88f4970c1ee133ad4beebbe99060d2791f3bb5cb%2Fucarecdn-06499262-d7c4-4813-b6af-d800c0be6cc9.png?alt=media)
8. 「**グループアクセス トークンを作成**"
9. 次の画面でトークンをコピーし、Aikido のアクセストークン管理ページに貼り付けてください


---

# 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/autofix-to/configure/autofix-for-gitlab-cloud-with-group-access-token.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.
