# Overview

<figure><img src="/files/ljrSo4cR53FwgsYBC4i5" alt=""><figcaption></figcaption></figure>

Getting the most out of Anytype means getting comfortable with the basic terminology and how each piece fits together. These primitives are the components you'll use to create everything from simple notes, to complex dashboards, and ultimately - your own little web.

These include:

* [Space](/anytype-docs/~/revisions/SFjMNGZIAXS10yHETGw8/basics/space.md): The container for your graph of objects - in beta stage, this is equivalent to your account. Future versions of Anytype will permit multiple spaces with different access controls.
* [Graph](/anytype-docs/~/revisions/SFjMNGZIAXS10yHETGw8/basics/graph.md): A non-hierarchical data structure containing all objects you've ever created in a space, and their connections to each other.
* [Objects](/anytype-docs/~/revisions/SFjMNGZIAXS10yHETGw8/basics/object-editor.md): Building blocks of Anytype. They represent the smallest linkable components in your account; each object is a node in your graph.
* [Types](/anytype-docs/~/revisions/SFjMNGZIAXS10yHETGw8/basics/types.md): Classification system for objects. All objects must have a type.
* [Templates](/anytype-docs/~/revisions/SFjMNGZIAXS10yHETGw8/basics/types/templates.md): Saved content formats for specific Types that can be applied upon Object creation. Templates are specific to types, while types can have multiple templates.
* [Relations](/anytype-docs/~/revisions/SFjMNGZIAXS10yHETGw8/basics/relations.md): Object connectors; either via shared properties or defined links.
* [Sets](/anytype-docs/~/revisions/SFjMNGZIAXS10yHETGw8/basics/sets.md): Live query of all Objects which share a common characteristic (ie: Type or Relation).
* [Collections](/anytype-docs/~/revisions/SFjMNGZIAXS10yHETGw8/basics/collections.md): Manually created compilation of multiple objects within a single one.&#x20;


---

# 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/basics/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.
