# Changing Settings

Cobalt's settings are all in a dedicated settings panel - no code editing is required.

To edit these settings, follow these instructions:

1. Navigate to StaffCP -> Layout -> Templates (this will be found at the /panel/core/templates/ URL on your site. For example: <https://cobalt.coldfiredzn.com/panel/core/templates/>)
2. Click the "settings" button next to Cobalt
3. The settings page will pop up.&#x20;

Please click through all the panels to see what settings are available! You can change the logo, primary color, background image, and much more.


---

# 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.coldfiredzn.com/cobalt-nmc/changing-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.
