# Getting Started

Connect API interactions originate from a "Partner" – your business and its master sFOX account. sFOX Connect enables Partners to automate onboarding and account verification process for your end users and interact with those end users' accounts without users having to leave your platform.

Connect integrations follow the following structure/hierarchy:

<div align="left" data-full-width="false"><figure><img src="/files/8vIXY8n7FTtlU6MjvW36" alt="" width="375"><figcaption></figcaption></figure></div>

## How it works

The sFOX Connect API provides a simple and secure method for you to instantly offer sFOX's suite of digital asset services to your users:

1. **Onboarding & Verification:** Create and verify an sFOX account for your user
   1. Send your user's KYC information to sFOX
   2. sFOX Connect will create and verify an sFOX account for your user
2. **Generate User Authentication Token:** Retrieve an authentication token to interact with this user's sFOX account
   1. You now have access to the user's sFOX account and your user has access to sFOX's products and features all from within your application


---

# 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.sfox.com/connect/introduction/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.
