> For the complete documentation index, see [llms.txt](https://docs.fastn.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fastn.ai/reference.md).

# Reference

### In this section

[**Glossary**](/reference/glossary.md) — Definitions of the core terms used across the platform, matched to the exact language the product uses.

[**Customer Model**](/reference/customer-model.md) — What a customer is, the fields on a customer record, identifiers, status, and per-customer quotas.

[**Connectors**](/reference/connectors.md) — The connector list, MANAGED vs PERSONAL badges, authentication types, and the connector-vs-connection distinction.

[**Workflows**](/reference/workflows.md) — The runtime API (`ctx`, `fastn.connector`, `fastn.db`, `fastn.state`, `fastn.secrets`), the editor, execution tiers, retry policy, and the workflow lifecycle.

[**Triggers**](/reference/triggers.md) — Webhook, Scheduler, and App Event triggers, their configuration fields, and the Dead Letter Queue option.

[**RBAC & Security**](/reference/rbac-and-security.md) — The six system roles, permission categories, custom roles, and data isolation.

[**MCP Gateway**](/reference/mcp-gateway.md) — The Control Plane (Admin MCP) and Data Plane (Customer Gateway) for exposing integrations as tools to AI agents.

[**Activity**](/reference/activity.md) — The admin view for monitoring events, connector traces, workflow executions, and alert rules across your workspace.

[**API Reference**](/reference/api-reference.md) — The workflow execution API: endpoint, authentication headers, and request/response shapes.

[**Alerts**](/reference/alerts.md) — Alert conditions (error rate, latency, throughput, failure count) and how to configure them.

[**Audit Log**](/reference/audit-log.md) — The record of administrative actions, its columns, and how to read entries.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.fastn.ai/reference.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
