> ## Documentation Index
> Fetch the complete documentation index at: https://koreai-content-gov.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Catalog settings

Catalog settings manage response templates, reusable modules, publishing configuration, and trace metadata.

## Templates

The **Template Catalog** displays all available response templates for agents in this project.

**Navigation**: **Project** → **Settings** → **Templates**

**Categories**

| Category     | Description                                                                    |
| ------------ | ------------------------------------------------------------------------------ |
| **Content**  | Structured content responses (Markdown, HTML, Adaptive Card, Slack Block Kit). |
| **Media**    | Media-rich responses (WhatsApp, AG-UI, Carousel).                              |
| **Data**     | Data-driven responses.                                                         |
| **Input**    | Collecting user input (Quick Replies).                                         |
| **Feedback** | Collecting user feedback.                                                      |

Each template card shows the template name, description, content type, web rendering mode, preview mode, and DSL insertability. Click **New Asset** to create a custom template.

***

## Imported modules

The **Imported Modules** page shows modules imported into this project from the catalog or other projects.

**Navigation**: **Project** → **Settings** → **Imported Modules**

Imported modules are reusable agent components (agents, tools, workflows) that other teams publish. The page lists all imported modules with their name, version, source project, and import date.

***

## Module publishing

The **Module Publishing** page lets you publish agents, tools, and workflows from this project as reusable modules that other projects can import.

**Navigation**: **Project** → **Settings** → **Module Publishing**

Publishing a module makes it available in the workspace module catalog. Configure which resources to include, set versioning, and manage access controls.

Module releases include exported agents, tools, and workflows. Exported workflows include both independent workflows and workflows referenced by workflow tools.

***

## Trace dimensions

The **Trace Dimensions** page lets you configure custom dimensions for trace data that appear in session traces and analytics.

**Navigation**: **Project** → **Settings** → **Trace Dimensions**

Define custom metadata fields that the system captures with every trace event. For each dimension, specify a name, source, and data type. Custom dimensions enrich trace data for granular filtering and analysis in the session browser and insights dashboard.

***

## Telemetry export

The **Telemetry Export** page sends this project's live LLM, agent, and tool telemetry metadata to an external observability provider.

**Navigation**: **Project** -> **Settings** -> **Telemetry Export**

### Destination

Store the provider connection details for this project.

| Field                 | Description                                                                                                                                                                                                               |
| --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Connection string** | Azure Monitor connection string that includes an `InstrumentationKey` and `IngestionEndpoint`. The field masks the value.                                                                                                 |
| **Data export level** | **Metadata only** (default) exports models, token usage, latency, and tool names, with no conversation content. **Full content** also exports LLM prompts, responses, and tool inputs/outputs.                            |
| **Trace grouping**    | **Per session** (default) creates one trace per conversation, with each turn appearing as its own agent invocation inside it. **Per turn** creates one trace per agent turn, with accurate per-trace duration and status. |
| **Status**            | Turns telemetry export to the configured destination on or off. Defaults to **Disabled**.                                                                                                                                 |

<Note>**Connection details required.** Provide an Azure Monitor connection string before saving a new telemetry exporter.</Note>

### Page actions

| Action       | Description                                      |
| ------------ | ------------------------------------------------ |
| **Validate** | Checks the destination details you entered.      |
| **Save**     | Saves the exporter configuration to the project. |
| **Reset**    | Returns the form to its last saved state.        |

***
