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

# Contáctanos

Si tienes preguntas sobre SlidesPilot, probablemente encontrarás respuestas a la mayoría de ellas en este centro de ayuda. Buscar soluciones aquí suele ser mucho más rápido que contactarnos.

* Para gestionar o cancelar tu suscripción, por favor visita la [Página de gestión de suscripción](/slidespilot-help-center-es/planes-y-facturacion/administrar-suscripcion.md).
* Por favor visita nuestra [Página de política de reembolsos](/slidespilot-help-center-es/planes-y-facturacion/politica-de-reembolso.md) para obtener información sobre cómo solicitar reembolsos antes de contactarnos.

### Contáctanos para obtener ayuda

Si necesitas asistencia adicional, puedes contactarnos en <help@slidespilot.com>.

Debido al alto volumen de solicitudes y a las diferencias de zona horaria, nuestro tiempo de respuesta puede ser de 2 a 3 días hábiles.

{% hint style="warning" %}
Antes de contactarnos, asegúrese de estar usando la misma dirección de correo electrónico con la que se registró en SlidesPilot, o infórmenos qué dirección de correo electrónico está utilizando con SlidesPilot.&#x20;

**Por favor verifique su dirección de correo electrónico antes de contactarnos.**
{% endhint %}

### Buscando oportunidades de colaboración

Damos la bienvenida a conexiones significativas y oportunidades de colaboración. Si te gustaría conversar, puedes conectarte con nosotros a través de [LinkedIn](https://www.linkedin.com/company/slidespilot/) y [X](https://x.com/stephen_huang).


---

# 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://help.slidespilot.com/slidespilot-help-center-es/general/contactanos.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.
