> For the complete documentation index, see [llms.txt](https://docs.enate.net/enate-help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.enate.net/enate-help/espanol/procesamiento-de-un-caso/iniciar-una-accion.md).

# Iniciar una Acción

{% embed url="<https://enate.cdn.spotlightr.com/watch/MTM2MTg2OQ==>" %}

En la mayoría de las ocasiones, las *Acciones* en un *Caso* se inician automáticamente (ya sea mediante el flujo del proceso o en base a programas). Sin embargo, si una *Acción* se ha configurado para que pueda iniciarse manualmente, puede hacerlo desde el *Caso.*

![](/files/UZTJ94AFvxZEBFBemOtB)

Seleccione la pestaña "*Iniciar acción*" en la sección *Actividades.* En el panel resultante, elija el tipo de *Acción* para iniciar (debe haberse configurado para poder iniciarse manualmente en *Builder*), establezca una fecha de vencimiento y especifique cuántas de las Acciones desea iniciar. Especifique las instrucciones de la *Acción* si desea que sean diferentes de las instrucciones predeterminadas que se muestran.&#x20;

Presione "*Iniciar acción"* para confirmar. La Lista de acciones se actualizará automáticamente para mostrar la nueva Acción que acaba de crear y se mostrará un mensaje de confirmación.

<figure><img src="/files/96LTk5MWbE2bE1uHRnhJ" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Tenga en cuenta:

* No es necesario que le asignen el Caso para iniciar una nueva Acción.
* Esta opción también está disponible desde cualquiera de las Acciones dentro del Caso.
  {% endhint %}

La pestaña no se cerrará al iniciar la nueva *Acción*, ya que esta es una actividad aditiva que no modifica el *Caso* actual.


---

# 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.enate.net/enate-help/espanol/procesamiento-de-un-caso/iniciar-una-accion.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.
