# GitHub

Euno integrates with GitHub to efficiently handle new dbt builds and automate the generation and deployment of dbt code. For further details on "GitHub Apps" and their permissions, refer to the linked [article](https://docs.github.com/en/apps/using-github-apps/about-using-github-apps). Install the Euno GitHub app at the "organization" level on GitHub.

This integration is crucial to facilitate automated code generation, encompassing the generation of code modifications in the dbt repository and the synchronization of certain data applications, like Looker, and writing changes to a LookML repository.

**Note:** The user installing the app does not require push and pull code permissions. Euno authenticates actions as itself, not as the user who installed it. User’s who wish to [create a new project](/setup-configuration/linked-accounts/github-integration.md), connect an existing project to a new branch, or [configure the data application sync to Looker](https://github.com/delphiio/delphi_backend/blob/dev/using-euno/metadata-activation/data-application-sync/README.md#rupq6wm679lu-1), will be required to sign into their Github account.

## Integration Steps

To integrate with GitHub 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 Github tile under the Linked Accounts tab and click “Configure”.</td><td></td></tr><tr><td>3</td><td>In the dialog, click “Link new organization” to be redirected to Github authentication flow.</td><td></td></tr><tr><td>4</td><td>Follow the instructions on Github to link your account to Euno.</td><td></td></tr><tr><td>5</td><td>Your organization is now linked to Euno. You can repeat step 3 if you want to link another organization.</td><td></td></tr></tbody></table>


---

# Agent Instructions: 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:

```
GET https://docs.euno.ai/setup-configuration/linked-accounts/github-integration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
