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

# Config-time agents

> AI agents built into FlowX Designer that help you create processes, UIs, and business rules faster.

Config-time agents are AI assistants embedded directly in FlowX Designer. They help developers and business analysts build applications faster by automating repetitive tasks and providing intelligent suggestions.

<img className="block dark:hidden" src="https://mintcdn.com/flowxai/CH7X7nDyzWRQEeu0/5.9/ai-platform/pre-built-agents/images/ai-core/ai-core-dark.svg?fit=max&auto=format&n=CH7X7nDyzWRQEeu0&q=85&s=ea718a83c0faf938cd784aa2f67e7d34" alt="Config-time agents architecture" width="883" height="988" data-path="5.9/ai-platform/pre-built-agents/images/ai-core/ai-core-dark.svg" />

<img className="hidden dark:block" src="https://mintcdn.com/flowxai/CH7X7nDyzWRQEeu0/5.9/ai-platform/pre-built-agents/images/ai-core/ai-core-light.svg?fit=max&auto=format&n=CH7X7nDyzWRQEeu0&q=85&s=1d1c234bd8e5ec543298f51d5f247149" alt="Config-time agents architecture" width="883" height="988" data-path="5.9/ai-platform/pre-built-agents/images/ai-core/ai-core-light.svg" />

***

## Available agents

<CardGroup cols={2}>
  <Card title="Analyst" icon="magnifying-glass-chart" href="./ai-analyst">
    Build and optimize BPMN processes using AI to generate, validate, and enhance workflows
  </Card>

  <Card title="Assistant" icon="message-bot" href="./ai-assistant">
    Answer questions about FlowX platform and your organization based on documentation
  </Card>

  <Card title="Designer" icon="palette" href="./ai-designer">
    Convert natural language prompts, Figma designs, or sketches into UI layouts
  </Card>

  <Card title="Developer" icon="code" href="./ai-developer">
    Generate business rules and code expressions using natural language
  </Card>
</CardGroup>

***

## Access AI in FlowX Designer

Use **Cmd/Ctrl+K** anywhere in FlowX Designer to open the Command Palette and access AI features.

<Frame>
  ![Command Palette](https://s3.eu-west-1.amazonaws.com/docx.flowx.ai/470/command_palette.png)
</Frame>

You can also look for the **✨ icon** throughout the interface to find AI-powered features.

***

## LLM flexibility

Config-time agents support multiple LLM deployment options:

| Option              | Description                                                   |
| ------------------- | ------------------------------------------------------------- |
| **Custom models**   | Run your own LLM models through the model registry            |
| **Internal LLMs**   | Connect to your organization's LLMs via OpenAI-compatible API |
| **Cloud providers** | Use OpenAI, Google, Microsoft, Anthropic, or other providers  |

Access to LLMs can be configured through a proxy or gateway. Configure endpoints via environment variables.

***

## Related resources

<CardGroup cols={2}>
  <Card title="AI in FlowX" icon="hand-sparkles" href="../ai-in-flowx">
    Overview of all AI capabilities
  </Card>

  <Card title="Agent Builder" icon="hammer" href="../agent-builder/overview">
    Create custom business agents
  </Card>
</CardGroup>
