# Setup Addressables

HoloFair uses the addressables system to load content from other Unity projects, but it does not come with an automated addressables management system yet. Please make sure to be familiar with the addressables system according to [official Unity3D manual](https://docs.unity3d.com/Packages/com.unity.addressables@1.19/manual/index.html). In general, the template repository is already pre-configured and can be used as it is. However, feel free set it up according to your needs.

You can also check out "Build & Upload Addressables"&#x20;

{% hint style="info" %}
HoloFair team provides experts that handle the whole Content Design, Optimization and Management part, which includes addressable configuration according to out best and fastest settings for content delivery. If interested, contact <sales@outrealxr.com> to get started. Also, we reccommend to follow our [guide ](/development/initial-setup/build-and-upload-addressables/cloudfront.md)on how to make the addressable system work with AWS CloudFront.
{% endhint %}


---

# 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.holofair.app/development/initial-setup/setup-addressables.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.
