> For the complete documentation index, see [llms.txt](https://agents.glueckkanja.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://agents.glueckkanja.com/es/get-started.md).

# Comenzar

1. Navegue hasta el [**Microsoft Security Store**](https://securitystore.microsoft.com/agents).
2. Explore los agentes disponibles en la **sección de** .

<figure><img src="/files/de050fedd29e8fc79fc53d59cbacaf1eaec8ee00" alt=""><figcaption></figcaption></figure>

Seleccione un agente (por ejemplo, **Información sobre asignaciones**) para ver los detalles, los precios y los requisitos.

La página de resumen del agente proporciona:

* Una descripción de la solución
* Servicios de Microsoft compatibles
* Requisitos (como Microsoft Entra ID)
* Opciones de precios y licencias

<figure><img src="/files/49593d214a43214da125077b9404e589edff936c" alt=""><figcaption></figcaption></figure>

Cada agente enumera sus planes disponibles. Por ejemplo, Assignment Insights ofrece:

* **Versión:** 1.0.0
* **Término de facturación:** suscripción de 1 mes
* **Costo:** Costo de la suscripción por período de tiempo

<figure><img src="/files/9db412fec4b2867be26cb44f354f51d5c96edcf5" alt=""><figcaption></figcaption></figure>

Cuando esté listo para implementar:

1. Haga clic en **Get it now** en la página del agente.
2. Se le redirigirá al asistente de **Get Solution** .

<figure><img src="/files/bb5aec70f1404042e36b489144ec148f11166553" alt=""><figcaption></figcaption></figure>

El asistente de implementación consta de varios pasos:

* **Suscripción de Azure**: Seleccione la suscripción en la que se implementará el agente.
* **Grupo de recursos**: Elija un grupo existente o cree uno nuevo.
* **Nombre del recurso**: Defina un nombre único para la solución implementada.

<figure><img src="/files/970d79616c74974cf009ee2547102e366472b786" alt=""><figcaption></figcaption></figure>

* **Solución**: Rellenado previamente con el agente elegido (por ejemplo, Assignment Insights).
* **Plan**: El plan de precios seleccionado.
* **Término y frecuencia de facturación**: Defina con qué frecuencia se realizarán los pagos.
* **Renovación automática**: Opción para habilitar o deshabilitar la renovación automática.

<figure><img src="/files/4ebbe7b574f1b98c0486ed078dc949e56bc5bc48" alt=""><figcaption></figcaption></figure>

Después de la implementación:

* El agente está disponible en su portal de Azure bajo el **Grupo de recursos**.
* Puede administrarlo, supervisarlo y actualizarlo desde el panel de Security Copilot.
* La solución de problemas y la documentación adicional están disponibles en la [Solución de problemas](/es/troubleshooting.md) sección y en cada [sección de](/es/agents.md) página.


---

# 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://agents.glueckkanja.com/es/get-started.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.
