--- title: 'Home' description: Documentation of DocsGPT - quickstart, deployment guides, model configuration, and widget integration documentation. --- import { Cards, Card } from 'nextra/components' import Image from 'next/image' export const allGuides = { "quickstart": { "title": "⚡️ Quickstart", "href": "/quickstart" }, "DocsGPT-Settings": { "title": "⚙️ App Configuration", "href": "/Deploying/DocsGPT-Settings" }, "Docker-Deploying": { "title": "🛳️ Docker Setup", "href": "/Deploying/Docker-Deploying" }, "Development-Environment": { "title": "🛠️Development Environment", "href": "/Deploying/Development-Environment" }, "https://gptcloud.arc53.com/": { "title": "🧑‍💻️ API", "href": "https://gptcloud.arc53.com/", "newWindow": true }, "cloud-providers": { "title": "☁️ Cloud Providers", "href": "/Models/cloud-providers" }, "local-inference": { "title": "🖥️ Local Inference", "href": "/Models/local-inference" }, "embeddings": { "title": "📝 Embeddings", "href": "/Models/embeddings" }, "api-key-guide": { "title": "🔑 Getting API key", "href": "/Extensions/api-key-guide" }, "chat-widget": { "title": "💬️ Chat Widget", "href": "/Extensions/chat-widget" }, "search-widget": { "title": "🔎 Search Widget", "href": "/Extensions/search-widget" }, "Customising-prompts": { "title": "️💻 Customising Prompts", "href": "/Guides/Customising-prompts" } }; # **DocsGPT 🦖** DocsGPT is an open-source genAI tool that helps users get reliable answers from any knowledge source, while avoiding hallucinations. It enables quick and reliable information retrieval, with tooling and agentic system capability built in. Try it yourself: [https://www.docsgpt.cloud/](https://www.docsgpt.cloud/) ### Features: - **Chat** - Ask any question on your mind and get instant answers - **Bots** - Easily connect DocsGPT's *brain* to widgets and chatbots - **Tools** - Build complex workflows with model performing all actions - **RAG** - Connect any document to give model reliable knowledge - **Open source** - Customize anything with clear codebase - **Platform Agnostic** - Connect any LLM that suits your needs ( ))} />