diff --git a/.llms-snapshots/llms-full.txt b/.llms-snapshots/llms-full.txt index 25fe482a..977c344e 100644 --- a/.llms-snapshots/llms-full.txt +++ b/.llms-snapshots/llms-full.txt @@ -14152,6 +14152,14 @@ If you want to play with kids in your own group, it’s super fast and easy beca By picking the right group (or subnet), everyone can play faster and have more fun. +## UFO + +A UFO is a raw canister, meaning any ([canister](#canister)) that is not a standard Juno ([module](#modules)) (i.e. not a ([Satellite](#satellite)), ([Mission Control](#mission-control)), or ([Orbiter](#orbiter))). + +UFOs can be registered and managed through the ([Console](#console)), giving you access to the same administration features available for other modules: metrics, settings, ([controllers](#controller)), and snapshots. They are also compatible with monitoring. + +This is particularly useful for developers who want to spin up arbitrary canisters, for example on a local emulator to replicate a mainnet setup, while still benefiting from the Console's tooling. + ## Wallet A wallet is your secure repository for managing and storing resources in Juno. diff --git a/docs/terminology.mdx b/docs/terminology.mdx index e5171672..72a98602 100644 --- a/docs/terminology.mdx +++ b/docs/terminology.mdx @@ -88,6 +88,14 @@ If you want to play with kids in your own group, it’s super fast and easy beca By picking the right group (or subnet), everyone can play faster and have more fun. +## UFO + +A UFO is a raw canister, meaning any [canister](#canister) that is not a standard Juno [module](#modules) (i.e. not a [Satellite](#satellite), [Mission Control](#mission-control), or [Orbiter](#orbiter)). + +UFOs can be registered and managed through the [Console](#console), giving you access to the same administration features available for other modules: metrics, settings, [controllers](#controller), and snapshots. They are also compatible with monitoring. + +This is particularly useful for developers who want to spin up arbitrary canisters, for example on a local emulator to replicate a mainnet setup, while still benefiting from the Console's tooling. + ## Wallet A wallet is your secure repository for managing and storing resources in Juno.