> For the complete documentation index, see [llms.txt](https://docs.kodesage.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kodesage.ai/integrations/git.md).

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