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

# Project Settings

<a href="/release-notes/2026.3"><Badge className="version-badge" color="blue">Updated in 2026.3</Badge></a>

*Project Settings* are a set of configuration options that let you customize how your AI Agents operate. These settings apply to all resources within the Project. However, some settings can be overridden at the Flow level.

In Project settings, you can:

* Define default values for your Project, such as currency, time zone, and thresholds.
* Control analytics and data collection.
* Configure NLU behavior, including Intent recognition, Slot extraction, and confirmation logic.
* Connect your AI Agent to external services such as translation providers and speech providers.
* Select models for Knowledge AI and Generative AI features.
* Configure the Live Agent inbox.

To adjust Project settings, select a Project on the [Main page](/ai/overview/user-interface/main-page), then go to **Manage > Settings**.

## List of Settings

<AccordionGroup>
  <Accordion title="Currency Settings">
    | Setting               | Description                                                                                                                                                          |
    | --------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
    | Set Standard Currency | Defines the default currency for the [Goals](/ai/agents/analyze/goals-and-tasks/goals) feature when setting up the **Revenue Earnings** or **Cost Savings** metrics. |
  </Accordion>

  <Accordion title="NLU Settings">
    | Setting                              | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
    | ------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
    | **Embedding Model**                  |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
    | Embedding Model Provider             | Allows you to select **Cognigy** to use the Cognigy.AI NLU model, or to connect a third-party embedding model provider for intent recognition. The default value is `Cognigy`. If you want to connect to a third-party embedding model provider, refer to [Intent Recognition with External Embedding Model](/ai/platform-features/nlu/external/external-nlu-intent-recognition).                                                                                                                                                                                                                                                                                                                                          |
    | Yes/No logic                         | Adds [Yes/No logic](/ai/platform-features/nlu/intents/yes-no-intents) in your Flows to confirm and reject an [Intent](/ai/platform-features/nlu/intents/overview), or the **Yes/No** type in [Question Nodes](/ai/agents/develop/node-reference/basic/question). The setting can be overridden at the [Flow](/ai/agents/develop/projects-and-flows/overview#settings) level.                                                                                                                                                                                                                                                                                                                                               |
    | Positive confirmation words          | Adds customized responses to confirm an [Intent](/ai/platform-features/nlu/intents/overview) and [Question Nodes](/ai/agents/develop/node-reference/basic/question). The setting can be overridden at the [Flow](/ai/agents/develop/projects-and-flows/overview#settings) level.                                                                                                                                                                                                                                                                                                                                                                                                                                           |
    | Negative confirmation words          | Adds customized responses to reject an [Intent](/ai/platform-features/nlu/intents/overview) and [Question Nodes](/ai/agents/develop/node-reference/basic/question). The setting can be overridden at the [Flow](/ai/agents/develop/projects-and-flows/overview#settings) level.                                                                                                                                                                                                                                                                                                                                                                                                                                            |
    | **Timezone**                         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
    | Select Timezone                      | Sets the time zone in which AI Agents operate.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
    | **Intent Mapper**                    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
    | Enable Case-Sensitive Intent Mapping | Allows the Intent Mapper to consider case sensitivity for all Flows. Disable the setting to ignore casing. After changing this setting, retrain all Flows via **Build > Flows > Train all Flows**. If **Train all Flows** isn't available, for version 2026.2 or earlier, set `FEATURE_TRAIN_ALL_PROJECT_FLOWS: "true"` in `values.yaml` for on-premises installations, or upgrade to version 2026.3 for SaaS. Note that case-sensitive mapping isn't supported for English locales (US, Indian, UK, Canadian, Australian), use the universal Locale instead.                                                                                                                                                              |
    | **Thresholds**                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
    | Intent Threshold                     | Sets the confidence threshold and reconfirmation threshold:<ul><li>**Confidence Threshold** – the score from which an Intent is considered confirmed if a confirmation sentence is set. The default value is `0.4`.</li><li>**Reconfirmation Threshold** – the lower confidence bound at which an Intent is reconfirmed. The default value is `0.2`.</li></ul> For example, if a user input scores `0.3`, the AI Agent asks for reconfirmation; if the user input scores `0.5`, it will be confirmed automatically. For more information, refer to [Thresholds](/ai/platform-features/nlu/intents/thresholds). The setting can be overridden at the [Flow](/ai/agents/develop/projects-and-flows/overview#settings) level. |
    | **System Slots**                     |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
    | Enable Age Slots                     | Enables the recognition of age-related terms. For more information, refer to [System-Defined Slots](/ai/platform-features/nlu/slots/system-defined). The setting can be overridden at the [Flow](/ai/agents/develop/projects-and-flows/overview#settings) level.                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
    | Enable Date Slots                    | Enables the recognition of date-related terms. For more information, refer to [System-Defined Slots](/ai/platform-features/nlu/slots/system-defined). The setting can be overridden at the [Flow](/ai/agents/develop/projects-and-flows/overview#settings) level.                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
    | Enable Distance Slots                | Enables the recognition of distance-related terms. For more information, refer to [System-Defined Slots](/ai/platform-features/nlu/slots/system-defined). The setting can be overridden at the [Flow](/ai/agents/develop/projects-and-flows/overview#settings) level.                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
    | Enable Duration Slots                | Enables the recognition of duration-related terms. For more information, refer to [System-Defined Slots](/ai/platform-features/nlu/slots/system-defined). The setting can be overridden at the [Flow](/ai/agents/develop/projects-and-flows/overview#settings) level.                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
    | Enable Email Slots                   | Enables the recognition of email addresses. For more information, refer to [System-Defined Slots](/ai/platform-features/nlu/slots/system-defined). The setting can be overridden at the [Flow](/ai/agents/develop/projects-and-flows/overview#settings) level.                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
    | Enable Money Slots                   | Enables the recognition of monetary values. For more information, refer to [System-Defined Slots](/ai/platform-features/nlu/slots/system-defined). The setting can be overridden at the [Flow](/ai/agents/develop/projects-and-flows/overview#settings) level.                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
    | Enable Number Slots                  | Enables the recognition of numerical values. For more information, refer to [System-Defined Slots](/ai/platform-features/nlu/slots/system-defined). The setting can be overridden at the [Flow](/ai/agents/develop/projects-and-flows/overview#settings) level.                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
    | Enable Percentage Slots              | Enables the recognition of percentage values. For more information, refer to [System-Defined Slots](/ai/platform-features/nlu/slots/system-defined). The setting can be overridden at the [Flow](/ai/agents/develop/projects-and-flows/overview#settings) level.                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
    | Enable Temperature Slots             | Enables the recognition of temperature values. For more information, refer to [System-Defined Slots](/ai/platform-features/nlu/slots/system-defined). The setting can be overridden at the [Flow](/ai/agents/develop/projects-and-flows/overview#settings) level.                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
    | Enable URL Slots                     | Enables the recognition of URLs. For more information, refer to [System-Defined Slots](/ai/platform-features/nlu/slots/system-defined). The setting can be overridden at the [Flow](/ai/agents/develop/projects-and-flows/overview#settings) level.                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
    | **Analytics**                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
    | Collect                              | Enables collecting analytics from conversations.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
    | Allow Data Only                      | Enables collecting analytics for messages containing only JSON data, without text input.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  </Accordion>

  <Accordion title="Knowledge AI Settings">
    | Setting                                      | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
    | -------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
    | Knowledge Search                             | Allows you to select the [model](/ai/agents/develop/gen-ai-and-llms/model-support-by-feature) for knowledge retrieval. This model is used to find the most relevant knowledge that match the user's request. For more information, refer to [Which Models to Choose?](/ai/agents/develop/knowledge-ai/overview#which-models-to-choose).                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
    | Answer Extraction                            | Allows you to select the [model](/ai/agents/develop/gen-ai-and-llms/model-support-by-feature) for answer generation. After relevant knowledge is retrieved, this model extracts or generates the most precise answer from the content. For more information, refer to [Which Models to Choose?](/ai/agents/develop/knowledge-ai/overview#which-models-to-choose).                                                                                                                                                                                                                                                                                                                                                                                                                              |
    | **Document Processing**                      |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
    | Content Parser                               | Allows you to choose how documents are parsed and prepared for Knowledge AI. Select one of the following options:<ul><li>**Default** – advanced parser provided by Cognigy. For more information, refer to [Advanced Parser](/ai/agents/develop/knowledge-ai/knowledge-source/text-extraction/advanced-parser).</li><li>**Basic** – lightweight parser for simple documents. For more information, refer to [Basic Parser](/ai/agents/develop/knowledge-ai/knowledge-source/text-extraction/basic-parser).</li><li>**Azure AI Document Intelligence** – advanced parser that uses Microsoft Azure AI for structured document processing. For more information, refer to [Azure AI Document Intelligence](/ai/agents/develop/knowledge-ai/knowledge-source/text-extraction/azure-ai).</li></ul> |
    | Connection to Azure AI Document Intelligence | Allows you to configure a connection to Azure AI Document Intelligence if you selected **Azure AI Document Intelligence** as the content parser. Required for integrating with Azure services.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  </Accordion>

  <Accordion title="Translation Settings">
    | Setting                | Description                                                                                                                                                                                                                                       |
    | ---------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
    | Translation Provider   | Allows you to select a translation provider: Microsoft Translator, Google Cloud Translation, or DeepL Translate Pro. For more information, refer to [Real-Time Translation Settings](/ai/agents/deploy/endpoints/real-time-translation-settings). |
    | Translation Connection | Allows you to configure a connection for the selected translation provider. For more information, refer to [Real-Time Translation Settings](/ai/agents/deploy/endpoints/real-time-translation-settings).                                          |
  </Accordion>

  <Accordion title="Voice Preview Settings">
    | Setting           | Description                                                                                                                                                                                                                                                   |
    | ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
    | Speech Provider   | Allows you to select a speech provider: Microsoft Azure Speech Services, Google Speech Service, Amazon Polly, Deepgram Speech Services, or ElevenLabs Speech Services. For more information, refer to [Voice Preview Feature](/ai/agents/test/voice-preview). |
    | Speech Connection | Allows you to configure the connection for the chosen provider. For more information, refer to [Voice Preview](/ai/agents/test/voice-preview).                                                                                                                |
  </Accordion>

  <Accordion title="Generative AI Settings">
    | Setting                       | Description                                                                                                                                                                                                                                                                                                                                                                                             |
    | ----------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
    | Enable Generative AI Features | Allows AI Agents to use Generative AI features. The setting is enabled by default.                                                                                                                                                                                                                                                                                                                      |
    | AI Agent Node                 | Allows you to select the [model](/ai/agents/develop/gen-ai-and-llms/model-support-by-feature) for [AI Agent Node](/ai/agents/develop/node-reference/ai/ai-agent) interactions.                                                                                                                                                                                                                          |
    | LLM Prompt Node               | Allows you to select the [model](/ai/agents/develop/gen-ai-and-llms/model-support-by-feature) for [LLM Prompt Node](/ai/agents/develop/node-reference/service/llm-prompt) responses.                                                                                                                                                                                                                    |
    | AI-Enhanced Outputs           | Allows you to select the [model](/ai/agents/develop/gen-ai-and-llms/model-support-by-feature) that [rephrases AI Agent outputs](/ai/agents/develop/gen-ai-and-llms/generative-ai#use-run-time-features).                                                                                                                                                                                                |
    | Design-Time LLM Features      | Allows you to select the [model](/ai/agents/develop/gen-ai-and-llms/model-support-by-feature) used for [design-time features](/ai/agents/develop/gen-ai-and-llms/generative-ai#design-time-generative-ai-features), such as Flow, Lexicon, Intent sentence generation. By default, the [Cognigy platform-provided LLM](/ai/agents/develop/gen-ai-and-llms/providers/cognigy-platform-provided) is used. |
  </Accordion>

  <Accordion title="Live Agent Settings">
    | Setting                            | Description                                                           |
    | ---------------------------------- | --------------------------------------------------------------------- |
    | Overwrite Cognigy Live Agent Inbox | Allows you to enable overriding the default Cognigy Live Agent inbox. |
  </Accordion>

  <Accordion title="Data Redaction Settings">
    Allows configuring data redaction settings for the Project. For more information, refer to [Data Redaction](/ai/platform-features/data-redaction).
  </Accordion>
</AccordionGroup>

## More Information

* [Admin Center](/ai/administer/access/admin-center/overview)
