# Git

For version control, Kodesage uses SSH keys to securely clone repositories and process the codebase, enabling detailed analysis and documentation generation.

**Integration process**

1. **Setup SSH Keys:** Ensure SSH keys are added to the Git repository to establish a trusted connection for cloning.&#x20;
2. **Repository Addition:** Add the Git repository to Kodesage through the secure ingestion process.&#x20;
3. **Code Analysis:** Kodesage processes the repository's content, breaking it down into manageable segments for analysis and documentation generation.&#x20;

**How to connect a Git repistory to Kodesage**

You will need to go to Data sources - Upload codebase. Once there, you will be able to either:

* Upload a ZIP file directly
* connect to an SSH Git Repository
* connect to a HTTPS Git Repistory

<figure><img src="/files/n1E0947ztrAJzAax3Yeq" alt=""><figcaption></figcaption></figure>


---

# 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.kodesage.ai/integrations/git.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.
