> For the complete documentation index, see [llms.txt](https://manual-app.fundacioncarmengoudie.cl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual-app.fundacioncarmengoudie.cl/instalacion/instalacion-apk-android.md).

# Instalación APK \[Android]

## Paso 1: Descargar

El primer paso para utilizar nuestra app móvil es descargar la última versión de la APK desde&#x20;

<p align="center"><a href="https://www.mediafire.com/file/4e5zy2ciip8lm81/CG-app-release-v2.3.apk/file">https://www.mediafire.com/file/4e5zy2ciip8lm81/CG-app-release-v2.3.apk/file</a></p>

<p align="center">Si se nos indica que el archivo podría dañar nuestro teléfono, debemos clickear en "Descargar". Éste aviso es normal para cualquier aplicación descargada fuera de la Play Store.</p>

<figure><img src="/files/QROfPSbhJKLpnJcFqx1Q" alt="" width="360"><figcaption></figcaption></figure>

<p align="center">Al finalizar la descarga, acceder a listado de últimas descargas de nuestro navegador.</p>

<figure><img src="/files/mx1CS25VBOLNHyeGDSgH" alt="" width="360"><figcaption></figcaption></figure>

***

## Paso 2: Permitir instalar aplicaciones desconocidas

<p align="center">Para instalar la aplicación es necesario cambiar los permisos del teléfono para permitir instalar aplicaciones desconocidas [Aplicaciones descargadas fuera de la App Store]</p>

<figure><img src="/files/vTrmDAtOP7z8Ha0h98r7" alt="" width="166"><figcaption></figcaption></figure>

<p align="center">La ubicación particular de este permiso dentro de Ajustes varía dependiendo del celular que utilicemos, pero para este ejemplo utilizaremos un dispositivo Samsung</p>

Acceder a:

1. Seguridad y Privacidad.
2. Más ajustes de seguridad.
3. Instalar aplicaciones desconocidas.

<p align="center">Dentro del listado de fuentes, le otorgamos permiso al explorador en el cual descargamos el empaquetado APK</p>

<figure><img src="/files/82XFARc1wxHyQ4sHbPFC" alt="" width="360"><figcaption></figcaption></figure>

***

## Paso 3: Instalar y Google Play Protect

<p align="center">A continuación, clickeamos en nuestra APK descargada y pinchamos en "Instalar"</p>

<figure><img src="/files/EELBZpceLcX2VbOt1SBy" alt="" width="360"><figcaption></figcaption></figure>

<p align="center">A continuación, nos aparecerá un aviso de Google Play Protect, aquí debemos expandir el recuadro y clickear en "Instalar de todas formas" </p>

<figure><img src="/files/EIa7g9BRNmDlYfuJYCS5" alt="" width="360"><figcaption></figcaption></figure>

<p align="center">Hecho esto, finalmente ya tendremos nuestra aplicación instalada en nuestro dispositivo Android.</p>

<p align="center">Posteriormente, clickear en "Abrir" para comenzar a utilizar la aplicación.</p>

<figure><img src="/files/IpcCwUlI0feUG6llaNuR" alt="" width="360"><figcaption></figcaption></figure>

***


---

# 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://manual-app.fundacioncarmengoudie.cl/instalacion/instalacion-apk-android.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.
