# DataBridge Docs

DataBridge is an open source library for natural language search and management of multi-modal data. Get started by [installing](/databridge-docs/getting-started/installation.md) databridge now!

## Overview

* 🧺 **All-in-One Solution**: Take care of storage, management, parsing, embedding, and search through a single RESTful API or our Python SDK.
* 📺 **Multi-Modal ingestion**: Ingest files and data of a variety of formats and types, including `.jpeg`, `.pdf`, `.csv`, and more. (Video coming soon!)
* 🔍 **Hybrid Search**: Search over your data using a mixture of natural language as well as metadata filtering.

## Getting Started

* [Installation & Setup](/databridge-docs/getting-started/installation.md) - Set up the DataBridge server
* [Quick Start](/databridge-docs/getting-started/quickstart.md) - Start using DataBridge in minutes

## API Documentation

* [API Overview](/databridge-docs/api-reference/overview.md) - Introduction to the DataBridge API
* [API Endpoints](/databridge-docs/api-reference/endpoints.md) - Detailed endpoint reference
* [Python SDK](broken://pages/vN753YTUgVet1FCXe4YH) - Complete SDK documentation

## User Guides

* [Document Ingestion](https://github.com/databridge-org/databridge-docs/blob/main/user-guides/ingestion.md) - Ingesting and managing documents
* [Querying](https://github.com/databridge-org/databridge-docs/blob/main/user-guides/querying.md) - Search and retrieve documents


---

# 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://databridge.gitbook.io/databridge-docs/readme.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.
