# Compatibilidad con diferentes tipos de instrucciones personalizadas

Descubra qué entornos admiten qué tipos de instrucciones personalizadas.

En este artículo de referencia se proporcionan detalles de qué tipos de instrucciones personalizadas se admiten en varios entornos. Para obtener más información sobre los distintos tipos de instrucciones personalizadas para GitHub Copilot, vea [Acerca de la personalización de las respuestas de GitHub Copilot](/es/copilot/concepts/prompting/response-customization).

## GitHub.com

<table>
  <thead>
    <tr>
      <th style="width: 25%">              Copilot Característica</th>
      <th>Tipos de instrucciones personalizadas admitidas</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>Chat de Copiloto </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>Instrucciones personales</strong> .</li>
          <li style="text-indent: -1.6em;">
                        <span aria-hidden="true">
                        📦
                        </span>
                        &nbsp;
                        <strong>Instrucciones para todo el repositorio</strong> (mediante el archivo <code>.github/copilot-instructions.md</code>).</li>
        
      <li style="text-indent: -1.6em;">
                    <span aria-hidden="true">🏢</span>&nbsp;Instrucciones <strong>de la organización</strong>.</li>
    </ul>
  </td>
</tr>
<tr>
  <td>agente en la nube de Copilot</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>Instrucciones para todo el repositorio</strong> (mediante el archivo <code>.github/copilot-instructions.md</code>).</li>
          <li style="text-indent: -1.6em;">
                        <span aria-hidden="true">
                        📂
                        </span>
                        &nbsp;
                        <strong>Instrucciones específicas de ruta</strong> (mediante <code>.github/instructions/**/*.instructions.md</code> archivos).</li>
        
      <li style="text-indent: -1.6em;">
                    <span aria-hidden="true">🤖</span>&nbsp;<strong>Instrucciones del agente</strong> (mediante <code>AGENTS.md</code>, <code>CLAUDE.md</code>, o archivos <code>GEMINI.md</code>).</li>
      <li style="text-indent: -1.6em;">
                    <span aria-hidden="true">🏢</span>&nbsp;Instrucciones <strong>de la organización</strong>.</li>
    </ul>
  </td>
</tr>
<tr>
  <td>revisión de código Copilot</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>Instrucciones para todo el repositorio</strong> (mediante el archivo <code>.github/copilot-instructions.md</code>).</li>
          <li style="text-indent: -1.6em;">
                        <span aria-hidden="true">
                        📂
                        </span>
                        &nbsp;
                        <strong>Instrucciones específicas de ruta</strong> (mediante <code>.github/instructions/**/*.instructions.md</code> archivos).</li>
        
      <li style="text-indent: -1.6em;">
                    <span aria-hidden="true">🏢</span>&nbsp;Instrucciones <strong>de la organización</strong>.</li>
    </ul>
  </td>
</tr>
```

  </tbody>
</table>

## Visual Studio Code

<table>
  <thead>
    <tr>
      <th style="width: 25%">              Copilot Característica</th>
      <th>Tipos de instrucciones personalizadas admitidas</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>Chat de Copiloto </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>Instrucciones para todo el repositorio</strong> (mediante el archivo <code>.github/copilot-instructions.md</code>).</li>
          <li style="text-indent: -1.6em;">
                        <span aria-hidden="true">
                        📂
                        </span>
                        &nbsp;
                        <strong>Instrucciones específicas de ruta</strong> (mediante <code>.github/instructions/**/*.instructions.md</code> archivos).</li>
        
      <li style="text-indent: -1.6em;">
                    <span aria-hidden="true">🤖</span>&nbsp;<strong>Instrucciones del Agente</strong> (mediante un <code>AGENTS.md</code> archivo).</li>
    </ul>
  </td>
</tr>
<tr>
  <td>agente en la nube de Copilot</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>Instrucciones para todo el repositorio</strong> (mediante el archivo <code>.github/copilot-instructions.md</code>).</li>
          <li style="text-indent: -1.6em;">
                        <span aria-hidden="true">
                        📂
                        </span>
                        &nbsp;
                        <strong>Instrucciones específicas de ruta</strong> (mediante <code>.github/instructions/**/*.instructions.md</code> archivos).</li>
        
      <li style="text-indent: -1.6em;">
                    <span aria-hidden="true">🤖</span>&nbsp;<strong>Instrucciones del agente</strong> (mediante <code>AGENTS.md</code>, <code>CLAUDE.md</code>, o archivos <code>GEMINI.md</code>).</li>
    </ul>
  </td>
</tr>
<tr>
  <td>revisión de código Copilot</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>Instrucciones para todo el repositorio</strong> (mediante el archivo <code>.github/copilot-instructions.md</code>).</li>
    </ul>
  </td>
</tr>
```

  </tbody>
