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

# Immofacile

> Search real estate properties during voice calls

## Overview

The Immofacile integration enables your voice agents to search property
listings in real-time during calls. Perfect for real estate agencies
using Immofacile as their property management system.

<Note>
  This integration requires an active Immofacile account with API access.
</Note>

## What You Can Do

| Feature                | Description                                  |
| ---------------------- | -------------------------------------------- |
| **Property Search**    | Find listings matching caller criteria       |
| **Filter by Criteria** | Budget, location, property type, rooms, etc. |
| **Live Results**       | Agent describes properties during the call   |

## Setup

<Steps>
  <Step title="Get Credentials">
    Log into Immofacile and note your login, password, and site ID
  </Step>

  <Step title="Add Integration">
    Go to **Integrations** → Click **Add Immofacile** → Enter credentials
  </Step>

  <Step title="Test Connection">
    Click **Test** to verify your credentials work
  </Step>

  <Step title="Enable in Workflow">
    In **Workflow Editor** → **Tools** → Enable **Immofacile Search**
  </Step>
</Steps>

## Search Criteria

Your agent can search by any combination of:

| Criteria          | Examples                           |
| ----------------- | ---------------------------------- |
| **Property Type** | Apartment, House, Land, Commercial |
| **Transaction**   | Sale, Rental                       |
| **Budget**        | Min/max price range                |
| **Location**      | City, postal code, region          |
| **Size**          | Min/max surface area               |
| **Rooms**         | Number of rooms/bedrooms           |

## Example Conversation

<AccordionGroup>
  <Accordion title="Property Search Flow">
    **Caller:** I'm looking for a 3-bedroom apartment in Lyon.

    **Agent:** What's your budget range?

    **Caller:** Around 300,000 euros.

    **Agent:** Let me search... I found 4 properties matching your criteria.
    The first one is a 75m2 apartment in Lyon 6eme at 295,000 euros, with a
    balcony and parking. Would you like more details?

    **Caller:** Yes, that sounds interesting.

    **Agent:** This property has 3 bedrooms, 1 bathroom, and a DPE rating of C.
    It's on the 3rd floor with an elevator. Shall I schedule a visit?
  </Accordion>
</AccordionGroup>

## Property Data Available

Your agent receives comprehensive property information:

| Field     | Description                      |
| --------- | -------------------------------- |
| Price     | Listed price                     |
| Surface   | Total area in m2                 |
| Rooms     | Number of rooms                  |
| Bedrooms  | Number of bedrooms               |
| Bathrooms | Number of bathrooms              |
| Location  | City, postal code                |
| DPE       | Energy performance rating        |
| Features  | Parking, balcony, elevator, etc. |

## Technical Details

| Setting       | Value                         |
| ------------- | ----------------------------- |
| Auth Method   | Login/Password (encrypted)    |
| API Timeout   | 5 seconds                     |
| Encryption    | Fernet (AES-128)              |
| Token Caching | Auto-refresh with 5min buffer |

## Troubleshooting

<AccordionGroup>
  <Accordion title="Connection test fails">
    * Double-check your login, password, and site ID
    * Ensure your Immofacile account has API access enabled
    * Contact Immofacile support if credentials are correct but failing
  </Accordion>

  <Accordion title="No results returned">
    * Verify properties exist in your Immofacile account
    * Check if search criteria are too restrictive
    * Ensure the property status is "active" in Immofacile
  </Accordion>
</AccordionGroup>

## Next Steps

<CardGroup cols={2}>
  <Card title="Google Calendar" icon="calendar" href="/integrations/google-calendar">
    Book property visits
  </Card>

  <Card title="Workflow Tools" icon="wrench" href="/workflows/tools">
    See all available tools
  </Card>
</CardGroup>
