> For the complete documentation index, see [llms.txt](https://move-book.com/llms.txt)

# Advanced Move Usage

This chapter covers advanced features of the Move language, including various extended behaviors for
advanced programming. This includes advanced usage of the language itself, plus the package and
build system.

- [Compilation Modes](./modes) - including unpublishable code in named build modes.
- [Entry Functions](./entry-functions) - the `entry` modifier and the static hot-potato guarantee
  that makes it a safe transaction boundary.
