# Fontana documentation for AI agents

Fontana publishes plain markdown exports you can fetch in one request: product docs only, or the full marketing site plus docs.

Fontana is an **Agent Harness**, **Knowledge Graph**, and **Workflow Engine** - integrated as a governed **AI platform** for organisations with strict compliance, audit, and operational control requirements.

You use Fontana to design data pipelines on an interactive canvas, run them on a reactive server-side engine, and layer **governed AI agents** on top with tools, skills, and approved model access. Every workspace is isolated; every privileged action can leave audit evidence.

## URLs

| Resource | URL |
| --- | --- |
| Product docs only | `https://fontana-ai.com/docs/ai/llms_docs.md` |
| Full site corpus (marketing + docs) | `https://fontana-ai.com/docs/ai/fontana_full.md` |
| This skill file | `https://fontana-ai.com/docs/ai/skill.md` |

## Quick start

1. Fetch `https://fontana-ai.com/docs/ai/llms_docs.md` when you need Fontana product documentation (workflows, deployment, security, compliance).
2. Fetch `https://fontana-ai.com/docs/ai/fontana_full.md` when you also need marketing pages (platform, solutions, company, legal).
3. Treat each `# Page title` section as one page. Each section includes `## Description:` and `## url:` metadata, then page body content.
4. Prefer canonical `## url:` links when citing pages for a human reader.

## Install as a local skill (optional)

Set `SKILL_DIR` to your agent's skills folder, then run:

```bash
SKILL_DIR=~/path/to/your-agent/skills/fontana-docs
mkdir -p "$SKILL_DIR"
curl -fsSL https://fontana-ai.com/docs/ai/skill.md > "$SKILL_DIR/SKILL.md"
```

Agent runtimes use different paths (for example `~/.cursor/skills`, `~/.claude/skills`, or a project `.agents/skills` directory). Check your agent's docs for the correct location.

Or read this file directly from `https://fontana-ai.com/docs/ai/skill.md` on each session.

## Human handoff prompt

Humans can paste this into their AI assistant:

```
Read https://fontana-ai.com/docs/ai/skill.md and follow the instructions. For Fontana product documentation fetch https://fontana-ai.com/docs/ai/llms_docs.md. For the full site (marketing pages and docs) fetch https://fontana-ai.com/docs/ai/fontana_full.md
```
