> For the complete documentation index, see [llms.txt](https://docs.payswap.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payswap.org/espanol/readme/help.md).

# Haga clic aquí para obtener ayuda

![](/files/yigFG4wxS8CvWqIOJ1wV)

Si te encuentras atascado, si algo no funciona como debería o no estás seguro de si algo ha funcionado o no, esta sección de ayuda podría ayudarte.

## Secciones de ayuda

Hemos dividido el tema de ayuda en secciones para ayudarte a encontrar lo que buscas. A continuación, se muestra una descripción general de lo que encontrarás.

### Solución de problemas de errores

La página [Solución de problemas de errores](#troubleshooting-errors) tiene una colección de errores que los usuarios pueden encontrar al usar PaySwap. Muestra el problema con una solución al problema y una razón que explica por qué ocurrió el problema.

### Preguntas frecuentes generales

La página [Preguntas frecuentes generales](#general-faq) responde a las preguntas comunes que recibimos de los usuarios de PaySwap. Las respuestas a estas preguntas brindan consejos, una explicación o un enlace a un recurso útil.

### Otros guías

También hay una serie de guías en el tema de ayuda que te guiarán a través de problemas técnicos. Agregamos guías cuando surge un problema que puede ser difícil de resolver con frecuencia, así que si tienes problemas, asegúrate de revisar aquí para encontrar una guía para tu problema.

## Buscando soporte

PaySwap no tiene un servicio de soporte dedicado. En su lugar, si te encuentras con un problema que no tiene respuesta aquí, puedes pedir ayuda en el [canal de PayChat de PaySwap](https://paychat.payswap.org/#/room/%23paycom%3Amatrix.org?via=matrix.org).


---

# 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.payswap.org/espanol/readme/help.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.
