> For the complete documentation index, see [llms.txt](https://hzfishy.gitbook.io/unrealprefabs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hzfishy.gitbook.io/unrealprefabs/overview/source-repository-access.md).

# Source Repository Access

Once the plugin bought on Fab, you can request an access to the private GitHub repository which is where I actively work on the plugin. This allows you to do PRs (if you want to) as well as having more control on what fixes or updates you get in your project (I would recommend this over using Fab if your project is C++ based).

To make a request, please join the [Official Discord server](https://discord.gg/82fTphx9CX) and send me a private message with your **Fab Order ID** (should be found in the email receipt sent after you bought the plugin) and Github username and email. You will be added to a GitHub organization team which has read access to the Unreal Prefabs repository.

If you are a team and want all of your developers to have access to the repository it is possible, but you'll have to prove that all the given Github accounts are owned by developers working in your team.


---

# 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:

```
GET https://hzfishy.gitbook.io/unrealprefabs/overview/source-repository-access.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.
