# Tutorials

These tutorials are hands-on walkthroughs that teach you how to use Fastn by building real things. Each tutorial has a clear outcome and by the end, you'll have something working.

**Prerequisites:** Complete the [Getting Started](https://docs.fastn.ai/~/revisions/aj5eaS57qHvafrgYtfbL/fastn-v2/getting-started) section first. These tutorials assume you have a Fastn account and basic familiarity with the dashboard.

### SaaS Admin tutorials

For the person setting up and managing Fastn within their SaaS product.

[**Setting Up Your Organization** ](/tutorials/saas-admin/setting-up-your-organization.md)— Configure org settings, API keys (Test & Live), secrets, environments, OAuth Apps, and invite your team.

[**Creating a Workflow via AI**](/tutorials/saas-admin/creating-a-workflow-via-ai.md) — Use "Build with AI" to create workflows by describing what you need in plain language.

[**Building Your Widget**](/tutorials/saas-admin/building-your-widget.md) — See how widget builder works and how it can work for your customers

[**Managing Customers**](/tutorials/saas-admin/managing-customers.md) — Create customers, scope API calls, customize quota limits, and monitor activity.

[**Roles & Permissions Setup**](/tutorials/saas-admin/roles-and-permissions-setup.md) — Assign system roles (Owner, Admin, Developer, Operator, Viewer, End User), create custom roles, and manage access.

### End User tutorials

For the people who use integrations through the embedded widget in a SaaS product.

[**Connecting Apps via Widget** ](/tutorials/end-user/connecting-apps-via-widget.md)— Find available integrations, authorize your accounts, and activate connections.

[**Customizing Your Integrations**](/tutorials/end-user/customizing-your-integrations.md) — Configure sync preferences, field mappings, and scheduling.

[**Viewing Sync Status & History** ](/tutorials/end-user/viewing-sync-status-and-history.md)— Check what's syncing, view history, and troubleshoot failures.


---

# Agent Instructions: 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/tutorials.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.
