# Genkit > Open-source GenAI toolkit for JS, Go, and Python. ## Documentation Sets - [Abridged documentation](https://genkit.dev/llms-small.txt): a compact version of the documentation for Genkit, with non-essential content removed - [Complete documentation](https://genkit.dev/llms-full.txt): the full documentation for Genkit - [Building AI Workflows](https://genkit.dev/_llms-txt/building-ai-workflows.txt): Guidance on how to generate content and interact with LLM and image models using Genkit. - [Deploying AI Workflows](https://genkit.dev/_llms-txt/deploying-ai-workflows.txt): Guidance on how to deploy Genkit code to various environments including Firebase and Cloud Run or use within a Next.js app. - [Observing AI Workflows](https://genkit.dev/_llms-txt/observing-ai-workflows.txt): Guidance about Genkit's various observability features and how to use them. - [Writing Plugins](https://genkit.dev/_llms-txt/writing-plugins.txt): Guidance about how to author plugins for Genkit. - [Plugin Documentation](https://genkit.dev/_llms-txt/plugin-documentation.txt): Provider-specific documentation for the Google AI, Vertex AI, Firebase, Ollama, Chroma, and Pinecone plugins. ## Notes - The complete documentation includes all content from the official documentation - The content is automatically generated from the same source as the official documentation