# SmallDocs developer documentation SmallDocs renders agent-authored Markdown and rich documents inside web applications. ## Use the SDK - [SDK integration guide](https://smalldocs.org/developers/integration.md): Install, render, update, destroy, security, and loading. - Current browser module: `https://smalldocs.org/sdk/0.3.0/smalldocs.js` ## Author with an agent - [Agent authoring guide](https://smalldocs.org/developers/agents.md): Give an agent the SmallDocs authoring skill or fetch the references directly. ## Authoring SmallDocs Markdown - [Markdown and navigation](https://smalldocs.org/developers/authoring/markdown.md) - [Code](https://smalldocs.org/developers/authoring/code.md) - [Math](https://smalldocs.org/developers/authoring/math.md) - [Mermaid diagrams](https://smalldocs.org/developers/authoring/diagrams.md) - [Charts](https://smalldocs.org/developers/authoring/charts.md) - [Computed cells](https://smalldocs.org/developers/authoring/cells.md) - [Slides](https://smalldocs.org/developers/authoring/slides.md) - [Custom slide shapes](https://smalldocs.org/developers/authoring/slide-shapes.md) - [Runnable HTML](https://smalldocs.org/developers/authoring/apps.md) - [Document walkthroughs](https://smalldocs.org/developers/authoring/walkthroughs.md) - [Video](https://smalldocs.org/developers/authoring/video.md) - [Styles](https://smalldocs.org/developers/authoring/styles.md) ## Complete agent resources - [Full SDK and authoring reference](https://smalldocs.org/developers/llms-full.txt) - [Skill catalog](https://smalldocs.org/.well-known/agent-skills/index.json) - [Renderer integration skill](https://smalldocs.org/.well-known/agent-skills/smalldocs-renderer/SKILL.md) - [Document authoring skill](https://smalldocs.org/.well-known/agent-skills/smalldocs-author/SKILL.md) ## Install `npx skills add https://smalldocs.org --skill smalldocs-renderer` `npx skills add https://smalldocs.org --skill smalldocs-author`