# Поддержка различных типов пользовательских инструкций

Узнайте, какие среды поддерживают какие же типы пользовательских инструкций.

В этой справочной статье приведены сведения о том, какие типы пользовательских инструкций поддерживаются в различных средах. Для получения дополнительной информации о различных типах пользовательских инструкций для GitHub Copilotсм. [О кастомизации ответов GitHub Copilot](/ru/enterprise-cloud@latest/copilot/concepts/prompting/response-customization).

## GitHub.com

<table>
  <thead>
    <tr>
      <th style="width: 25%">
Copilot функция</th>
      <th>Типы поддерживаемых пользовательских инструкций</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>Copilot Chat </td>
      <td>
        <ul style="list-style: none; padding-left: 1.5em; margin-left: 0;">

<li style="text-indent: -1.6em;">
<span aria-hidden="true">
👤
</span>
&nbsp;
<strong>Личные</strong> инструкции.</li>
<li style="text-indent: -1.6em;">
<span aria-hidden="true">
📦
</span>
&nbsp;
<strong>Инструкции по всему репозиторию</strong> (с использованием файла <code>.github/copilot-instructions.md</code> ).</li>

<li style="text-indent: -1.6em;">
<span aria-hidden="true">🏢</span>&nbsp;<strong>Инструкции по организации</strong> .</li>
        </ul>
      </td>
    </tr>
    <tr>
      <td>Copilot cloud agent</td>
      <td>
        <ul style="list-style: none; padding-left: 1.5em; margin-left: 0;">

<li style="text-indent: -1.6em;">
<span aria-hidden="true">
📦
</span>
&nbsp;
<strong>Инструкции по всему репозиторию</strong> (с использованием файла <code>.github/copilot-instructions.md</code> ).</li>
<li style="text-indent: -1.6em;">
<span aria-hidden="true">
📂
</span>
&nbsp;
<strong>Инструкции, специфичные для пути</strong> (с использованием <code>.github/instructions/**/*.instructions.md</code> файлов).</li>

<li style="text-indent: -1.6em;">
<span aria-hidden="true">🤖</span>&nbsp;<strong>Инструкции агента</strong> (с использованием <code>AGENTS.md</code>, <code>CLAUDE.md</code> или <code>GEMINI.md</code> файлов).</li>
<li style="text-indent: -1.6em;">
<span aria-hidden="true">🏢</span>&nbsp;<strong>Инструкции по организации</strong> .</li>
        </ul>
      </td>
    </tr>
    <tr>
      <td>Copilot code review</td>
      <td>
        <ul style="list-style: none; padding-left: 1.5em; margin-left: 0;">

<li style="text-indent: -1.6em;">
<span aria-hidden="true">
📦
</span>
&nbsp;
<strong>Инструкции по всему репозиторию</strong> (с использованием файла <code>.github/copilot-instructions.md</code> ).</li>
<li style="text-indent: -1.6em;">
<span aria-hidden="true">
📂
</span>
&nbsp;
<strong>Инструкции, специфичные для пути</strong> (с использованием <code>.github/instructions/**/*.instructions.md</code> файлов).</li>

<li style="text-indent: -1.6em;">
<span aria-hidden="true">🤖</span>&nbsp;<strong>Инструкции агента</strong> (с использованием <code>AGENTS.md</code> файла).</li>
<li style="text-indent: -1.6em;">
<span aria-hidden="true">🏢</span>&nbsp;<strong>Инструкции по организации</strong> .</li>
        </ul>
      </td>
    </tr>
  </tbody>
</table>

## Visual Studio Code

<table>
  <thead>
    <tr>
      <th style="width: 25%">
Copilot функция</th>
      <th>Типы поддерживаемых пользовательских инструкций</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>Copilot Chat </td>
      <td>
        <ul style="list-style: none; padding-left: 1.5em; margin-left: 0;">

<li style="text-indent: -1.6em;">
<span aria-hidden="true">
📦
</span>
&nbsp;
<strong>Инструкции по всему репозиторию</strong> (с использованием файла <code>.github/copilot-instructions.md</code> ).</li>
<li style="text-indent: -1.6em;">
<span aria-hidden="true">
📂
</span>
&nbsp;
<strong>Инструкции, специфичные для пути</strong> (с использованием <code>.github/instructions/**/*.instructions.md</code> файлов).</li>

