> For the complete documentation index, see [llms.txt](https://senselab.gitbook.io/senselab-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://senselab.gitbook.io/senselab-docs/vendor/sanmai/pipeline/docs/quickstart/examples.md).

# Examples

The examples have been reorganized for better discoverability:

## Quick Start

For a step-by-step introduction to the Pipeline library:

* [**Walkthrough: A Simple Pipeline**](/senselab-docs/vendor/sanmai/pipeline/docs/quickstart/walkthrough.md) - Learn the basics with a practical CSV processing example

## Practical Solutions

For ready-to-use solutions to common problems:

* [**Pipeline Cookbook**](/senselab-docs/vendor/sanmai/pipeline/docs/cookbook/index.md) - Problem-oriented recipes with detailed explanations

The cookbook includes:

* Safe and Predictable Data Cleaning
* Batch Processing for Databases/APIs
* Real-Time Anomaly Detection
* CSV/JSON Processing
* Memory-Efficient Deduplication
* Working with Infinite Sequences
* Log File Analysis
* Sliding Window Calculations
* And more...

## API Examples

Every method in the [API Reference](/senselab-docs/vendor/sanmai/pipeline/docs/api/creation.md) includes comprehensive examples showing typical usage patterns and edge cases.

## Advanced Patterns

For complex scenarios and architectural patterns:

* [**Complex Pipeline Patterns**](/senselab-docs/vendor/sanmai/pipeline/docs/advanced/complex-pipelines.md) - Advanced composition techniques
* [**Performance Tips**](/senselab-docs/vendor/sanmai/pipeline/docs/advanced/performance.md) - Optimization strategies
* [**Best Practices**](/senselab-docs/vendor/sanmai/pipeline/docs/advanced/best-practices.md) - Guidelines and recommendations


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://senselab.gitbook.io/senselab-docs/vendor/sanmai/pipeline/docs/quickstart/examples.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
