# Glossary

Void — a collection of user identities which can be represented as a graph.

Key — a pair of keys (private and public) is generated by the app when a user creates a Void.

Recovery Phrase — a group of randomly generated words used to recover a Void (after logging out or to sign in to another app).

Identity — technically, an identity is the public key (see Key) which is also represented as an Account ID.

Space — a workspace that is either personal or shared (in the future).

Object — a container for Blocks. Not to be confused with a Block itself.

Object Type — defines what Relations and Blocks are linked to the Object.

Block — a container for actual content.

Block Type — defines the behavior of the Block.

Canvas — the place or area where Blocks live together to form the content of an Object. Sometimes reffered to as Object Editor.

Relation — a property of the Object.

Link — a clickable text that leads to the linked Object or website in case the text links to a URL.

Template — defines how the content of the Object should be presented for a specific Object type.

Layout — defines the general look and feel of the Object and determines what actions can be taken for the Object.

Set — an automatically filtered view of Objects.

Collection — a manually linked group of Objects. The closest equivalent is a folder.

Network — a group of Nodes working together.

Node — a remote server that stores and processes data.


---

# 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://doc.anytype.io/anytype-docs/~/revisions/SFjMNGZIAXS10yHETGw8/miscellaneous/glossary-1.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.