<li style="text-indent: -1.6em;">
<span aria-hidden="true">🤖</span>&nbsp;<strong>Инструкции агента</strong> (с использованием <code>AGENTS.md</code> файла).</li>
        </ul>
      </td>
    </tr>
    <tr>
      <td>Copilot cloud agent</td>
      <td>
        <ul style="list-style: none; padding-left: 1.5em; margin-left: 0;">

<li style="text-indent: -1.6em;">
<span aria-hidden="true">
📦
</span>
&nbsp;
<strong>Инструкции по всему репозиторию</strong> (с использованием файла <code>.github/copilot-instructions.md</code> ).</li>
<li style="text-indent: -1.6em;">
<span aria-hidden="true">
📂
</span>
&nbsp;
<strong>Инструкции, специфичные для пути</strong> (с использованием <code>.github/instructions/**/*.instructions.md</code> файлов).</li>

<li style="text-indent: -1.6em;">
<span aria-hidden="true">🤖</span>&nbsp;<strong>Инструкции агента</strong> (с использованием <code>AGENTS.md</code>, <code>CLAUDE.md</code> или <code>GEMINI.md</code> файлов).</li>
        </ul>
      </td>
    </tr>
    <tr>
      <td>Copilot code review</td>
      <td>
        <ul style="list-style: none; padding-left: 1.5em; margin-left: 0;">
<li style="text-indent: -1.6em;">
<span aria-hidden="true">
📦
</span>
&nbsp;
<strong>Инструкции по всему репозиторию</strong> (с использованием файла <code>.github/copilot-instructions.md</code> ).</li>
        </ul>
      </td>
    </tr>
  </tbody>
</table>

## Visual Studio

<table>
  <thead>
    <tr>
      <th style="width: 25%">
Copilot функция</th>
      <th>Типы поддерживаемых пользовательских инструкций</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>Copilot Chat </td>
      <td>
        <ul style="list-style: none; padding-left: 1.5em; margin-left: 0;">

<li style="text-indent: -1.6em;">
<span aria-hidden="true">
📦
</span>
&nbsp;
<strong>Инструкции по всему репозиторию</strong> (с использованием файла <code>.github/copilot-instructions.md</code> ).</li>
<li style="text-indent: -1.6em;">
<span aria-hidden="true">
📂
</span>
&nbsp;
<strong>Инструкции, специфичные для пути</strong> (с использованием <code>.github/instructions/**/*.instructions.md</code> файлов).</li>
</ul>
      </td>
    </tr>
    <tr>
      <td>Copilot code review</td>
      <td>
        <ul style="list-style: none; padding-left: 1.5em; margin-left: 0;">
<li style="text-indent: -1.6em;">
<span aria-hidden="true">
📦
</span>
&nbsp;
<strong>Инструкции по всему репозиторию</strong> (с использованием файла <code>.github/copilot-instructions.md</code> ).</li>
        </ul>
      </td>
    </tr>
  </tbody>
</table>

## Идентификаторы JetBrains

В jetBrains IDEs можно управлять поддерживаемыми настройками из редактора настроек агента. В GitHub Copilot Chat панели нажмите на значок настроек в правом верхнем углу, затем **выберите «Настройки**».

Редактор позволяет работать с настройками рабочей области для текущего проекта или личных настроек, которые следуют за вами в проектах. Его можно использовать для просмотра и редактирования custom agents, управления повторно используемыми навыками и файлами запроса и настройки инструкций. Дополнительные сведения см. в разделе \[AUTOTITLE и [Добавление пользовательских инструкций репозитория для GitHub Copilot в ваш IDE](/ru/enterprise-cloud@latest/copilot/how-tos/configure-custom-instructions-in-your-ide/add-repository-instructions-in-your-ide)]\(/copilot/how-tos/use-copilot-agents/cloud-agent/create-custom-agents-in-your-ide).

<table>
  <thead>
    <tr>
      <th style="width: 25%">
Copilot функция</th>
      <th>Типы поддерживаемых пользовательских инструкций</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>Copilot Chat </td>
      <td>
        <ul style="list-style: none; padding-left: 1.5em; margin-left: 0;">