</table>

## Visual Studio

<table>
  <thead>
    <tr>
      <th style="width: 25%">              Copilot Característica</th>
      <th>Tipos de instrucciones personalizadas admitidas</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>Chat de Copiloto </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>Instrucciones para todo el repositorio</strong> (mediante el archivo <code>.github/copilot-instructions.md</code>).</li>
          <li style="text-indent: -1.6em;">
                        <span aria-hidden="true">
                        📂
                        </span>
                        &nbsp;
                        <strong>Instrucciones específicas de ruta</strong> (mediante <code>.github/instructions/**/*.instructions.md</code> archivos).</li>
          </ul>
  </td>
</tr>
<tr>
  <td>revisión de código Copilot</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>Instrucciones para todo el repositorio</strong> (mediante el archivo <code>.github/copilot-instructions.md</code>).</li>
    </ul>
  </td>
</tr>
```

  </tbody>
</table>

## IDE de JetBrains

<table>
  <thead>
    <tr>
      <th style="width: 25%">              Copilot Característica</th>
      <th>Tipos de instrucciones personalizadas admitidas</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>Chat de Copiloto </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>Instrucciones para todo el repositorio</strong> (mediante el archivo <code>.github/copilot-instructions.md</code>).</li>
          <li style="text-indent: -1.6em;">
                        <span aria-hidden="true">
                        📂
                        </span>
                        &nbsp;
                        <strong>Instrucciones específicas de ruta</strong> (mediante <code>.github/instructions/**/*.instructions.md</code> archivos).</li>
          </ul>
  </td>
</tr>
<tr>
  <td>agente en la nube de Copilot</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>Instrucciones para todo el repositorio</strong> (mediante el archivo <code>.github/copilot-instructions.md</code>).</li>
          <li style="text-indent: -1.6em;">
                        <span aria-hidden="true">
                        📂
                        </span>
                        &nbsp;
                        <strong>Instrucciones específicas de ruta</strong> (mediante <code>.github/instructions/**/*.instructions.md</code> archivos).</li>
        
      <li style="text-indent: -1.6em;">
                    <span aria-hidden="true">🤖</span>&nbsp;<strong>Instrucciones del agente</strong> (mediante <code>AGENTS.md</code>, <code>CLAUDE.md</code>, o archivos <code>GEMINI.md</code>).</li>
    </ul>
  </td>
</tr>
<tr>
  <td>revisión de código Copilot</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>Instrucciones para todo el repositorio</strong> (mediante el archivo <code>.github/copilot-instructions.md</code>).</li>
          <li style="text-indent: -1.6em;">
                        <span aria-hidden="true">
                        📂
                        </span>
                        &nbsp;
                        <strong>Instrucciones específicas de ruta</strong> (mediante <code>.github/instructions/**/*.instructions.md</code> archivos).</li>
          </ul>
  </td>
</tr>
```

  </tbody>
</table>

## Eclipse

