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

# Limits and verticals

> Meta's limits for instructions, titles and descriptions, and the business verticals enabled for Meta Business Agent.

## Meta's limits

These limits are defined by Meta and apply to the Meta Business Agent configuration.

| Field              | Limit             | Format                                                          |
| :----------------- | :---------------- | :-------------------------------------------------------------- |
| Agent instructions | 20,000 characters | Plain text                                                      |
| Skill title        | 64 characters     | *Slug* style: lowercase, digits and hyphens, no trailing hyphen |
| Description        | 1024 characters   | Plain text                                                      |

<Info>
  **Source:** Meta API schema for `agent_config/skills` (`BizAIOmniChannelSkillsRequest`). Verified on **August 21, 2026** against the live API with `X-API-Version: 1.0.0`.
</Info>

Examples of valid and invalid skill titles:

```text theme={null}
check-order-status       ✅
verify-identity-2        ✅
Check Order Status       ❌  uppercase and spaces
check_order_status       ❌  underscore
check-order-status-      ❌  ends with a hyphen
```

<Note>
  The **no trailing hyphen** rule is Meta's, not a Jelou validation: a title ending in a hyphen is rejected by Meta's API with a `400` error.
</Note>

<Tip>
  Write specific descriptions. The description is what the agent uses to decide when to invoke each tool: if it is vague, it will invoke it at the wrong moments or never invoke it at all.
</Tip>

## Enabled verticals

According to Meta's official documentation, these are the business verticals enabled for Meta Business Agent:

* Automotive
* Consumer packaged goods (CPG)
* Professional services
* Retail and ecommerce
* Travel

<Note>
  This list reflects what Meta currently enables and may change on Meta's side. If your business does not clearly fit one of these verticals, validate eligibility before planning the implementation.
</Note>