<li style="text-indent: -1.6em;">
<span aria-hidden="true">
👤
</span>
&nbsp;
<strong>Личные</strong> инструкции.</li>
<li style="text-indent: -1.6em;">
<span aria-hidden="true">
📦
</span>
&nbsp;
<strong>Инструкции по всему репозиторию</strong> (с использованием файла <code>.github/copilot-instructions.md</code> ).</li>

<li style="text-indent: -1.6em;">
<span aria-hidden="true">
📂
</span>
&nbsp;
<strong>Инструкции, специфичные для пути</strong> (с использованием <code>.github/instructions/**/*.instructions.md</code> файлов).</li>
        </ul>
      </td>
    </tr>
    <tr>
      <td>Copilot cloud agent</td>
      <td>
        <ul style="list-style: none; padding-left: 1.5em; margin-left: 0;">

<li style="text-indent: -1.6em;">
<span aria-hidden="true">
📦
</span>
&nbsp;
<strong>Инструкции по всему репозиторию</strong> (с использованием файла <code>.github/copilot-instructions.md</code> ).</li>
<li style="text-indent: -1.6em;">
<span aria-hidden="true">
📂
</span>
&nbsp;
<strong>Инструкции, специфичные для пути</strong> (с использованием <code>.github/instructions/**/*.instructions.md</code> файлов).</li>

<li style="text-indent: -1.6em;">
<span aria-hidden="true">🤖</span>&nbsp;<strong>Инструкции агента</strong> (с использованием <code>AGENTS.md</code>, <code>CLAUDE.md</code> или <code>GEMINI.md</code> файлов).</li>
        </ul>
      </td>
    </tr>
    <tr>
      <td>Copilot code review</td>
      <td>
        <ul style="list-style: none; padding-left: 1.5em; margin-left: 0;">

<li style="text-indent: -1.6em;">
<span aria-hidden="true">
📦
</span>
&nbsp;
<strong>Инструкции по всему репозиторию</strong> (с использованием файла <code>.github/copilot-instructions.md</code> ).</li>
<li style="text-indent: -1.6em;">
<span aria-hidden="true">
📂
</span>
&nbsp;
<strong>Инструкции, специфичные для пути</strong> (с использованием <code>.github/instructions/**/*.instructions.md</code> файлов).</li>
</ul>
      </td>
    </tr>
  </tbody>
</table>

## Затмение

<table>
  <thead>
    <tr>
      <th style="width: 25%">
Copilot функция</th>
      <th>Типы поддерживаемых пользовательских инструкций</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>Copilot Chat </td>
      <td>
        <ul style="list-style: none; padding-left: 1.5em; margin-left: 0;">
<li style="text-indent: -1.6em;">
<span aria-hidden="true">
📦
</span>
&nbsp;
<strong>Инструкции по всему репозиторию</strong> (с использованием файла <code>.github/copilot-instructions.md</code> ).</li>
        </ul>
      </td>
    </tr>
    <tr>
      <td>Copilot cloud agent</td>
      <td>
        <ul style="list-style: none; padding-left: 1.5em; margin-left: 0;">

<li style="text-indent: -1.6em;">
<span aria-hidden="true">
📦
</span>
&nbsp;
<strong>Инструкции по всему репозиторию</strong> (с использованием файла <code>.github/copilot-instructions.md</code> ).</li>
<li style="text-indent: -1.6em;">
<span aria-hidden="true">
📂
</span>
&nbsp;
<strong>Инструкции, специфичные для пути</strong> (с использованием <code>.github/instructions/**/*.instructions.md</code> файлов).</li>

<li style="text-indent: -1.6em;">
<span aria-hidden="true">🤖</span>&nbsp;<strong>Инструкции агента</strong> (с использованием <code>AGENTS.md</code>, <code>CLAUDE.md</code> или <code>GEMINI.md</code> файлов).</li>
        </ul>
      </td>
    </tr>
    <tr>
      <td>Copilot code review</td>
      <td>
        <ul style="list-style: none; padding-left: 1.5em; margin-left: 0;">
<li style="text-indent: -1.6em;">Пользовательские инструкции в настоящее время не поддерживаются.</li>
        </ul>
      </td>
    </tr>
  </tbody>
</table>

## Xcode

<table>
  <thead>
    <tr>
      <th style="width: 25%">
