> For the complete documentation index, see [llms.txt](https://docs.objectbox.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.objectbox.io/advanced.md).

# Advanced

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