# Getting Started

Fastn is an embedded integration platform for SaaS companies. You embed it into your product, and your customers get native integrations with the apps they already use without you building or maintaining the overall infrastructure.

This section walks you through the platform from first principles to a working integration.

<figure><img src="/files/FrqCJLVfp0wcBd3HogV6" alt=""><figcaption></figcaption></figure>

### In this section

[**What is Fastn**](/fastn/getting-started/what-is-fastn.md) — Who the platform is for, what it replaces, and how the core product areas work together.

[**Platform Overview**](/fastn/getting-started/platform-overview.md) — How the platform is organized. Covers the four main sections (Home, Integrations, Activity, Settings), the onboarding steps, and the architecture underneath.

[**Signing Up as a SaaS Partner** ](/fastn/getting-started/signing-up-as-a-saas-partner.md)— Create your account, pass the validation pipeline, and get your API keys and dashboard access.

[**Your First Integration**](/fastn/getting-started/your-first-integration.md) — Build a working integration from scratch i.e. create a connector, write a workflow, set up a trigger, and test the full loop.

If you already have a Fastn account and want to jump straight to building, go to [Your First Integration](https://docs.fastn.ai/~/revisions/syzyb9fquxvsttnXzZup/fastn/getting-started/your-first-integration).


---

# 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/fastn/getting-started.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.
