> ## Documentation Index
> Fetch the complete documentation index at: https://docs.base44.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Setup checklist

> Everything you need to do to get a white label integration running.

<Steps>
  <Step title="Get your credentials">
    A workspace admin gets you a [personal API key](/developers/white-label/tenancy-and-credentials#the-credential) for the Base44 account your integration will build as. That account needs an editor-capable role in your workspace.
  </Step>

  <Step title="Set your design system as the workspace default">
    A workspace admin sets the [design system](/developers/white-label/design-system) in Base44's own workspace settings. Without this step, apps build with no design system at all.
  </Step>

  <Step title="Add workspace skills">
    A workspace admin adds [workspace skills](/developers/white-label/skills-and-mcp#skills) in Base44's own workspace settings.
  </Step>

  <Step title="Connect MCP servers, if your build needs them">
    A workspace admin connects [MCP servers](/developers/white-label/skills-and-mcp#mcp-servers) on the account your builds run as. Connect them once and every build can use them.
  </Step>

  <Step title="Implement the build-turn loop">
    You build the create, watch, answer, and ship loop, which makes up a [build turn](/developers/white-label/the-build-turn). Optionally, set [custom instructions](/developers/white-label/custom-instructions) on each app.
  </Step>
</Steps>
