> For the complete documentation index, see [llms.txt](https://documentation.immuta.com/saas/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.immuta.com/saas/configuration/integrations/starburst-trino/register-a-trino-connection/manage-snowflake-connection-settings.md).

# Manage Trino Connection Settings

Manage Trino integration and connection settings

### Run object sync

1. Navigate to the connection or connection-backed object.
2. Click **Run Object Sync**.

### Edit the connection details

1. Click the **Edit** button in the Connection details box.
2. Edit the field you want:
   1. **Hostname**
   2. **Port**
   3. **SSL Mode**
   4. **Certificate Validation**
   5. **HTTP Proxy**
   6. **Authentication Method**: If you are editing the authentication method to be a different system account user, [grant the new system user the required permissions](/saas/configuration/integrations/starburst-trino/register-a-trino-connection.md#create-the-system-account-user).
3. Select **Validate**, and once the validation is successful, select **Save**.

### Edit the object sync settings

1. Click the **Edit** button in the Object Sync settings box.
2. Opt to enable or disable object sync.
3. Opt to update the **Start Time** and **Run Frequency** from the dropdown menus.
4. Opt for all data objects to be scanned despite the policy sync setting using the checkbox.
5. Click **Save**.

### Edit the object settings <a href="#edit-the-object-settings" id="edit-the-object-settings"></a>

1. Click the **Edit** button in the Object settings box.
2. Opt to enable or disable **Policy Synchronization**: When policy sync is enabled, all child objects will be represented by Immuta data sources and policies will be applied to the data sources.
3. Opt to **Add Users and Groups** as data owners:
   1. Start typing in the text box and select the user or group from the dropdown.
   2. Click **Add Owners**.
4. Click **Save**.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://documentation.immuta.com/saas/configuration/integrations/starburst-trino/register-a-trino-connection/manage-snowflake-connection-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
