# Procesos/Servicios/Ventanas

- [Obtener lista de procesos](https://docs.sherparpa.ru/es/sherpa-rpa/sherpa-designer/spravochnik-blokov/processy-sluzhby-okna/poluchit-spisok-processov-listprocesses.md)
- [Iniciar proceso](https://docs.sherparpa.ru/es/sherpa-rpa/sherpa-designer/spravochnik-blokov/processy-sluzhby-okna/zapustit-process-startprocess.md)
- [Detener proceso](https://docs.sherparpa.ru/es/sherpa-rpa/sherpa-designer/spravochnik-blokov/processy-sluzhby-okna/ostanovit-process-stopprocess.md)
- [Encontrar proceso](https://docs.sherparpa.ru/es/sherpa-rpa/sherpa-designer/spravochnik-blokov/processy-sluzhby-okna/naiti-process-getprocess.md)
- [Iniciar aplicación](https://docs.sherparpa.ru/es/sherpa-rpa/sherpa-designer/spravochnik-blokov/processy-sluzhby-okna/zapustit-prilozhenie-launchapp.md)
- [Cerrar aplicación](https://docs.sherparpa.ru/es/sherpa-rpa/sherpa-designer/spravochnik-blokov/processy-sluzhby-okna/zakryt-prilozhenie-closeapp.md)
- [Obtener lista de servicios](https://docs.sherparpa.ru/es/sherpa-rpa/sherpa-designer/spravochnik-blokov/processy-sluzhby-okna/poluchit-spisok-sluzhb-listservices.md)
- [Iniciar el servicio](https://docs.sherparpa.ru/es/sherpa-rpa/sherpa-designer/spravochnik-blokov/processy-sluzhby-okna/zapustit-sluzhbu-startservice.md)
- [Detener el servicio](https://docs.sherparpa.ru/es/sherpa-rpa/sherpa-designer/spravochnik-blokov/processy-sluzhby-okna/ostanovit-sluzhbu-stopservice.md)
- [Establecer tipo de inicio del servicio](https://docs.sherparpa.ru/es/sherpa-rpa/sherpa-designer/spravochnik-blokov/processy-sluzhby-okna/ustanovit-tip-zapuska-sluzhby-setservicestartuptype.md)
- [Obtener el estado de la ventana](https://docs.sherparpa.ru/es/sherpa-rpa/sherpa-designer/spravochnik-blokov/processy-sluzhby-okna/poluchit-sostoyanie-okna-getwindowstate.md)
- [Establecer el estado de la ventana](https://docs.sherparpa.ru/es/sherpa-rpa/sherpa-designer/spravochnik-blokov/processy-sluzhby-okna/zadat-sostoyanie-okna-setwindowstate.md)
- [Instalar distribución del teclado](https://docs.sherparpa.ru/es/sherpa-rpa/sherpa-designer/spravochnik-blokov/processy-sluzhby-okna/ustanovit-raskladku-klaviatury-setwindowlanguage.md)
- [Establecer la posición de la ventana](https://docs.sherparpa.ru/es/sherpa-rpa/sherpa-designer/spravochnik-blokov/processy-sluzhby-okna/zadat-polozhenie-okna-setwindowposition.md)
- [Unirse a la ventana](https://docs.sherparpa.ru/es/sherpa-rpa/sherpa-designer/spravochnik-blokov/processy-sluzhby-okna/prisoedinitsya-k-oknu-attachapplication.md)


---

# Agent Instructions: 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:

```
GET https://docs.sherparpa.ru/es/sherpa-rpa/sherpa-designer/spravochnik-blokov/processy-sluzhby-okna.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
