# Strings

The string file is a simple, key-value pair file that contains every piece of user-facing text in the game. This includes button labels, instructional messages, error prompts, and more.

Each string is represented by a unique key (e.g., `win-message`, `lose-message`) and its corresponding text value. You can change the value of any string to match your brand's voice and tone.

### Customization and Localization

By editing this file, you can:

* Customize any copy: Change the wording of any button, heading, or message to fit your brand's style. For example, you could change "Play" to "Let's Play!".
* Translate into any supported language: Provide translations for each string to support multiple languages.&#x20;

### How to Use the String File

We will send you your file for editing. When you have completed your changes, we will upload your new strings to production.


---

# 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.thndr.io/integration/customisation/strings.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.