<table>
  <thead>
    <tr>
      <th style="width: 25%">              Copilot Característica</th>
      <th>Tipos de instrucciones personalizadas admitidas</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>Chat de Copiloto </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>Instrucciones para todo el repositorio</strong> (mediante el archivo <code>.github/copilot-instructions.md</code>).</li>
        </ul>
      </td>
    </tr>
    <tr>
      <td>agente en la nube de Copilot</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>Instrucciones para todo el repositorio</strong> (mediante el archivo <code>.github/copilot-instructions.md</code>).</li>
          <li style="text-indent: -1.6em;">
                        <span aria-hidden="true">
                        📂
                        </span>
                        &nbsp;
                        <strong>Instrucciones específicas de ruta</strong> (mediante <code>.github/instructions/**/*.instructions.md</code> archivos).</li>
        
      <li style="text-indent: -1.6em;">
                    <span aria-hidden="true">🤖</span>&nbsp;<strong>Instrucciones del agente</strong> (mediante <code>AGENTS.md</code>, <code>CLAUDE.md</code>, o archivos <code>GEMINI.md</code>).</li>
    </ul>
  </td>
</tr>
<tr>
  <td>revisión de código Copilot</td>
  <td>
    <ul style="list-style: none; padding-left: 1.5em; margin-left: 0;">
      <li style="text-indent: -1.6em;">Actualmente no se admiten instrucciones personalizadas.</li>
    </ul>
  </td>
</tr>
```

  </tbody>
</table>

## Xcode

<table>
  <thead>
    <tr>
      <th style="width: 25%">              Copilot Característica</th>
      <th>Tipos de instrucciones personalizadas admitidas</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>Chat de Copiloto </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>Instrucciones para todo el repositorio</strong> (mediante el archivo <code>.github/copilot-instructions.md</code>).</li>
          <li style="text-indent: -1.6em;">
                        <span aria-hidden="true">
                        📂
                        </span>
                        &nbsp;
                        <strong>Instrucciones específicas de ruta</strong> (mediante <code>.github/instructions/**/*.instructions.md</code> archivos).</li>
          </ul>
  </td>
</tr>
<tr>
  <td>agente en la nube de Copilot</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>Instrucciones para todo el repositorio</strong> (mediante el archivo <code>.github/copilot-instructions.md</code>).</li>
          <li style="text-indent: -1.6em;">
                        <span aria-hidden="true">
                        📂
                        </span>
                        &nbsp;
                        <strong>Instrucciones específicas de ruta</strong> (mediante <code>.github/instructions/**/*.instructions.md</code> archivos).</li>
        
      <li style="text-indent: -1.6em;">
                    <span aria-hidden="true">🤖</span>&nbsp;<strong>Instrucciones del agente</strong> (mediante <code>AGENTS.md</code>, <code>CLAUDE.md</code>, o archivos <code>GEMINI.md</code>).</li>
    </ul>
  </td>
</tr>
<tr>
  <td>revisión de código Copilot</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>Instrucciones para todo el repositorio</strong> (mediante el archivo <code>.github/copilot-instructions.md</code>).</li>
          <li style="text-indent: -1.6em;">
                        <span aria-hidden="true">
                        📂
                        </span>
                        &nbsp;
                        <strong>Instrucciones específicas de ruta</strong> (mediante <code>.github/instructions/**/*.instructions.md</code> archivos).</li>
          </ul>
  </td>
</tr>
```

  </tbody>
</table>

## CLI de Copilot

<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>Instrucciones para todo el repositorio</strong> (mediante el archivo <code>.github/copilot-instructions.md</code>).</li>
              <li style="text-indent: -1.6em;">
                            <span aria-hidden="true">
                            📂
                            </span>
                            &nbsp;
                            <strong>Instrucciones específicas de ruta</strong> (mediante <code>.github/instructions/**/*.instructions.md</code> archivos).</li>

  <li style="text-indent: -1.6em;">
                <span aria-hidden="true">🤖</span>&nbsp;<strong>Instrucciones del Agente</strong> (mediante un <code>AGENTS.md</code> archivo).</li>
</ul>

## Lectura adicional

* [Agregar instrucciones personalizadas del repositorio para GitHub Copilot](/es/copilot/how-tos/configure-custom-instructions/add-repository-instructions)
* [Adición de instrucciones personalizadas personales para GitHub Copilot](/es/copilot/how-tos/configure-custom-instructions/add-personal-instructions)
* [Adición de instrucciones personalizadas de la organización para GitHub Copilot](/es/copilot/how-tos/configure-custom-instructions/add-organization-instructions)