# Settings

The Settings tab provides options to modify your database service post creation. You can edit the service, adjust the database timezone, schedule maintenance windows, and select performance insights.

#### General

**Service name** - You can edit the name of the database service in this field.

**Description** - You can edit the description of the database service in this field.

**Database settings** - Choose from the dropdown list to change the timezone for your database service.

**Additional settings -**

* To enable delete protection, toggle the **Enable delete protectio**n button. It is disabled by default. When you enable this option, it does not allow you to delete the database service. This helps to safeguard against mistaken deletes.
* To enable stop protection, toggle the **Enable stop protection** button. It is disabled by default. When you enable this option, it does not allow you to stop the database service.
* To disable auto minor version updates, toggle the **Enable auto minor version update** button. It is enabled by default. It automatically updates your database service whenever a minor patch is released.

#### Maintenance Window

To update the displayed current schedule, select your desired start day, start time, and the duration (in 30-minutes increments), then click **Save**.

#### Monitoring

To enable performance insights, ensure that you create a Monitoring Infra in the **Monitoring Performance Insights Infrastructure** application under the **DB Services** app family.

Toggle the button to enable or disable **Performance Insights**. This feature analyzes database load over a specific timeframe, helping to identify bottlenecks and areas needing performance improvement.


---

# 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.tessell.com/tessell/tessell-for-oracle/db-services/my-services/database-service-home-page/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.
