> For the complete documentation index, see [llms.txt](https://help.dscout.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.dscout.com/getting-started/research-basics/can-i-do-international-research-with-dscout.md).

# Can I do international research with Dscout?

**Yes.** The Dscout app works for participants in most countries as long as they're using a device that meets our [minimum device requirements](https://participanthelp.dscout.com/hc/en-us/articles/35668393762196) and have a network connection. And in some cases, you'll be able to screen from Dscout's own scout pool to meet or supplement an international recruit.

Dscout's primary support team is US-based, English speaking, and available from 9-5 CST. Reach out to <sales@dscout.com> if you have questions about doing international research.

Just keep in mind that you, a colleague, or a hired translator will need to be able to write instructions, questions, read replies, and offer support in whatever language you'll be conducting research in. And as you'd imagine, recruiting and managing scouts who speak different languages and live in different times zones requires careful planning to ensure your expectations are met.

## Dscout languages

In addition to English, the Dscout app is localized in:

* German (Deutsche)
* Spanish (Español)
* French (Français)
* Japanese (日本語)
* Simplified Chinese (中文)\*
* Korean (한국어)\*
* Brazilian Portuguese (Português)
* Italian (Italiano)

This means that if your participants have their phones set to one of the above languages, then all the hard-coded text in the Dscout app will automatically be displayed in your participants' native language! (If they have their phone set to a language other than those listed above, Dscout will default to English.)

In the example below, you'll see that all hard-coded text (like button copy) is in Spanish, but the dynamic text is still in English. To have the dynamic text be in Spanish too, the researchers in charge of this project would just need to write titles, instructions, and questions in Spanish.

![](/files/f80811d50d3d794acfa59a2212f926fcb0550a12)

To have the static, hard-coded text in the invite emails and in-app push notifications that you send your mission participants set to a specific language, just select the one you'd like to use from the dropdown menu in the Dscout mission builder by expanding the "Specs" menu, then adjusting the language field. Just remember that if you want the dynamic, body text of your emails to ALSO be in a different language, you have to actually write in that language.

![](/files/f9e762b7e10bbe832c82cbbdbb4b809bd2eff60d)

{% hint style="info" %}
**Note:** Hard-coded web content in desktop diary studies and diary webpages is translated. At this time, hard-coded web content in desktop interview sessions is not translated.
{% endhint %}


---

# 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://help.dscout.com/getting-started/research-basics/can-i-do-international-research-with-dscout.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.
