> For the complete documentation index, see [llms.txt](https://docs.junkipedia.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.junkipedia.org/es/primeros-pasos/gestion-de-narrativas/agregar-asuntos-a-una-narrativa.md).

# Agregar asuntos a una narrativa

Existen múltiples maneras de conectar asuntos a narrativas. En [Vincular asuntos a narrativas](/es/primeros-pasos/reportar-y-documentar-la-desinformacion/editar-un-asunto/editar-desde-la-lista-de-asuntos/vincular-asuntos-a-narrativas.md), se explicó cómo agregar narrativas mientras editas un asunto. A continuación, se explica cómo hacerlo [desde la página de edición de narrativas](/es/primeros-pasos/gestion-de-narrativas.md#pagina-de-edicion-de-narrativas). Ten en cuenta que la sección "Narrative elements" (Elementos de la narrativa) en esta página es una lista editable de asuntos.

![](/files/3zzmA0nW2NVIGCd47w3Q)

Si colocas el cursor en el cuadro debajo de la etiqueta "Narrative elements" (Elementos de la narrativa) y comienzas a escribir, la función de autocompletado te ayudará a encontrar títulos de asuntos coincidentes.

![](/files/VLFzdhogDvpwmqLL9vfh)

Haz clic en la "X" a la izquierda de un título de asunto previamente ingresado si deseas eliminarlo. Una vez que hayas terminado de agregar asuntos, haz clic en el botón "Update Narrative" (Actualizar narrativa) para guardar los cambios.


---

# 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://docs.junkipedia.org/es/primeros-pasos/gestion-de-narrativas/agregar-asuntos-a-una-narrativa.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.
