# Palabra

- [Crear documento](https://docs.sherparpa.ru/es/sherpa-rpa/sherpa-designer/spravochnik-blokov/word-word-automation/sozdat-dokument-createworddocument.md)
- [Abrir documento](https://docs.sherparpa.ru/es/sherpa-rpa/sherpa-designer/spravochnik-blokov/word-word-automation/otkryt-dokument-openworddocument.md)
- [Conectarse al documento](https://docs.sherparpa.ru/es/sherpa-rpa/sherpa-designer/spravochnik-blokov/word-word-automation/podklyuchitsya-k-dokumentu-connectworddocument.md)
- [Guardar documento](https://docs.sherparpa.ru/es/sherpa-rpa/sherpa-designer/spravochnik-blokov/word-word-automation/sokhranit-dokument-saveworddocument.md)
- [Cerrar documento](https://docs.sherparpa.ru/es/sherpa-rpa/sherpa-designer/spravochnik-blokov/word-word-automation/zakryt-dokument-closeworddocument.md)
- [Obtener texto del documento](https://docs.sherparpa.ru/es/sherpa-rpa/sherpa-designer/spravochnik-blokov/word-word-automation/poluchit-tekst-iz-dokumenta-gettextworddocument.md)
- [Escribir texto en un documento](https://docs.sherparpa.ru/es/sherpa-rpa/sherpa-designer/spravochnik-blokov/word-word-automation/zapisat-tekst-v-dokument-settextworddocument.md)
- [Agregar párrafo](https://docs.sherparpa.ru/es/sherpa-rpa/sherpa-designer/spravochnik-blokov/word-word-automation/dobavit-paragraf-addparagraphworddocument.md)
- [Reemplazar texto en Word](https://docs.sherparpa.ru/es/sherpa-rpa/sherpa-designer/spravochnik-blokov/word-word-automation/zamenit-tekst-word-replacetextworddocument.md)
- [Reemplazar todas las variables en el texto de Word](https://docs.sherparpa.ru/es/sherpa-rpa/sherpa-designer/spravochnik-blokov/word-word-automation/zamenit-vse-peremennye-v-tekste-word-fullreplacetextworddocument.md)
- [Reemplazar texto en Docx](https://docs.sherparpa.ru/es/sherpa-rpa/sherpa-designer/spravochnik-blokov/word-word-automation/zamenit-tekst-docx-replacetextdocxdocument.md)
- [Reemplazar todas las variables en el texto Docx](https://docs.sherparpa.ru/es/sherpa-rpa/sherpa-designer/spravochnik-blokov/word-word-automation/zamenit-vse-peremennye-v-tekste-docx-fullreplacetextdocxdocument.md)
- [Imprimir documento](https://docs.sherparpa.ru/es/sherpa-rpa/sherpa-designer/spravochnik-blokov/word-word-automation/raspechatat-dokument-printworddocument.md)
- [Leer tablas](https://docs.sherparpa.ru/es/sherpa-rpa/sherpa-designer/spravochnik-blokov/word-word-automation/schitat-tablicy-gettablesworddocument.md)
- [Grabar tablas](https://docs.sherparpa.ru/es/sherpa-rpa/sherpa-designer/spravochnik-blokov/word-word-automation/zapisat-tablicy-settablesworddocument.md)
- [Leer una tabla](https://docs.sherparpa.ru/es/sherpa-rpa/sherpa-designer/spravochnik-blokov/word-word-automation/schitat-odnu-tablicu-getonetableworddocument.md)
- [Grabar una tabla](https://docs.sherparpa.ru/es/sherpa-rpa/sherpa-designer/spravochnik-blokov/word-word-automation/zapisat-odnu-tablicu-setonetableworddocument.md)
- [Insertar tabla](https://docs.sherparpa.ru/es/sherpa-rpa/sherpa-designer/spravochnik-blokov/word-word-automation/vstavit-tablicu-insertworddatatable.md)
- [Insertar imagen en celda](https://docs.sherparpa.ru/es/sherpa-rpa/sherpa-designer/spravochnik-blokov/word-word-automation/vstavit-izobrazhenie-v-yacheiku-insertwordimagecell.md)
- [Insertar texto en una celda](https://docs.sherparpa.ru/es/sherpa-rpa/sherpa-designer/spravochnik-blokov/word-word-automation/vstavit-tekst-v-yacheiku-insertwordtextcell.md)
- [Establecer fuente en la celda](https://docs.sherparpa.ru/es/sherpa-rpa/sherpa-designer/spravochnik-blokov/word-word-automation/zadat-shrift-v-yacheike-setwordfontcell.md)
- [Búsqueda de fragmentos](https://docs.sherparpa.ru/es/sherpa-rpa/sherpa-designer/spravochnik-blokov/word-word-automation/poisk-fragmentov-searchrangesworddocument.md)
- [Seleccionar fragmento](https://docs.sherparpa.ru/es/sherpa-rpa/sherpa-designer/spravochnik-blokov/word-word-automation/vybrat-fragment-selectrangeworddocument.md)
- [Copiar tabla](https://docs.sherparpa.ru/es/sherpa-rpa/sherpa-designer/spravochnik-blokov/word-word-automation/kopirovat-tablicu-copytableworddocument.md)
- [Insertar fila/columna en la tabla](https://docs.sherparpa.ru/es/sherpa-rpa/sherpa-designer/spravochnik-blokov/word-word-automation/vstavit-stroku-kolonku-v-tablice-insertwordtablerange.md)
- [Eliminar fila/columna en la tabla](https://docs.sherparpa.ru/es/sherpa-rpa/sherpa-designer/spravochnik-blokov/word-word-automation/udalit-stroku-kolonku-v-tablice-deletewordtablerange.md)
- [Ejecutar macro](https://docs.sherparpa.ru/es/sherpa-rpa/sherpa-designer/spravochnik-blokov/word-word-automation/zapustit-makros-runwordmacro.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/word-word-automation.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.
