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

# Transfer Call

> Learn how to use the Transfer Call action in NLPearl.AI to seamlessly redirect calls during a conversation.

<div className="block dark:hidden">
  <Frame>
    <div className="p-1">
      <img src="https://mintcdn.com/nlpearl/5m7CLiudjrqxiyho/images/light_mode/action_transfercall.jpg?fit=max&auto=format&n=5m7CLiudjrqxiyho&q=85&s=e6e2f7b5fdf4d52961cfa34775a2388c" alt="Send Email action interface on light mode" className="rounded-[14px]" width="3822" height="2300" data-path="images/light_mode/action_transfercall.jpg" />
    </div>
  </Frame>
</div>

<div className="hidden dark:block">
  <Frame>
    <div className="p-1">
      <img src="https://mintcdn.com/nlpearl/ek92yQlpTyrjmvSe/images/dark_mode/action_transfercall.jpg?fit=max&auto=format&n=ek92yQlpTyrjmvSe&q=85&s=98f631afc99ec6784da9526ead93ae02" alt="Send Email action interface on dark mode" className="rounded-[14px]" width="3822" height="2300" data-path="images/dark_mode/action_transfercall.jpg" />
    </div>
  </Frame>
</div>

One of the powerful actions available during a call in NLPearl.AI is the **Transfer Call** feature. This allows your Pearl to transfer a call from itself directly to any phone number you specify.

***

### How to Configure Transfer Call

To set up a Transfer Call action, while you are creating a Pearl, you need to provide two key pieces of information:

<Steps>
  <Step title="Phone Number">
    This is the phone number to which you want the call to be transferred. Ensure that the phone number is accurate and can accept calls from your activity's assigned phone number.
  </Step>

  <Step title="When to Trigger">
    This field specifies the conditions under which Pearl should transfer the call. For example, you might set it to "when the customer asks to speak to a manager" or "when the prospect is ready to make a payment."
  </Step>
</Steps>

<Card icon="circle-info" iconType="light">
  ### Important Considerations

  **Country Code Matching**: Your Pearl will be connected to an activity with a specific phone number assigned to it.
  If the phone number you choose for the transfer call does not match the country code of the activity's assigned phone number, the Pearl cannot be linked to that activity.
  Ensure that the phone numbers are compatible to be able to assign it to your Inbound/Outbound Activity.
</Card>

***

### Example Usage

<ParamField path="+1234567890" type="Phone Number">
  `When to Take Action` "When the customer asks to speak to a manager"
</ParamField>

<ParamField path="+1987654321" type="Phone Number">
  `When to Take Action` "When the prospect is ready to make a payment"
</ParamField>
