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

# Embedding

<Warning>
  **IMPORTANT:**\
  \
  Feature available only on PRO, Business, and Enterprise plans.
</Warning>

Make your Tess agent available directly within websites and applications, as a chat widget or embedded component. Ideal for customer support, lead capture, onboarding, and internal assistants.

### **What is it?**

The Embedding feature allows you to embed a Tess agent into:

* institutional websites
* customer logged-in areas
* your own products / SaaS
* intranets and internal portals

Tess generates an embed code (usually a script or iframe) for you to paste into your website/app. From there, your users can chat with the agent directly within that interface.

### Why it matters

<AccordionGroup>
  <Accordion title="Native experience">
    The user does not need to leave your website to talk to the agent.
  </Accordion>

  <Accordion title="24/7 Support">
    Support, FAQ, and onboarding agents always available.
  </Accordion>

  <Accordion title="Conversion">
    Sales agents help qualify and guide leads in real time.
  </Accordion>

  <Accordion title="Flexibility">
    The same agent can be used across multiple channels (website, app, internal and external).
  </Accordion>
</AccordionGroup>

### How to generate an embed code?

<Steps>
  <Step title="Create the agent">
    The first step is creating and testing the agent (prompt, Knowledge Base, Tools, etc.).
  </Step>

  <Step title="Adjust the visibility">
    Configure the visibility, as your agent cannot be private in order to enable the Embed feature.
  </Step>

  <Step title="Access the agent's detailed settings">
    In the Agent Studio agent list, hover next to the status and click the pencil icon to access the agent's detailed settings.

    Scroll to the bottom and enable the "Connect Your Agent" option.
  </Step>

  <Step title="Choose the format">
    Choose the embed format and use the code in the HTML of your website/app.

    This way, the chat widget or component will start appearing for visitors, connected to your agent.
  </Step>
</Steps>

<Tip>
  **Best practices**

  * Start by embedding in test/staging environments before going to production.
  * Make sure the agent is configured and tested for external use.
  * Verify that your company's privacy policies cover interactions with AI agents.
</Tip>
