# Updating source and destinations

## Updating

A source or destination function can be easily tweaked and updated. Below are the most common changes and how to undertake them:

### Editing the Source or Destination trigger&#x20;

1. Navigate to the Source or Destination list page
2. Click on the edit button for the Source or Destination you want to edit
3. Select trigger and edit the settings. If you want to add a webhook to a system which previously ran on a manual or schedule, please see **this guide** on how to enable Source webhooks.
4. Click "Update Source / Destination"

{% hint style="info" %}
All Jobs pending with the old schedule will be removed from the Job table, ensuring that Source or Destination edits are applied directly
{% endhint %}

### Editing the Source or Destination settings

1. Navigate to the Source or Destination list page
2. Click on the edit button for the Source or Destination you want to edit
3. Edit the settings, the most common things to edit are:
   1. Source filter settings
   2. Destination system route path
   3. Destination system file format
4. Click "Update Source / Destination"

{% hint style="info" %}
All Jobs pending with the old settings will be removed from the Job table, ensuring that Source or Destination edits are applied directly
{% endhint %}

## Deleting

A Source or Destination configuration can be securely deleted from the HighCohesion Control Panel when it is no longer required. To do this follow these steps:

1. From the control panel, go to the **Sources** or **Destinations** section.
2. Here you will see a list of sources or destinations that you have setup under your account, in this list find the configuration that you would like to remove.
3. On the far right hand side of the row, there is a small Bin icon.
4. Press this to remove the configuration from the system.

{% hint style="info" %}
A source or destination that is in use can not be deleted, it will need to be removed from any active Stream configurations before the system will allow you to delete it.
{% 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://docs.highcohesion.com/editing-streams/sources-and-destinations.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.
