> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.apologist.ai/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.apologist.ai/_mcp/server.

# Getting Started

Use Fusion when you want Apologist Agent capabilities embedded directly in your own application.

## Integration checklist

#### Choose an Agent

Select from the available worldview-specific conversational agents, or build a custom Agent for your use case.

#### Pick response behavior

Decide whether your application needs streaming responses, non-streaming responses, and which output format it should request.

#### Pass optional context identifiers

If useful, send user, session, or conversation identifiers so your application can preserve continuity across conversations.

#### Render citations

Plan your UI so cited sources returned with responses are visible and useful to readers.

## Compatibility

Fusion's API signatures are described as modeled after the OpenAI spec, which means existing OpenAI-compatible libraries and SDKs may be a good starting point for client integration.

## Source

This integration checklist is based on the public Apologist Fusion product page.