> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: Sample Flows ## Article: Sample Flows ## Article Link: https://dev.wix.com/docs/api-reference/account-level/sites/projects/sample-flows.md ## Article Content: # Projects: Sample Use Cases & Flows This article presents possible use cases and corresponding sample flows that you can support. This can be a helpful jumping off point as you plan your implementation. ## Onboard agency clients You can streamline your agency's client onboarding process by automatically creating customized sites when new clients sign up for your services. This eliminates manual setup time and helps ensure consistent branding and functionality across client sites. To onboard agency clients, follow these steps: 1. When a new client signs up through your agency management system, gather their business information including name, business type, industry, and preferred style for their site. 2. Select an appropriate template ID based on the client's industry and preferred style. For examples by business type, see [Site Template IDs](https://dev.wix.com/docs/api-reference/account-level/projects/project-v1/site-template-ids.md). 3. Choose relevant apps to pre-install based on the client's business needs. For a list of available apps, see [Apps Created by Wix](https://dev.wix.com/docs/api-reference/articles/work-with-wix-apis/platform/about-apps-created-by-wix.md). 4. Call [Create Project](https://dev.wix.com/docs/api-reference/account-level/projects/project-v1/create-project.md) and specify the template ID from step 2, any selected apps from step 3, and `'WIX'` as the project type. 5. Store the returned `metaSiteId` in your client database, and provide the client with their site's dashboard URL: `https://manage.wix.com/dashboard/{metaSiteId}`.