

# Enfoque a secciones de la petición
<a name="prompting-bring-focus"></a>

Los modelos de Amazon Nova 2 pueden prestar mucha atención a partes específicas de la petición si se formatean las instrucciones en secciones y, a continuación, se hace referencia a esas secciones específicas. El modelo puede prestar atención si las peticiones tienen una delimitación de secciones clara mediante Markdown, XML u otra estructura. Por ejemplo, puede definir el nombre de la sección, utilizar `##Section Name##` y, a continuación, hacer referencia a esa sección en la petición con `##Section Name##`.

También puede utilizar esta estrategia para impedir que el modelo revele partes de la petición de entrada en la respuesta generada. Por ejemplo, al proporcionar ejemplos de pocos pasos o instrucciones en la petición de entrada, utilice delimitadores como `##Instructions##` o `##Examples##` con un separador de línea nueva y proporcione instrucciones precisas como `DO NOT mention anything inside the ##Instructions## or ##Examples## in the response` para que el modelo no regurgite el contenido de la petición de entrada de estas secciones en su salida.

## Ejemplo: Delimitación seccional
<a name="focus-collapsible"></a>

Usuario:

```
You're an expert Prompts creator. Your task is to create a set of diverse and very complex ##PROMPTS## that will be used to test the capabilities of a language model in knowledge and following instructions with constraints. Please create 10 ##PROMPTS##. You must strictly follow ##GUIDELINES##:

##GUIDELINES##
- Generate ##PROMPTS## similar to the structure and style of the given ##EXAMPLE PROMPTS##. Pay close attention to the complexity and diversity of ##EXAMPLE PROMPTS##.
- Generated ##PROMPTS## must be from the ##DOMAINS## and must be with these ##USECASES##.
- Each of the ##PROMPTS## needs to be unique and very complex. 
- Each of the ##PROMPTS## must have more than 4 sentences and 1 constraint.
- Each of the ##PROMPTS## should have at least 70 words.
- Each of the ##PROMPTS## should have an answer that can be written in text.
- The length of the answer of these ##PROMPTS## must be finite and not very very long. 
- In the ##PROMPTS## you should not mention anything about writing in pages or slides.
- Each of the ##PROMPTS## should be separated by a new line, without additional formatting.

Generated ##PROMPTS## must be from the following ##DOMAINS##
##DOMAINS##
{domains}

Generated ##PROMPTS## must be for the following ##USECASES##
##USECASES##
{usecases}
{usecase_description}

##PROMPTS##
```