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

# Editing a provider

> Update an existing provider to change its connection parameters, credentials, or name without disrupting active workflows.

You can update an existing provider configuration to change its connection parameters, credentials, or name.

To edit a provider:

<Steps>
  <Step>
    On the **Providers** page, find the provider you want to edit.
  </Step>

  <Step>
    Click the three dots (<Icon icon="ellipsis-vertical" />) on the **Actions** column and select **Edit**.
  </Step>

  <Step>
    The **Edit Provider** form will open with the current configuration. Update the fields as needed:

    * **Name** — the identifier for the provider.
    * **Description** (optional) — a description about the provider and what it does.
    * **Provider-specific fields** — the connection parameters for the provider type (e.g., API URL, credentials).
  </Step>

  <Step>
    Click **Save** to apply your changes.
  </Step>
</Steps>

<Note>
  Updating a provider configuration will affect all workflows that reference it. Existing in-progress executions will continue using the previous configuration; future executions will use the updated settings.
</Note>

<Tip>
  After editing a provider, run the **Test** action to verify the connection still works with the updated settings. See [Testing a provider](/en/platform/lerian-console/flowker-console/testing-a-provider).
</Tip>
