---
metadata:
  - name: generator
    content: Diplodoc Platform v5.46.1
alternate:
  - https://yandex.com.tr/support/wiki/en/wysiwyg/include.md
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.com.tr/support/wiki/en/llms.txt

# Adding content from another page

Use this block to add content from another Wiki page to your page.

{% note info "" %}

If you add a snippet from another page to your text, users without access to that source page won't be able to view it. [Learn more about access settings.](https://yandex.com.tr/support/wiki/en/page-management/access-type.md)

{% endnote %}

{% list tabs group=editor %}

- Visual editor

   1. On the toolbar, 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> **Include**.

      <!-- source: en/yfmeditor/tools-tip.md -->
      You can also use the quick access menu: type `/` and select a command from the list. {#slash}
      <!-- endsource: en/yfmeditor/tools-tip.md -->

   1. Specify the URL of the page that you want to embed in the following format: `/<cluster>/<subcluster>/<page_name>`. For example: `/users/username/my-page`.

   1. If required, disable the option to display an error message about pages that the user can't access.

   1. In the **From** / **To** fields, specify the names of Wiki page [anchors](https://yandex.com.tr/support/wiki/en/wysiwyg/links.md#anchor) that limit the content to be added. By default, the entire page is added. The anchor name is specified without a `#`.

   1. Click **Save**.

- Markdown markup

   To embed the content of another Wiki page on your page, add code in the following format:

   ```
   {% include page="/<cluster>/<subcluster>/<page_name>" warning="false" from="a1" to="a2"%}
   ```
   For example: `{% include page="/<cluster>/<subcluster>/<page_name>" warning="false" from="a1" to="a2"%}`.

   Markup parameters:

   - `page`: Relative link to the page.
   - `warning`: Option to display an error message about pages that the user can't access.
   - `from` / `to`: Names of Wiki page anchors that limit the content to be added. By default, the entire page is added. The anchor name is specified without a `#`.

{% endlist %}

#### See also

- [Links](https://yandex.com.tr/support/wiki/en/wysiwyg/links.md)
