> 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/space/space-settings.md).

# Настройка пространства

Персонализируйте ваше [Пространство](/anytype-docs/russian/osnovy/space.md) здесь. В верхнем левом углу приложения вы найдете название вашего пространства и настройки.

Нажатие на название вашего пространства откроет настройки вашего пространства.

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

Вот варианты настройки вашего пространства:

1. Настройка **иконки пространства**
2. Добавление **названия пространства**
3. Создание **ссылки-приглашения**
4. Управление **участниками пространства**
5. Управление **хранилищем пространства**
6. Выбор **домашней страницы**
7. Выбор **типа объекта по умолчанию**

### Выбор иконки пространства

Иконка вашего пространства автоматически генерируется в процессе настройки. Чтобы изменить её, просто нажмите на иконку и выберите из меню эмодзи или загрузите своё изображение.

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

### Выбор домашней страницы

Домашняя страница — это то, что вы увидите каждый раз, когда откроете Anytype. По умолчанию ваша домашняя страница установлена на предустановленный объект "Панель управления", который служит для ориентации в вашем пространстве.

Однако вы можете изменить домашнюю страницу, используя выпадающее меню в настройках вашего пространства и выбрав между графом, последним открытым объектом или конкретным объектом, который вы создали.

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


---

# 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/space/space-settings.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.
