# Settings

{% hint style="warning" %}
**Editing the settings files manually will cause a** [**Security Notice**](/1.0.0/guide/security/security-notice.md) **to appear.**

You should always edit it in the Control Panel where possible.
{% endhint %}

The settings change how your website and how Saturn will behave.

If you're using the official Control Panel plugin some options may appear as a dropdown, allowing you to select from valid options.

{% hint style="info" %}
You can click the setting name to see it's value in Saturn's settings files if you require to edit it there.
{% endhint %}

## Website Settings

Your website configuration modifies how your user-facing website behaves.

| Setting                                         | What's it do?                                                                                                                                      | Default value | Accepted values                                                                        |
| ----------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | ------------- | -------------------------------------------------------------------------------------- |
| [Website Name](#user-content-fn-1)[^1]          | This is what shows in the title of your website, and may also be used by Plugins and Themes.                                                       | Saturn        | Any string (text, number, special characters)                                          |
| [Website Language](#user-content-fn-2)[^2]      | This tells the visitor's browser what language the website is in.                                                                                  | en            | Any valid language code.                                                               |
| [Website Mode](#user-content-fn-3)[^3]          | Sets your website to live or maintenance mode.                                                                                                     | MODE\_LIVE    | MODE\_LIVE or MODE\_MAINT. [Learn more](/1.0.0/guide/settings/website-environment.md). |
| [Website Environment](#user-content-fn-4)[^4]   | The environment that your website is in.                                                                                                           | ENV\_PROD     | ENV\_PROD or ENV\_DEV. [Learn more](/1.0.0/guide/settings/maintenance-mode.md).        |
| [Website Character Set](#user-content-fn-5)[^5] | This tells the visitor's browser what character set your website uses. If you change this you may also need to change your database character set. | utf-8         | Any valid character set.                                                               |

## Saturn Settings

These

## Developer Options

[^1]: WEBSITE\_NAME

[^2]: WEBSITE\_LANGUAGE

[^3]: WEBSITE\_MODE

[^4]: WEBSITE\_ENV

[^5]: WEBSITE\_CHARSET


---

# 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.saturncms.net/1.0.0/guide/settings.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.
