# Geo-Target Join Options

*Article Topics:* [*Sites*](/getting-started/common-topics/sites.md)*,* [*Join Options*](/getting-started/common-topics/join-options.md)

NATS gives you the option of localizing your pre-join form to a surfer's country. One form can offer different join options to surfers from different countries, allowing a great deal of flexibility in offering certain payment methods. NATS detects a visitor's country through your IP.

## Join Option Rules

To create a specific join option for other countries, navigate to the [Sites Admin](/nats-admin/sites.md) and select the Join Options tab. Select a join option to modify or create a new join option then navigate to the Rules tab. A new rule can be created or a currently existing rule can be modified by clicking the Action button of the associating rule and selecting "Edit This Rule".

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

The two options you want to edit are "Change Type" and "Country".

* **Change Type**- A SHOW rule will show the join option for whatever country or countries you select, while a HIDE rule will disallow this join option for the country or countries marked in this rule.
* **Country**- Select what surfer countries you want to allow or disallow access to this join option.

NATS allows you to create multiple rules, so you can set additional parameters for your join options, such as only allowing the join option for a select number of countries.&#x20;

You can learn more about Join Option Rules in our [Rules ](/using-nats/nats-admin-features/rules.md#join-options)article.&#x20;

## Multiple Currency Setup

In addition to setting up targetted Join Options, you will need to set up NATS to accept multiple currencies.&#x20;

This can be done by navigating to the [Configuration Admin](/nats-admin/configuration.md) and selecting the "Currency - All" tab.&#x20;

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

For a more in-depth view of setting up Multiple Currencies, see our [Multiple Currency Setup](/nats-admin/sites/further-reading/multiple-currency-setup.md) article.


---

# 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.toomuchmedia.com/nats-admin/sites/further-reading/geo-target-join-options.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.
