> ## 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.

# Providers overview

> Manage external service integrations that workflows can connect to, with reusable connection details and credentials in one place.

Providers are external service integrations that your workflows can connect to. Each provider configuration stores the connection details and credentials needed to interact with an external system. In this section, you'll learn how to manage providers via the [Lerian Console](/en/platform/lerian-console/about-lerian-console).

## What is a Provider?

***

A Provider represents a configured connection between Flowker and an external service. Workflows use provider nodes to interact with these services, and the provider configuration supplies the necessary connection parameters — so you don't need to hardcode credentials or endpoints in each workflow.

## Accessing the Providers page

***

To open the **Providers** page, click **Providers** from the left-side menu on the **Flowker** page.

The page displays all configured providers for the organization in a data table, with the following columns:

* **Name** — the provider configuration name.
* **Provider** — the type of external service (from the provider catalog).
* **Status** — the connection status: `Active` or `Inactive`.
* **Last Modified** — the date the configuration was last updated.
* **Actions** — action menu.

You can filter providers by name or status using the filter fields above the table.

## Provider Catalog

***

Flowker includes a catalog of available provider types. When creating a new provider configuration, you select from the catalog which type of external service you want to connect to. The catalog provides the configuration schema and required fields for each provider type.

## Available actions menu

***

For each provider, the following actions are available in the action menu (<Icon icon="ellipsis-vertical" />):

* **Edit** — opens the provider configuration for editing.
* **Test** — tests the connection to verify that credentials and settings are correct.
* **Delete** — permanently removes the provider configuration.

## Related pages

***

<Columns cols={2}>
  <Card title="Add a provider" icon="plus" horizontal href="/en/platform/lerian-console/flowker-console/adding-a-provider" />

  <Card title="Edit a provider" icon="pen" horizontal href="/en/platform/lerian-console/flowker-console/editing-a-provider" />

  <Card title="Test a provider" icon="plug" horizontal href="/en/platform/lerian-console/flowker-console/testing-a-provider" />

  <Card title="Delete a provider" icon="trash" horizontal href="/en/platform/lerian-console/flowker-console/deleting-a-provider" />
</Columns>
