Skip to main content
The Advanced Settings page configures advanced execution parameters for a project. Use it to change the project slug, control LLM reasoning behavior, customize the system prompts that drive data collection, edit escalation messages, snapshot settings versions, and delete the project. Navigation: Project -> Settings -> Advanced

Slug

The slug is the URL-safe identifier for the project. The platform uses it in project URLs and in any endpoint or integration that references the project by name.
Editing the slug breaks existing URLs registered in third-party systems. Update every webhook, channel configuration, and external integration that references the old slug before you save.

LLM thinking

Thinking controls whether the LLM produces explicit reasoning before it calls a tool. Reasoning improves traceability in session traces, but it consumes additional tokens on every tool call.
Thinking Budget and Thought Description apply only when you enable Enable Thinking. A higher budget produces longer reasoning traces and raises per-call token cost.

LLM task prompts

The platform uses a set of system prompts to handle entity extraction, correction detection, validation, and inference during data collection. Each prompt ships with a default. Expand a prompt row to read the default text, then edit it to change how the model behaves for that task in this project.
The platform marks Entity Extraction Prompt as deprecated with inline gather. Projects that use inline gather don’t rely on this prompt. Engineering needs to confirm the replacement mechanism and whether the prompt still applies to projects built before inline gather.
Edit these prompts only when the default behavior doesn’t fit your data collection flow. Changes apply to every agent in the project.

Escalation templates

Customize the escalation confirmation messages that users see when a conversation hands off to a human agent. Each channel type has its own template: Each template supports {{reason}} and {{priority}} variables that the system substitutes at runtime with the actual escalation reason and priority level.

Danger zone

The Danger Zone section permanently deletes the project and all its agents, tools, deployments, and settings. You can’t undo this action. Click Delete Project to proceed.

Settings versions

After you change a settings and save it, you can create a versioned snapshot of all project settings. Click Create Version to save the current settings state. These versions enable deployment pinning, allowing you to associate a specific settings version with a deployment environment. For example, you can keep tweaking configurations and promote the versioned snapshot to staging deployment to test the project. Once satistied with the configuration, you can promote the specific versioned snapshot to active deployment. When you export a project, you can include or exclude the version history.