# Test your app

To test your app in Make, create a new scenario.

{% stepper %}
{% step %}
In the Scenario Builder, add the **Geocodify > Search geolocation** module that you have just created.

Note that is has the **Private** tag.

<div align="left"><figure><img src="/files/gXqalUnfqmGze790PZHb" alt="" width="493"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Click **Create a connection**.
{% endstep %}

{% step %}
Enter your API Key from the Geocodify API.
{% endstep %}

{% step %}
Click **Save**.
{% endstep %}

{% step %}
Insert the address you want to geolocate, for example: Champ de Mars, 5 Avenue Anatole France, 75007 Paris, France.

This is the Location parameter you set up in the Mappable parameters tab.

<div align="left"><figure><img src="/files/0165OQ8H4aqc2qj2H1Z2" alt="" width="520"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Click **Save** to save the module.
{% endstep %}

{% step %}
Save the scenario. A pop-up appears appears asking for confirmation to install the app in your organization.

* Click **Yes** on the pop-up to install the app in your organization.
* Click **Run once** to run the scenario.
  {% endstep %}

{% step %}
Open the output to retrieve the coordinates. They are under **Output> Bundle 1>** **response> features> 1> geometry> coordinates**.

The coordinates are output this way because you chose to return the response as is, without filtering or customization.

<div align="left"><figure><img src="/files/CsDo5wuWL6kMv8Q1IxT1" alt="" width="320"><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}

Your app works. Congratulations!

At this point, your module is hidden by default. Even if the app is installed in the organization, it won't appear in the scenario editor for other users until you make it visible.

To let other users see your module, go to the module in the app setup and slide the toggle from hidden to visible.

<div align="left"><figure><img src="/files/wLJKQKWC8ZYMChLg6x1U" alt="" width="563"><figcaption></figcaption></figure></div>

To learn more about app and module visibility, see the [App visibility article](/custom-apps-documentation/create-your-first-app/app-visibility.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://developers.make.com/custom-apps-documentation/create-your-first-app/test-your-app.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.
