> 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/~/revisions/aj5eaS57qHvafrgYtfbL/tutorials.md).

# Tutorials

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

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

### SaaS Admin tutorials

<table data-view="cards"><thead><tr><th></th></tr></thead><tbody><tr><td></td></tr></tbody></table>

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

[**Setting Up Your Organization**](https://claude.ai/chat/saas-admin/setting-up-your-organization.md) — Configure your organization profile, environments, API keys, and project settings after first login.

[**Configuring a Connector**](https://claude.ai/chat/saas-admin/configuring-a-connector.md) — Set up a connector with OAuth, configure its capabilities, and test it with a tenant's credentials.

[**Creating a Workflow via Chat**](https://claude.ai/chat/saas-admin/creating-a-workflow-via-chat.md) — Use the AI Workflow Builder agent to create a flow by describing what you need in plain language.

[**Embedding the Widget**](https://claude.ai/chat/saas-admin/embedding-the-widget.md) — Build a widget, configure actions and branding, generate the embed code, and integrate it into your product's frontend.

[**Managing Tenants**](https://claude.ai/chat/saas-admin/managing-tenants.md) — Create tenants, assign credentials, scope API calls per tenant, and monitor tenant-level activity.

[**Roles & Permissions Setup**](https://claude.ai/chat/saas-admin/roles-and-permissions-setup.md) — Configure RBAC for your team — assign roles, understand the permission matrix, and set up access scoping.


---

# 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/~/revisions/aj5eaS57qHvafrgYtfbL/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.
