> For the complete documentation index, see [llms.txt](https://doc.anytype.io/anytype-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.anytype.io/anytype-docs/russian/osnovy.md).

# Основы

- [Хранилище и ключ](https://doc.anytype.io/anytype-docs/russian/osnovy/vault-and-key.md): Чтобы защитить все, что вы создаете, и ваши связи с другими людьми, у вас есть ключ шифрования, который контролируете только вы.
- [Настройка вашего хранилища](https://doc.anytype.io/anytype-docs/russian/osnovy/vault-and-key/setting-up-your-profile.md): Давайте начнем использовать Anytype!
- [Настройки хранилища](https://doc.anytype.io/anytype-docs/russian/osnovy/vault-and-key/account-and-data.md): Настройте профиль, установите дополнительную безопасность или удалите хранилище
- [Боковая панель и виджеты](https://doc.anytype.io/anytype-docs/russian/osnovy/vault-and-key/customize-and-edit-the-sidebar.md): Как настроить и редактировать?
- [Ключ](https://doc.anytype.io/anytype-docs/russian/osnovy/vault-and-key/what-is-a-recovery-phrase.md): В Anytype нет паролей — только ваш ключ
- [Пространство](https://doc.anytype.io/anytype-docs/russian/osnovy/space.md)
- [Настройка пространства](https://doc.anytype.io/anytype-docs/russian/osnovy/space/space-settings.md)
- [Сотрудничество с другими](https://doc.anytype.io/anytype-docs/russian/osnovy/space/collaboration.md)
- [Объекты](https://doc.anytype.io/anytype-docs/russian/osnovy/object-editor.md): Давайте узнаем, что такое Объекты и как использовать их для оптимизации вашей работы.
- [Блоки и редактор](https://doc.anytype.io/anytype-docs/russian/osnovy/object-editor/blocks.md): Понимание блоков, их редактирование и настройка по вашему предпочтению.
- [Способы создания объектов](https://doc.anytype.io/anytype-docs/russian/osnovy/object-editor/create-an-object.md): Как создать объект?
- [Поиск ваших объектов](https://doc.anytype.io/anytype-docs/russian/osnovy/object-editor/finding-your-objects.md)
- [Типы](https://doc.anytype.io/anytype-docs/russian/osnovy/types.md): Типы — это система классификации, которую мы используем для категоризации Объектов.
- [Создание нового типа](https://doc.anytype.io/anytype-docs/russian/osnovy/types/create-a-new-type.md): Как создать новые типы из библиотеки и вашего редактора
- [Макеты](https://doc.anytype.io/anytype-docs/russian/osnovy/types/layouts.md)
- [Шаблоны](https://doc.anytype.io/anytype-docs/russian/osnovy/types/templates.md): Создание и использование шаблонов через типы.
- [Связи](https://doc.anytype.io/anytype-docs/russian/osnovy/relations.md)
- [Добавление новой связи](https://doc.anytype.io/anytype-docs/russian/osnovy/relations/create-a-new-relation.md)
- [Создание новой связи](https://doc.anytype.io/anytype-docs/russian/osnovy/relations/create-a-new-relation-1.md): Как создавать новые связи из библиотеки и вашего редактора
- [Наборы и коллекции](https://doc.anytype.io/anytype-docs/russian/osnovy/sets-and-collections.md)
- [Наборы](https://doc.anytype.io/anytype-docs/russian/osnovy/sets-and-collections/sets.md): Живой поиск всех Объектов, которые имеют общий Тип или Связь
- [Коллекции](https://doc.anytype.io/anytype-docs/russian/osnovy/sets-and-collections/collections.md): Структура, похожая на папку, где вы можете визуализировать и пакетно редактировать объекты любого типа
- [Представления](https://doc.anytype.io/anytype-docs/russian/osnovy/sets-and-collections/views.md)
- [Библиотека](https://doc.anytype.io/anytype-docs/russian/osnovy/anytype-library.md): Здесь вы найдете как предустановленные, так и системные Типы, которые помогут вам начать работу!
- [Ссылки](https://doc.anytype.io/anytype-docs/russian/osnovy/linking-objects.md)
- [Граф](https://doc.anytype.io/anytype-docs/russian/osnovy/graph.md): Наконец-то погружение в ваш граф объектов.
- [Импорт и экспорт](https://doc.anytype.io/anytype-docs/russian/osnovy/import-export.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://doc.anytype.io/anytype-docs/russian/osnovy.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
