> For the complete documentation index, see [llms.txt](https://docs.euno.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.euno.ai/setup-configuration/linked-accounts/gitlab-integration.md).

# GitLab

Euno integrates with your GitLab groups and projects, necessitating read and write access. These permissions allow Euno to interact with your dbt projects and repositories on GitLab, facilitating the retrieval of essential information and enabling automated code generation and deployment tasks. The GitLab integration can be configured at both the group and project levels, allowing for tailored access controls to meet your specific requirements.

## Integration Steps

To integrate with GitLab please follow the below steps:

<table data-header-hidden><thead><tr><th width="64"></th><th width="235"></th><th></th></tr></thead><tbody><tr><td>1</td><td>Click on the "Account settings" found in the left side menu.</td><td></td></tr><tr><td>2</td><td>Locate the GitLab tile under the Linked Accounts tab and click “Configure”.</td><td></td></tr><tr><td>3</td><td><p>In the dialog box, enter the following details:</p><ul><li>Domain - Only edit if your GitLab instance is self-hosted</li><li>Group ID</li><li>Group token - This is optional and can instead be managed at the <a href="https://github.com/delphiio/delphi_backend/blob/dev/guides/account-settings/linked-accounts/broken-reference/README.md">project creation</a> level using a project token</li></ul></td><td></td></tr><tr><td>4</td><td>Your organization is now linked to Euno. You can repeat step 3 if you want to link another instance.</td><td></td></tr></tbody></table>


---

# 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://docs.euno.ai/setup-configuration/linked-accounts/gitlab-integration.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.
