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

# Call Duration

> Learn how to set and manage the maximum call duration for your AI calling assistant.

You can easily control how long your AI assistant is allowed to stay on a single call.

<Note>
  **Default Setting:** By default, all assistants have their call duration set to **10 minutes (600 seconds)**. This limit will remain active unless you manually update it.
</Note>

## How to Update Call Duration

Follow these steps to adjust the maximum call duration for your assistant:

<Steps>
  <Step title="Navigate to Assistants">
    Open your dashboard and select **Assistants** from the left-hand navigation panel.

    <Frame>
      <img src="https://mintcdn.com/superdash/SuWtwPU98Vmrtl_n/images/catalyst-left-panel-assistants.png?fit=max&auto=format&n=SuWtwPU98Vmrtl_n&q=85&s=1dba9459743bfd2ea907e33ee0855915" alt="Catalyst Left Panel Assistants" width="3568" height="2040" data-path="images/catalyst-left-panel-assistants.png" />
    </Frame>
  </Step>

  <Step title="Select Your Assistant">
    From the list of available assistants, click on the specific assistant you want to configure.
  </Step>

  <Step title="Open Settings">
    Once the assistant's details are open, navigate to the **Settings** tab. Inside this menu, select the **Call Duration** option.

    <Frame>
      <img src="https://mintcdn.com/superdash/SuWtwPU98Vmrtl_n/images/catalyst-settings-call-duration.png?fit=max&auto=format&n=SuWtwPU98Vmrtl_n&q=85&s=b930533cdebc3b2fdc1d6ca1da1383c0" alt="Catalyst Settings Call Duration" width="4092" height="2036" data-path="images/catalyst-settings-call-duration.png" />
    </Frame>
  </Step>

  <Step title="Set the Maximum Duration">
    Locate the **Maximum Duration (Seconds)** input field. Enter your desired call length in seconds.

    <Tip>
      **Quick Conversion Guide (Minutes to Seconds):**

      * 5 minutes = `300`
      * 10 minutes = `600` (Default)
      * 20 minutes = `1200`
      * 30 minutes = `1800`
    </Tip>
  </Step>

  <Step title="Save Your Changes">
    Click the **Save** button to apply the new limit.

    **🎉 Congrats!** You have successfully updated the call duration for your AI assistant.
  </Step>
</Steps>
