# Tips and Tricks

- [Fundamentals](https://kb.heathen.group/old-kb/guides/tips-and-tricks/fundamentals.md): Don't leave home without it
- [Development Phases](https://kb.heathen.group/old-kb/guides/tips-and-tricks/fundamentals/development-phases.md): Concept, Production, Live, Sunset?
- [Unity](https://kb.heathen.group/old-kb/guides/tips-and-tricks/unity.md)
- [Package Manager Installs](https://kb.heathen.group/old-kb/guides/tips-and-tricks/unity/package-manager-installs.md)
- [Missing asset after update](https://kb.heathen.group/old-kb/guides/tips-and-tricks/unity/package-manager-installs/missing-asset-after-update.md): When Unity Package Manager gets it wrong
- [Unity Release Version](https://kb.heathen.group/old-kb/guides/tips-and-tricks/unity/unity-release-version.md): This article covers the concepts of Unity target release version.
- [Unreal](https://kb.heathen.group/old-kb/guides/tips-and-tricks/unreal.md)
- [Unity to Unreal](https://kb.heathen.group/old-kb/guides/tips-and-tricks/unreal/unity-to-unreal.md): For the Unity developer learning Unreal
- [Quick Start](https://kb.heathen.group/old-kb/guides/tips-and-tricks/unreal/quick-start.md)


---

# 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://kb.heathen.group/old-kb/guides/tips-and-tricks.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.
