User Guides

User Guides are Markdown documentation generated for your model-driven apps, built deterministically from the crawled data. They describe every area, table, automation, and integration an app touches — free, for every app, with nothing to configure.

What Are User Guides?

Model-driven apps often lack end-user documentation. Teams build apps, but nobody writes the manual. User Guides solve this by assembling the app's sitemap, tables, forms, views, and automations — everything Cartographer already crawled — into a structured guide that explains how the app is put together.

The guide is built the same way component summaries are: from a deterministic template, not a language model. There is no AI involved and nothing is sent anywhere — the guide is assembled entirely from metadata already sitting in your own environment.

The generated guide is written in Markdown and can be viewed directly in Cartographer or copied to a wiki.

How to Generate a User Guide

  1. 1

    Navigate to Solution Manager

    Open the Cartographer app and go to Solution Manager.

  2. 2

    Find the User Guides section

    It lists every model-driven app found across all of your crawled solutions, one row per app.

  3. 3

    Click Generate Guide

    Click Generate Guide next to the app you want to document — or Regenerate if it already has one and you want to refresh it after changes.

  4. 4

    View the guide

    Once generation finishes, click View to open the guide in a formatted preview panel.

User Guides section in Solution Manager

What's Included in a Guide

Every guide is built from the same nine sections, in order:

Overview

Counts captured by the crawl — tables, forms, views, automations, integrations, security roles, and plugin assemblies referenced by the app

Navigation

The app's sitemap, walked area by area, group by group, down to each sub-area

Tables

Every table the app references

Automations

Cloud flows, plugin steps, classic workflows, business rules, business process flows, and custom APIs, grouped together

Custom APIs

Each custom API's own call contract — bound or unbound, request parameters, and response properties

Integrations

Connection references, custom connectors, and environment variables the app depends on

Plugin Assemblies

The assemblies that ship with the solution and the plugin types each one contains

Security Roles

The security roles captured for the crawl configuration

Glossary

Table logical names and component unique names, for translating between what users see and what's underneath

Plugin Assemblies, Security Roles, and the Glossary are the newest additions to the guide structure. A section reports what the crawl actually captured — a count of zero for a given type means the crawl found none, not that the section was skipped.

Viewing and Copying

User Guides are stored in Markdown format and can be used in a couple of ways:

  • View in Cartographer — the guide renders in a formatted preview pane directly in the app
  • Copy Markdown — copy the raw Markdown to your clipboard and paste it into a wiki (SharePoint, Confluence, Notion, GitHub), documentation site, or any Markdown editor
The Markdown output is clean and well-structured, making it easy to integrate into your existing documentation workflows. Many teams paste it directly into their SharePoint or Confluence wiki.

Regenerating Guides

When your app changes — new forms, updated views, additional areas — you should regenerate the User Guide to keep it current. Find the app in the User Guides section of Solution Manager and click Regenerate. Cartographer rebuilds the guide from the latest crawl data and overwrites the previous version.

We recommend regenerating guides after major solution updates, especially after adding new tables, forms, or sitemap areas to an app — and re-crawling the solution first, so the guide is built from current metadata.