# Larkup-RAG ## Docs - [CLI Reference](https://larkuprag.larkup.de/docs/advanced/cli.md): Control your pipeline from the terminal. - [Create Document](https://larkuprag.larkup.de/docs/api-reference/endpoints/create-document.md): Ingest a new document into the corpus. - [Delete Document](https://larkuprag.larkup.de/docs/api-reference/endpoints/delete-document.md): Delete an existing document from the corpus. - [Get Document](https://larkuprag.larkup.de/docs/api-reference/endpoints/get-document.md): Retrieve a specific document by its ID. - [List Documents](https://larkuprag.larkup.de/docs/api-reference/endpoints/get-documents.md): Retrieve a list of ingested documents in the corpus. - [Check Health](https://larkuprag.larkup.de/docs/api-reference/endpoints/health.md): Checks if the generated RAG server is running and responsive. - [Query Data](https://larkuprag.larkup.de/docs/api-reference/endpoints/query.md): Retrieve relevant document chunks based on a query. - [Scrape URL](https://larkuprag.larkup.de/docs/api-reference/endpoints/scrape.md): Trigger a web scraping job to ingest content from a URL. - [Update Document](https://larkuprag.larkup.de/docs/api-reference/endpoints/update-document.md): Update an existing document in the corpus. - [API Reference Overview](https://larkuprag.larkup.de/docs/api-reference/overview.md): Interact with your generated RAG Server over HTTP. - [RAG Configuration](https://larkuprag.larkup.de/docs/guide/configuration.md): Select your RAG strategy, vector stores, and embedding models. - [Your First RAG Server](https://larkuprag.larkup.de/docs/guide/create-rag-server.md): Generate, launch, and deploy a complete RAG backend using the full app workflow. - [Data Ingestion](https://larkuprag.larkup.de/docs/guide/data-ingestion.md): Ingest, scrape, and prepare your documents for the RAG pipeline. - [End-to-End Chat App](https://larkuprag.larkup.de/docs/guide/end-to-end-chat.md): A preview of the complete conversational UI launching soon in LarkupRAG. - [Installation](https://larkuprag.larkup.de/docs/guide/installation.md): How to install and run LarkupRAG. - [Quickstart](https://larkuprag.larkup.de/docs/guide/quickstart.md): Build your first pipeline in 5 steps. - [Test Server & Integration](https://larkuprag.larkup.de/docs/guide/test-integration.md): Verify your server deployment and connect to it using the LarkupRAG SDK. - [Introduction](https://larkuprag.larkup.de/docs/index.md) - [Overview](https://larkuprag.larkup.de/docs/sdk/overview.md): Programmatically interact with the Larkup RAG API. - [Python](https://larkuprag.larkup.de/docs/sdk/python.md): How to install and use the Larkup RAG Python SDK. - [TypeScript](https://larkuprag.larkup.de/docs/sdk/typescript.md): How to install and use the Larkup RAG TypeScript SDK.