Copilot функция</th>
      <th>Типы поддерживаемых пользовательских инструкций</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>Copilot Chat </td>
      <td>
        <ul style="list-style: none; padding-left: 1.5em; margin-left: 0;">

<li style="text-indent: -1.6em;">
<span aria-hidden="true">
📦
</span>
&nbsp;
<strong>Инструкции по всему репозиторию</strong> (с использованием файла <code>.github/copilot-instructions.md</code> ).</li>
<li style="text-indent: -1.6em;">
<span aria-hidden="true">
📂
</span>
&nbsp;
<strong>Инструкции, специфичные для пути</strong> (с использованием <code>.github/instructions/**/*.instructions.md</code> файлов).</li>
</ul>
      </td>
    </tr>
    <tr>
      <td>Copilot cloud agent</td>
      <td>
        <ul style="list-style: none; padding-left: 1.5em; margin-left: 0;">

<li style="text-indent: -1.6em;">
<span aria-hidden="true">
📦
</span>
&nbsp;
<strong>Инструкции по всему репозиторию</strong> (с использованием файла <code>.github/copilot-instructions.md</code> ).</li>
<li style="text-indent: -1.6em;">
<span aria-hidden="true">
📂
</span>
&nbsp;
<strong>Инструкции, специфичные для пути</strong> (с использованием <code>.github/instructions/**/*.instructions.md</code> файлов).</li>

<li style="text-indent: -1.6em;">
<span aria-hidden="true">🤖</span>&nbsp;<strong>Инструкции агента</strong> (с использованием <code>AGENTS.md</code>, <code>CLAUDE.md</code> или <code>GEMINI.md</code> файлов).</li>
        </ul>
      </td>
    </tr>
    <tr>
      <td>Copilot code review</td>
      <td>
        <ul style="list-style: none; padding-left: 1.5em; margin-left: 0;">

<li style="text-indent: -1.6em;">
<span aria-hidden="true">
📦
</span>
&nbsp;
<strong>Инструкции по всему репозиторию</strong> (с использованием файла <code>.github/copilot-instructions.md</code> ).</li>
<li style="text-indent: -1.6em;">
<span aria-hidden="true">
📂
</span>
&nbsp;
<strong>Инструкции, специфичные для пути</strong> (с использованием <code>.github/instructions/**/*.instructions.md</code> файлов).</li>
</ul>
      </td>
    </tr>
  </tbody>
</table>

## Copilot CLI

<ul style="list-style: none; padding-left: 1.5em; margin-left: 0;">

  <li style="text-indent: -1.6em;">
  <span aria-hidden="true">
  📦
  </span>
  &nbsp;
  <strong>Инструкции по всему репозиторию</strong> (с использованием файла <code>.github/copilot-instructions.md</code> ).</li>
<li style="text-indent: -1.6em;">
<span aria-hidden="true">
📂
</span>
&nbsp;
<strong>Инструкции, специфичные для пути</strong> (с использованием <code>.github/instructions/**/*.instructions.md</code> файлов).</li>

  <li style="text-indent: -1.6em;">
  <span aria-hidden="true">🤖</span>&nbsp;<strong>Инструкции агента</strong> (с использованием <code>AGENTS.md</code>, <code>CLAUDE.md</code> или <code>GEMINI.md</code> файлов).</li>
  <li style="text-indent: -1.6em;">
<span aria-hidden="true">
👤
</span>
&nbsp;
<strong>Личные</strong> инструкции (использование <code>~/.copilot/copilot-instructions.md</code> или <code>~/.copilot/instructions/**/*.instructions.md</code> файлы).</li>
</ul>

## Дополнительные материалы

* [Добавление пользовательских инструкций репозитория для GitHub Copilot](/ru/enterprise-cloud@latest/copilot/how-tos/copilot-on-github/customize-copilot/add-custom-instructions/add-repository-instructions)
* [Добавление персональных инструкций для GitHub Copilot](/ru/enterprise-cloud@latest/copilot/how-tos/copilot-on-github/customize-copilot/add-custom-instructions/add-personal-instructions)
* [Добавление пользовательских инструкций по организации для GitHub Copilot](/ru/enterprise-cloud@latest/copilot/how-tos/copilot-on-github/customize-copilot/add-custom-instructions/add-organization-instructions)