# Advanced

- [Advanced Setup](/advanced/advanced-setup.md): Additional configuration options when creating an ObjectBox database.
- [Object IDs](/advanced/object-ids.md): Explanation of Object IDs and how they are used and assigned in ObjectBox.
- [Custom Types](/advanced/custom-types.md): How to store types that are not built-in, recommendations for storing enums, and using property converters.
- [Entity Inheritance](/advanced/entity-inheritance.md): How to inherit properties from entity super classes.
- [Data Model Updates](/advanced/data-model-updates.md): How to rename entities and properties, change property types in ObjectBox.
- [Meta Model, IDs, and UIDs](/advanced/meta-model-ids-and-uids.md): Explaining the ObjectBox meta model file and how to resolve model file conflicts.
