# Glossary

- [Actor](https://dev.teaproject.org/z_glossary/actor.md)
- [Adapter](https://dev.teaproject.org/z_glossary/adapter.md)
- [App AES Key](https://dev.teaproject.org/z_glossary/app_aes_key.md)
- [AuthKey](https://dev.teaproject.org/z_glossary/authkey.md)
- [back\_end\_actor](https://dev.teaproject.org/z_glossary/back_end_actor.md)
- [Birth Control](https://dev.teaproject.org/z_glossary/birth_control.md)
- [Blockchain Listener](https://dev.teaproject.org/z_glossary/blockchain_listener.md)
- [Capability](https://dev.teaproject.org/z_glossary/capability.md)
- [CML Auctions](https://dev.teaproject.org/z_glossary/cml_auction.md)
- [Commands](https://dev.teaproject.org/z_glossary/commands.md)
- [Consensus](https://dev.teaproject.org/z_glossary/consensus.md)
- [Context](https://dev.teaproject.org/z_glossary/context.md)
- [Conveyor](https://dev.teaproject.org/z_glossary/conveyor.md)
- [Conveyor: Mutable vs Immutable](https://dev.teaproject.org/z_glossary/conveyor_mutable_immutable.md)
- [enclave](https://dev.teaproject.org/z_glossary/enclave.md)
- [Followup](https://dev.teaproject.org/z_glossary/followup.md)
- [Front-end](https://dev.teaproject.org/z_glossary/front_end.md)
- [GlueSQL](https://dev.teaproject.org/z_glossary/gluesql.md)
- [GPS](https://dev.teaproject.org/z_glossary/gps.md)
- [Hosting Actor Handlers](https://dev.teaproject.org/z_glossary/hosting_actor_handlers.md)
- [Hosting CML](https://dev.teaproject.org/z_glossary/hosting_cml.md)
- [hosting\_profitability](https://dev.teaproject.org/z_glossary/hosting_profitability.md)
- [Magic of WASM](https://dev.teaproject.org/z_glossary/magic_of_wasm.md)
- [mini-runtime](https://dev.teaproject.org/z_glossary/mini-runtime.md)
- [OrbitDb](https://dev.teaproject.org/z_glossary/orbitdb.md)
- [Order of Txns](https://dev.teaproject.org/z_glossary/order_of_txns.md)
- [party-actor](https://dev.teaproject.org/z_glossary/party-actor.md)
- [party-fe](https://dev.teaproject.org/z_glossary/party-fe.md)
- [Party-state-actor](https://dev.teaproject.org/z_glossary/party-state-actor.md)
- [Providers](https://dev.teaproject.org/z_glossary/provider.md)
- [Public Service](https://dev.teaproject.org/z_glossary/public_service.md)
- [queries](https://dev.teaproject.org/z_glossary/queries.md)
- [Remote Attestation](https://dev.teaproject.org/z_glossary/remote_attestation.md)
- [Staking to Hosting CML](https://dev.teaproject.org/z_glossary/staking_to_hosting_cml.md)
- [Staking to TApp](https://dev.teaproject.org/z_glossary/staking_to_tapp.md)
- [State](https://dev.teaproject.org/z_glossary/state.md)
- [State Machine](https://dev.teaproject.org/z_glossary/state_machine.md)
- [State Machine Actor](https://dev.teaproject.org/z_glossary/state_machine_actor.md)
- [State Machine Replica](https://dev.teaproject.org/z_glossary/state_machine_replica.md)
- [TEA ID](https://dev.teaproject.org/z_glossary/tea_id.md)
- [TPM](https://dev.teaproject.org/z_glossary/tpm.md)
- [Transactions](https://dev.teaproject.org/z_glossary/txn.md)
- [VMH - Virtual Messaging Hub](https://dev.teaproject.org/z_glossary/vmh.md)
- [Where Messages are Stored](https://dev.teaproject.org/z_glossary/where_the_message_is_stored.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://dev.teaproject.org/z_glossary.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.
