> For the complete documentation index, see [llms.txt](https://help.daasity.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.daasity.com/technical-docs/transform-code/code-repository/getting-access-to-your-code-repository.md).

# Getting Access to Your Code Repository

## Getting Code Repository Access

To get access to your Custom Code Repository you will need to have an user account in Github and then follow these steps to request and have Daasity approve your access

### Sign up for a GitHub account

Daasity uses [Github](https://help.daasity.com/technical-docs/transform-code/code-repository/www.github.com) as our cloud provider for managing and storing code.  In order to access your Custom Code Repository you will need to have or create a user in Github.  You can follow the instructions starting [here](https://docs.github.com/en/get-started/signing-up-for-github/signing-up-for-a-new-github-account) to create a new Github account or read the [Get Started](https://docs.github.com/get-started) documents on Github to help you learn more about Github.

### Requesting Access

Once your Github user account has been created you just need to navigate to the Code Repository page and click on the "Join Team" button on the lower left corner

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

This will open a pop-up with a link to our License Agreement that outlines the terms and conditions of accessing the Daasity Code Repository.  The full text of the License Agreement is available [here](https://www.daasity.com/daasity-source-code-license-agreement)

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

Once you accept the License Agreement you will then click the "Authenticate with Github" button

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

This will open a new page in Github where you will authorize the Daasity App to connect to your Github user account

### Pending Access

Once you have completed the request and authorized Github to connect to Daasity you will see your Github username added to the members of the team in a "pending" status.

The pending status will inform the Daasity team to review and approve your access request.  This should not take more than 24 hours.  If you are having issues with approval please contact <support@daasity.com>

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

### Knowing when Access has been Granted

Once access has been granted, you should receive an email from GitHub, and you will see a change to the status of your GitHub username on the Code Repository page as shown below.  The green highlight will only show the first time you navigate to this screen to highlight the change in status:

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

Going forward the Team Settings section of the page will show the status of all the team members that have requested and / or been given access to your Custom Code Repository

<figure><img src="/files/s0qG1k3yToXgCRvuF5TD" 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://help.daasity.com/technical-docs/transform-code/code-repository/getting-access-to-your-code-repository.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.
