# Instalación

Estas son nuestras recomendaciones para los diferentes entornos y propósitos:

* Para configurar Consul Democracy para un entorno de producción, recomendamos utilizar el [instalador](https://github.com/consuldemocracy/installer).
* Para los programadores que trabajan en un entorno de desarrollo, recomendamos instalar Consul Democracy en un sistema basado en UNIX (Linux o Mac) y hacer una [instalación local](/tech_docs/spanish-6/introduction/local_installation.md) de Consul Democracy.
* Si tienes problemas para hacer una instalación local y deseas mostrar Consul Democracy para fines de demostración, te recomendamos que utilices [Docker](/tech_docs/spanish-6/introduction/local_installation/docker.md) en tu ordenador personal.
* También tenemos una [Guía Heroku](/tech_docs/spanish-6/introduction/servers/deploying-on-heroku.md) que se puede utilizar para fines de demostración en un servidor remoto.


---

# 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.consuldemocracy.org/tech_docs/spanish-6/introduction.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.
