# Connecting with Github

To set up a custom transform connector, please follow below steps: &#x20;

1. Once you click on custom transform connector, you will be redirected to code editor page&#x20;

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

2. Click on “Connect to Github” to establish the connection between Github and Condense
3. After click on connect to github you shall be redirected to the github OAuth Page. Username and Password needs to be validated in the OAuth Page to successful sign-in to clone the repository to condense. &#x20;
4. Once the sign-in is successful, you shall be r edirected back to the condense code editor page. If the sign-in is unsuccessful you will be redirected back to condense with OAuth authentication error. &#x20;
5. If the sign-in was successful with the redirection you will be able to view the list of repositories from your github account which you have logged in to and your Github account username will reflect in code editor page.&#x20;

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

<figure><img src="/files/btqTZQIf8WBBTnDhzVr3" 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.zeliot.in/condense/fundamentals/getting-set-up/connecting-with-github.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.
