# General procedure for configuring system settings

To customize the options on the System setting pages, use the following general procedure:

1. Go to **Administration > System Settings**.
2. Find the field for the setting you want to configure.
3. Enter your information or select the option you want.
4. Click **Save**.

A confirmation notification appears in a green pop-up on the lower right corner of the page.

{% hint style="success" %}
Some changes, such as choosing a new color theme or uploading logos, may take several minutes to appear in your UI.
{% endhint %}


---

# 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://developers.make.com/white-label-documentation/customize-your-instance/general-procedure-for-configuring-system-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.
