# Setup and Development

### Preparation

To set up the integration, partners should contact the ManageBac team to obtain `client_id` and `client_secret` team and provide OAuth callback URI.

The provided Callback URI must either be a valid https URI for a production deployment.

(link to form)

The OpenID Provider Configuration URLs of the three regions are:

1. Global: <https://accounts.faria.org/.well-known/openid-configuration>
2. China: <https://accounts.faria.cn/.well-known/openid-configuration>
3. US: <https://accounts.us.faria.org/.well-known/openid-configuration>&#x20;

With the above information, third-party providers will be able to enable the user-facing flow on their login landing page.

### Launch

For the log-in landing page:

* Include client JavaScript: `https://accounts.devel.faria.org/assets/launchbar-client.js`
* Add any element with ID `managebac-account-picker`&#x20;
  * `<a id="managebac-account-picker" href="javascript:void(0)">Launchpad</a>`

\ <br>


---

# 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://guide.fariaedu.com/integrations-portal/managebac/single-sign-on-sso/setup-and-development.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.
