> For the complete documentation index, see [llms.txt](https://dev.pgteam.org/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.pgteam.org/main/guides/gaidy/dopolnitelno/otobrazhenie-skrytykh-elementov.md).

# Отображение скрытых элементов

{% tabs %}
{% tab title="Windows 10" %}
Откройте **Проводник** (или любую папку)

* Перейдите во вкладку **Вид**
* Установите галочки напротив "**Расширения имен файлов**" и "**Скрытые элементы**"

<figure><img src="/files/5R8z9qLyCmZiDcgR1Ffu" alt=""><figcaption></figcaption></figure>

* Нажмите на кнопку **Параметры**
* В открывшимся окне выберите вкладку **Вид**
* Прокрутите список элементов до конца и снимите галочки напротив "**Скрывать защищённые системные файлы**" и "**Скрывать расширения для зарегистрированных типов файлов**"
  * Если по каким то причинам у Вас не установлен радиобаттон "**Показывать скрытые файлы, папки и диски**", установите и его.

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

* Нажмите "**ОК**" в текущем окне.
  {% endtab %}

{% tab title="Windows 11" %}

* Откройте **Проводник** (или любую папку)
* Нажмите на кнопку **Просмотреть**
* Выберите пункт **Показать** и установите галочки напротив пунктов ""**Расширения имен файлов**" и "**Скрытые элементы**"

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

* Нажмите кнопку **Действия (три точки)**
* Выберите пункт **Параметры**

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

* В открывшимся окне выберите вкладку **Вид**
* Прокрутите список элементов до конца и снимите галочки напротив "**Скрывать защищённые системные файлы**" и "**Скрывать расширения для зарегистрированных типов файлов**"
  * Если по каким то причинам у Вас не установлен радиобаттон "**Показывать скрытые файлы, папки и диски**", установите и его.

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

* Нажмите "**ОК**" в текущем окне.
  {% endtab %}

{% tab title="MacOS" %}

* Откройте **Finder.**
* В статус-баре выберите **Finder,** а затем пункт меню **"Настройки..."**
  * Или нажмите сочетание клавиш `Command + ,`

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

* В открывшимся окне перейдите во вкладку **Дополнения**
* Установите первую галочку "**Показывать все расширения имен файлов**"

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

* Закройте окно, и перейдите в **Finder** снова
* Нажмите сочетание клавиш `Command + Shift + .` для отображения скрытых папок и файлов
  {% endtab %}

{% tab title="Linux" %}

* Откройте менеджер файлов вашей системы
* Нажмите сочетание клавиш `Ctrl + H` или `Alt + .`*(зависит от системы)* для отображения скрытых папок и файлов
  * Или включите отображение в настройках файлового менеджера
    {% endtab %}
    {% endtabs %}


---

# 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://dev.pgteam.org/main/guides/gaidy/dopolnitelno/otobrazhenie-skrytykh-elementov.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.
