# Settings Sheet

The settings sheet contains metadata about your form. In your case, only two fields are supported:

#### form\_title

This is the name of your form as it will appear to users. It’s typically shown at the top of the screen or on the form loading screen.

Example:

| form\_title              |
| ------------------------ |
| Customer Feedback Survey |

#### default\_language (optional)

This sets the default language that the form will use if no language is selected or if the device does not support language selection.

The value must match one of the language codes used in your label columns (for example, `en`, `fr-FR`, `es`, etc.).

Example:

| default\_language |
| ----------------- |
| en                |

You can include both fields in the same row:

| form\_title              | default\_language |
| ------------------------ | ----------------- |
| Customer Feedback Survey | en                |


---

# 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.ngsurvey.com/projects/import-export/xlsform/settings-sheet.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.
