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

# Agent Settings

> Configure your AI agent's properties and behavior

## Agent Properties

### Basic Information

<ParamField path="name" type="string" required>
  Your agent's display name (e.g., "Support Bot", "Sales Assistant")
</ParamField>

<ParamField path="description" type="string">
  Internal description for your reference
</ParamField>

<ParamField path="slug" type="string">
  URL-friendly identifier for your agent
</ParamField>

## Human Takeover

<ParamField path="allow_human_takeover" type="boolean" default="true">
  Enable/disable human agents taking over conversations
</ParamField>

## Advanced Settings

<AccordionGroup>
  <Accordion title="Response Timeout">
    Maximum time agent takes to generate a response (default: 30 seconds)
  </Accordion>

  <Accordion title="Context Window">
    How many previous messages to consider (default: 10 messages)
  </Accordion>

  <Accordion title="Confidence Display">
    Show confidence scores to human agents (hidden from customers)
  </Accordion>
</AccordionGroup>

<Card title="Next: Integrations" icon="puzzle" href="/features/settings/integrations">
  Connect your business tools
</Card>
