---
metadata:
  - name: generator
    content: Diplodoc Platform v5.46.1
alternate:
  - https://yandex.com.tr/support/wiki/en/structure.md
title: "Yandex\_Wiki structure"
description: Here, you'll learn about the page structure in Wiki.
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.com.tr/support/wiki/en/llms.txt


# Yandex Wiki structure

## Page tree {#structure}

Wiki pages are organized as a tree:

![](_assets/wiki-sructure-diagram.png =800x){.border-yes}

1. _wiki.yandex.com_: The home page of your Wiki organization. Here you can add links to the main clusters, important resources, or news.

   {% note info "" %}

   The Yandex Wiki main page is also available at _wiki.yandex.com/homepage_. You can create a subpage for it.

   {% endnote %}


1. _wiki.yandex.com/page_: Top-level pages that have no parent pages. These are usually pages related to a general topic. For example, this could be the pages of a department, team, or project.
   Default access: **All employees**. [Choose a wiki page access type](https://yandex.com.tr/support/wiki/en/page-management/access-type.md)

1. _wiki.yandex.com/page/subpage/..._ : Subpages that have parent pages. Either a top-level page or a second-level (and below) page can be a parent page.
   Default access: **Same as parent page**. [Setting up permissions for individual users on a wiki page](https://yandex.com.tr/support/wiki/en/page-management/access-setup.md)

## Wiki home page {#main-page}


The Wiki [home page](https://wiki.yandex.com) is the primary entry point of your knowledge base. You can edit it just like any other page.

{% note info "" %}

By default, the author of the Wiki home page is a service account. If you change the access type for this page, it may become unavailable to other users. The Wiki administrator can revert this by going to the home page and clicking **Go to settings**.

{% endnote %}


## Clusters {#clusters}

Wiki pages form clusters. A cluster is a top-level page with all its subpages. Pages within a cluster usually share a subject.

To view or change the cluster structure, click <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" aria-hidden="true" class="yc-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill-rule="evenodd" d="M17.5 15.402c0 1.15-.931 2.082-2.081 2.083l-10.833.013A2.084 2.084 0 0 1 2.5 15.414V4.584c0-1.151.933-2.084 2.083-2.084h10.834c1.15 0 2.083.933 2.083 2.083v10.819zm-1.667 0V4.583a.417.417 0 0 0-.416-.416H8.333v11.66l7.084-.008c.23 0 .416-.187.416-.417zm-9.166.427V4.166H4.583a.417.417 0 0 0-.416.416v10.831c0 .23.186.417.416.417l2.084-.002z" clip-rule="evenodd"/></svg></svg> in the top panel.

## Personal cluster {#personal_cluster}

Each organization employee has a _Personal cluster_ on Wiki: (`wiki.yandex.com/users/userName`). You can use your personal cluster to store your personal info, schedules, or drafts.

To go to your personal cluster, click <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" aria-hidden="true" class="yc-icon"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 16 16"><path fill-rule="evenodd" fill="currentColor" d="M10 4.5a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm1.5 0a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0Zm-9 8c0-.204.22-.809 1.32-1.459C4.838 10.44 6.32 10 8 10c1.68 0 3.162.44 4.18 1.041 1.1.65 1.32 1.255 1.32 1.459a1 1 0 0 1-1 1h-9a1 1 0 0 1-1-1Zm5.5-4c-3.85 0-7 2-7 4A2.5 2.5 0 0 0 3.5 15h9a2.5 2.5 0 0 0 2.5-2.5c0-2-3.15-4-7-4Z"/></svg></svg> **My page** in the left Wiki panel.

By default, the pages in your personal cluster are **Available to all employees** (see [Choose a wiki page access type](https://yandex.com.tr/support/wiki/en/page-management/access-type.md)). You can change the access type for pages in your personal cluster and other pages where you are an author.

## Relative page addresses {#relative}

To link to another Wiki page, you can use a relative address instead of the full page URL:

- Specify the address relative to the Wiki home page: `wiki.yandex.com`. To do this, add `/` before the address:

   | Destination | Markup |
   --- | ---
   | `wiki.yandex.com/users/John/page` | `[John's notes](/users/John/page)` |

- Specify the address relative to the page where you are placing the link.

   | Page URLs | Markup |
   --- | ---
   | Links from: `wiki.yandex.com/users/John/newpage`<br/><br/>Links to: `wiki.yandex.com/users/John/page` | `[John's notes](../page)` |

For more information, see [Links](https://yandex.com.tr/support/wiki/en/wysiwyg/links.md).

<!-- source: en/_assets/style/image.md -->

<!-- endsource: en/_assets/style/image.md -->