> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mora.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Managing datasources

> Edit, test, and delete datasources.

## Viewing your datasources

All datasources for your organization are listed at **Settings → Datasources**. Each entry shows the datasource name, type, and status.

## Editing a datasource

1. Click a datasource in the list to open its detail page.
2. Update any credential fields (host, password, etc.).
3. Click **Test connection** to verify the new credentials work.
4. Save your changes.

## Testing a connection

You can re-test a datasource at any time from its detail page. This is useful after rotating passwords or changing network rules.

## Deleting a datasource

1. Open the datasource detail page.
2. Click the delete option.
3. Confirm the deletion.

<Warning>
  Deleting a datasource removes the connection and catalog. Any datasets that depend on this datasource will no longer be able to run queries. Make sure to update or remove dependent datasets first.
</Warning>

## Re-syncing the catalog

To refresh the catalog (e.g. after adding new tables to your database), trigger a catalog sync from the datasource detail page. See [Catalog](/datasources/catalog) for more.

## Related

* [Datasources overview](/datasources/overview)
* [Catalog sync](/datasources/catalog)
