Documentation guide
InsForge docs: the fastest reading order for real product decisions
The official documentation is broad enough that a little reading order matters. The useful path is not every page. It is the pages that explain the mental model first: introduction, authentication, database, storage, functions, AI, deployments, and MCP setup.
For people landing on InsForge docs and wanting a faster path through the documentation than random link hopping.
The reading order that saves time
Start with the introduction because it explains the product thesis directly: an AI-optimized backend-as-a-service with PostgreSQL, JWT auth, S3-compatible storage, and agent-friendly interfaces. Then move to the primitives that your first workflow will actually need.
From there, read the architecture pages that match your workload. Database and auth usually come first. Storage follows if files matter. Functions matter when logic leaves the frontend. AI and deployments matter once the app loop becomes more agent-driven or production-minded.
- Introduction for product thesis and vocabulary.
- Authentication and database before everything else for most apps.
- Functions, AI, deployments, or MCP only as your first workflow demands them.
What the docs tell you about the product direction
The documentation repeatedly reinforces that InsForge is designed for agent-friendly development rather than only dashboard-driven human operation. That makes the docs useful not just as implementation detail, but as a clear signal of product philosophy.
If that philosophy matches the way your team builds, the docs will feel unusually coherent. If it does not, you will know quickly.
Questions worth answering before checkout
Where should a new team start in the docs?
Start at the introduction, then move straight into the primitives needed for your first end-to-end workflow rather than reading the entire tree.
Which doc area is the most unique?
MCP setup and the agent-facing backend architecture are the most distinctive parts because they reveal how InsForge wants coding agents to work.