# Cargar y compilar un contrato

Para cargar un contrato, debes hacer clic en el ícono del explorador de archivos en el panel de íconos.

Luego selecciona el contrato que te interesa cargar desde la carpeta contracts del espacio de trabajo en el que estás y haz click sobre él. El archivo aparecerá en el panel principal.

<figure><img src="/files/zTrsr9kwG238951voLRi" alt=""><figcaption></figcaption></figure>

Para compilarlo, haz en el click en el ícono del compilador. Te aparecerá el compilador en el panel lateral.

<figure><img src="/files/oTBobRXa7wMRVXfrGW23" alt="" width="375"><figcaption></figcaption></figure>

En la parte superior puedes ver la versión del compilador que está activa. Puedes escoger una versión diferente si es necesario.

En el cuadro CONTRACT puedes ver el contrato que vas a compilar.

Para proceder a compilar haz click sobre el botón azul.


---

# 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://edp.ethkipu.org/modulo-1/intro-a-smart-contracts/remix/cargar-y-compilar-un-contrato.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.
