> 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/tutorials/end-user.md).

# End User

These tutorials are for the people who use integrations through the widget embedded in a SaaS product. You don't need a Fastn account or dashboard access — everything happens inside the product you already use.

{% hint style="info" %}
**Note for SaaS Admins:** Share this section with your customers when they ask how to use the integrations you've embedded. These tutorials describe the end user experience through the widget, not the Fastn dashboard.
{% endhint %}

### Tutorials in this section

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

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

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


---

# 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/tutorials/end-user.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.
