Skip to main content
Custom instructions are free text instructions stored at the app level and sent to Base44’s agent on every turn. Unlike the design system, skills, and MCP connections, which apply to everything built in your workspace, custom instructions belong to a single app. Use custom instructions to tell the agent:

Set custom instructions

Set custom instructions using the custom_instructions field when creating an app by calling Create app. You cannot add custom instructions to an app after it’s already created. The instructions are sent to the agent on each turn when building the app. Only the first 10,000 characters are sent. Longer text is stored in full but silently cut off in the prompt.

Connect back to your platform

When you use custom instructions to connect an app back to your platform, be explicit about how the integration should work. For example, specify:
  • Which entities hold which data
  • Their row-level security rules
  • Which API calls are allowed
  • What should be read-only

See also