---
title: "POST /assistant/onboarding/prompt-suggestions/"
method: POST
path: "/assistant/onboarding/prompt-suggestions/"
tags: ["AI Assistant"]
---

# POST /assistant/onboarding/prompt-suggestions/

`POST /assistant/onboarding/prompt-suggestions/`

Suggests databases the user could create during the onboarding, based on the industry and team they provided. The first suggestion is the most relevant one.

## Request body

- OnboardingPromptSuggestionsRequest
  - `industry` string — The industry the user works in.
  - `team` string — The team the user is part of.
  - `language` string — ISO 639 language code the suggestions must be written in. Falls back to the language of the user's profile.

## Response `200`

- OnboardingPromptSuggestions
  - `suggestions` OnboardingPromptSuggestion[], required
    - `name` string, required — Short label describing the suggestion.
    - `prompt` string, required — The prompt that can be used to create the database.

## Other responses

- `400`

---

[API](https://skmtc.net/baserow/apis/baserow-api-spec.md) · [All operations](https://skmtc.net/baserow/apis/baserow-api-spec/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/baserow/baserow-api-spec/revisions/ea4a3480f8d3/schema)
