# Pipeline Examples

Explore ready-to-use pipeline examples to get started quickly. Some may require an API key for hosted LLMs. Copy them directly to <ProductName /> and start using them right away.

***

## Pipelines

[Auto Loan Payment Chatbot](../pipeline-examples/auto-loan-payment-chatbot.mdx): A conversational chatbot pipeline powered by OpenAI’s gpt-4o, designed to assist with missed auto loan payments.

## Usage Instructions

To use the pipelines in this section:

1. Copy the pipeline YAML.
2. Log in to <ProductName /> and go to _Pipelines > Create pipeline > Create empty file_.
3. Give your pipeline a name and click **Create Pipeline**.
4. In Builder, switch to the YAML view. 

      <ClickableImage
        src="/img/concepts/yaml_view.png"
        alt="Switching to the YAML view in a query pipeline"
        size="standard"
      />

5. Paste the copied YAML and save your pipeline.
