> ## 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 reusable provider configurations for external service integrations, including connection settings and credential references.

Flowker provider configurations connect workflows to external services. A configuration stores or references the connection settings and credentials it needs; internally credential-managed catalog providers can require no client-supplied credentials. In this section, you'll learn how to manage provider configurations via the [Lerian Console](/en/platform/console/about-lerian-console).

## What is a Provider?

***

A **Provider** is a catalog integration type that groups related executors and declares a configuration schema. A **provider configuration** selects a catalog provider or references a tenant-provided OpenAPI document, then supplies or references connection settings for executor call nodes. This keeps credentials and endpoints out of individual workflows.

## Accessing the Providers page

***

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

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

* **Name** — the provider configuration name.
* **Provider** — the catalog integration type, for a `catalog` configuration.
* **Type** — the configuration kind: `catalog` selects a catalog provider, while `external_openapi` references a tenant-provided OpenAPI document.
* **Schemas** — XSD or OpenAPI schemas bound to the configuration. OpenAPI bindings can be restricted to operations.
* **Status** — the configuration status: `Active` or `Disabled`.
* **Last Modified** — the date the configuration was last updated.
* **Actions** — action menu.

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

## Provider Catalog

***

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

## Available actions menu

***

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

* **Details** — opens the provider configuration for viewing and editing.
* **Enable / Disable** — toggles the configuration status. Workflow nodes that reference a disabled configuration fail at execution time until it is enabled again.
* **Delete** — permanently removes the provider configuration.

## Related pages

***

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

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

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