# Code Repository

- [Code Repository Overview](https://help.daasity.com/technical-docs/transform-code/code-repository/code-repository-overview.md): This page provides an introduction to your code repository, which enables you to add your own SQL code and use our transformations to build your perfect data environment
- [Getting Access to Your Code Repository](https://help.daasity.com/technical-docs/transform-code/code-repository/getting-access-to-your-code-repository.md): This page outlines the steps you need to take in order to get access to your Custom Code Repository
- [Code Repository Branches](https://help.daasity.com/technical-docs/transform-code/code-repository/code-repository-branches.md): This page outlines how to use branches in Github to help with your data warehouse development
- [Custom SQL Code](https://help.daasity.com/technical-docs/transform-code/code-repository/custom-sql-code.md): This page outlines how to add custom SQL code to your code repository so you can build your own data models and business logic


---

# 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://help.daasity.com/technical-docs/transform-code/code-repository.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.
