# Getting Started

- [Homepage](https://docs.bdb.ai/bdb-documentation/data-pipeline/getting-started/homepage.md): It is the default landing page while selecting the Data Pipeline module.
- [List Pipeline](https://docs.bdb.ai/bdb-documentation/data-pipeline/getting-started/homepage/list-pipeline.md)
- [Creating Pipeline](https://docs.bdb.ai/bdb-documentation/data-pipeline/getting-started/homepage/creating-pipeline.md)
- [Adding Components to Canvas](https://docs.bdb.ai/bdb-documentation/data-pipeline/getting-started/homepage/creating-pipeline/adding-components-to-canvas.md): Adding components to pipeline
- [Connecting Components](https://docs.bdb.ai/bdb-documentation/data-pipeline/getting-started/homepage/creating-pipeline/connecting-components.md): An event-driven architecture uses events to trigger and communicate between decoupled services and is common in modern applications built with microservices.
- [Events \[Kafka and DB Sync\]](https://docs.bdb.ai/bdb-documentation/data-pipeline/getting-started/homepage/creating-pipeline/events-kafka-and-db-sync.md)
- [Memory and CPU allocations](https://docs.bdb.ai/bdb-documentation/data-pipeline/getting-started/homepage/creating-pipeline/memory-and-cpu-allocations.md): configuration Tab.
- [List Components](https://docs.bdb.ai/bdb-documentation/data-pipeline/getting-started/homepage/list-components.md): All the components that a user can use in their pipeline, are listed here. It has a complete info like deployment Type, versions etc.
- [Delete Orphan Pods](https://docs.bdb.ai/bdb-documentation/data-pipeline/getting-started/homepage/delete-orphan-pods.md): This is to delete the pods that is no more a part of the current Pipelines.
- [Scheduler](https://docs.bdb.ai/bdb-documentation/data-pipeline/getting-started/homepage/scheduler.md)
- [Data Channel](https://docs.bdb.ai/bdb-documentation/data-pipeline/getting-started/homepage/data-channel.md): Data Chanel shows the health of the kafka Brokers
- [Settings](https://docs.bdb.ai/bdb-documentation/data-pipeline/getting-started/homepage/settings.md)
- [Pipeline Workflow Editor](https://docs.bdb.ai/bdb-documentation/data-pipeline/getting-started/pipeline-workflow-editor.md): The Pipeline Workflow Editor contains Toolbar, Component Panel, and the Right-side Panel together with the Design Canvas for the user to create a pipeline flow.
- [Pipeline Toolbar](https://docs.bdb.ai/bdb-documentation/data-pipeline/getting-started/pipeline-workflow-editor/pipeline-toolbar.md): Header menu panel on the Pipeline Workflow Editor page.
- [Component Panel](https://docs.bdb.ai/bdb-documentation/data-pipeline/getting-started/pipeline-workflow-editor/component-panel.md)
- [Right-side Panel](https://docs.bdb.ai/bdb-documentation/data-pipeline/getting-started/pipeline-workflow-editor/right-side-panel.md)
- [Testing Suite](https://docs.bdb.ai/bdb-documentation/data-pipeline/getting-started/testing-suite.md)
- [Activating Pipeline](https://docs.bdb.ai/bdb-documentation/data-pipeline/getting-started/activating-pipeline.md): Activating pipeline to deploy the pipelines.
- [Monitoring Pipeline](https://docs.bdb.ai/bdb-documentation/data-pipeline/getting-started/monitoring-pipeline.md): This Page explains How we can monitor the Pipelines.


---

# Agent Instructions: 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://docs.bdb.ai/bdb-documentation/data-pipeline/getting-started.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.
