# Configuración de proyectos

[Getting Started](/setup/configuracion_de_proyectos/getting_started.md)

[Heroku](/setup/configuracion_de_proyectos/heroku.md)

[Rails](/setup/configuracion_de_proyectos/rails.md)

[Circle CI](/setup/configuracion_de_proyectos/circle_ci.md)

[Vue](/setup/configuracion_de_proyectos/vue.md)

[Apple App Store](/setup/configuracion_de_proyectos/apple_app_store.md)

[Google Play](/setup/configuracion_de_proyectos/google_play.md)

[Expo](/setup/configuracion_de_proyectos/expo.md)

[S3](/setup/configuracion_de_proyectos/s3.md)

[Git](/setup/configuracion_de_proyectos/git.md)

[Cloudflare](/setup/configuracion_de_proyectos/cloudflare.md)

[Sendgrid](/setup/configuracion_de_proyectos/sendgrid.md)

[Dominio + Mailing](/setup/configuracion_de_proyectos/dominio_mailing.md)

[Google Tag Manager, Analytics, Search Console, etc.](/setup/configuracion_de_proyectos/google_tag_manager_analytics_search_console_etc.md)

[Crear un bucket de S3](/setup/configuracion_de_proyectos/crear_un_bucket_de_s3.md)

[SlackBot](/setup/configuracion_de_proyectos/slackbot.md)

[Google BigQuery](https://github.com/platanus/la-guia/blob/master/setup/configuracion_de_proyectos/google_bigquery.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://la-guia.platan.us/setup/configuracion_de_proyectos.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.
