# Inviting Your Customer

To establish a connection and retrieve data from Your Customer's Accounting System, you must invite them to use the [Onboarding Flow](/onboarding-flow/onboarding-flow.md). You can do this in several ways.

### Embed it within Your Platform

You can embed the Onboarding Flow in an iframe so that you control the size and layout of the flow, and the area outside the iframe (e.g. your app chrome or branding). Your Customer completes the flow without leaving Your Platform.

### Redirect to the Onboarding Flow

You can redirect Your Customer from Your Platform to the Onboarding Flow. When they finish, they can be redirected back to Your Platform automatically. Use the [redirect URL parameters](/onboarding-flow/url-and-parameters.md) to configure the return URL and delay.

### Direct link

If you share a link to the Onboarding Flow with Your Customer (e.g. via email), you should first direct them to Your Platform, where you create a new Consent, generate a [One-Time Code](/onboarding-flow/one-time-code.md), and then redirect them to the Onboarding Flow. Do not share a direct link via another channel (e.g. email) without this flow—the One-Time Code could expire or be consumed by link previews (e.g. email scanners, Slack), causing the link to fail.

{% hint style="danger" %}
Do not share a direct link to the Onboarding Flow except from within Your Platform. If you share a direct link via another method (e.g. email), the One-Time Code could expire or be invalidated by link previews, causing unexpected behaviour.
{% endhint %}


---

# 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.zwapgrid.com/onboarding-flow/inviting-your-customer.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.
