# Setting Languages

## How to create an alternative language option

Most bilingual sites built on NationBuilder have a full site for each language. This is where Campaña comes in.

To create a separate Spanish version, follow the instructions here to create a new site:

{% content-ref url="/pages/-LhY9IKs7S3fjJCTBJ8n" %}
[Creating a new site](/campana/ready-to-launch/create-a-new-site.md)
{% endcontent-ref %}

On the homepage of the new site add the tag `Admin ES` to translate the site variables into Spanish

## How to add a language drop-down

1. Create a redirect page for each language variant.
2. Check the box "Include in supporter nav".
3. Save your changes and preview the results.

<figure><img src="/files/-MKc7g3lVRp-VIzkyzSr" alt="Setting up language dropdowns"><figcaption><p>Setting up language dropdowns</p></figcaption></figure>


---

# 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.codenation.com/campana/ready-to-launch/setting-languages.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.
