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

# AI Suggestions

> Let Bizzy draft your business profile, offerings, and presences

Every section of the Business page has a **Suggest** button that uses an LLM to
draft content based on what you've already filled in. It's the fastest way to go
from an empty profile to a useful one.

<Frame>
  <img src="https://mintcdn.com/thebizzycomapny/LTbGbhRRJUQlFsAe/images/user-guide/businesses/ai-suggestions-modal.png?fit=max&auto=format&n=LTbGbhRRJUQlFsAe&q=85&s=96919c5595584b1830ec8b2334989237" alt="AI suggestions review modal" width="800" height="500" data-path="images/user-guide/businesses/ai-suggestions-modal.png" />
</Frame>

## How suggestions work

1. Click **Suggest** on any block (Name, Description, Industries, Offerings,
   Online Presences, Physical Presences).
2. Bizzy sends the existing business context to the LLM and asks for **1–5
   suggestions** for that section.
3. A modal shows the suggestions. Select the ones you want.
4. Click **Add** — the selected items are created in a single batch operation.

The LLM is instructed to avoid duplicating items you already have, so repeat
clicks generally produce new ideas rather than the same ones again.

## What gets sent to the LLM

* Your business name
* Business description
* Industries you've selected
* Other entities already on the page (for context and to avoid duplicates)

Nothing is sent except what you've already typed into the Business page.

## Per-type behavior

| Block                  | Typical suggestions                                      |
| ---------------------- | -------------------------------------------------------- |
| **Name**               | Cleaner or more formal versions of what you typed        |
| **Description**        | A drafted paragraph based on name + industries           |
| **Industries**         | Categories that might apply given name + description     |
| **Offerings**          | 3–5 likely products/services based on industries         |
| **Online presences**   | Guessed URLs for website and common social platforms     |
| **Physical presences** | Rarely useful — the LLM doesn't know your real addresses |

## Rate limiting

Suggestions are rate-limited to **10 requests per minute per user**. If you hit
the limit, wait a minute and try again.

## When to trust suggestions

* **Always review.** Especially URLs and addresses — AI guesses can look right
  and be wrong.
* **Prefer editing to accepting verbatim.** The suggestion is a draft; shape it
  to match your actual business.
* **Combine with manual input.** Use suggestions to start a section, then edit.

## Next steps

<CardGroup cols={2}>
  <Card title="Profile" icon="building" href="/user-guide/businesses/profile">
    Review the core fields
  </Card>

  <Card title="Offerings" icon="box" href="/user-guide/businesses/offerings">
    Iterate on what you sell
  </Card>
</CardGroup>
