# 4. Sharing & Publishing

Sharing is a crucial step to let your AI Agent shine in the digital world. AIsuru offers a variety of ways to distribute and embed your virtual assistant across different contexts, so you can reach your audience in innovative and engaging ways.

In this section, we'll cover the following topics:

1. **Creating a layout**
   1. Find out where all the configuration fields are;
   2. Learn what you can change and how to customize the look of your AI Agent.
2. **Managing layouts**
   1. Understand the benefits of managing multiple layouts for the same Agent;
   2. Configure specific roles and opening questions, and optimize the experience for chat or kiosk use.
3. **Embed code**
   1. A detailed breakdown of the embed code and its fields;
   2. A comparison of script vs. iframe integration.
4. **Sharing methods**
   1. Link: for quick, direct sharing;
   2. Websites: embed your AI Agent in your online space;
   3. WordPress blog: enrich your content with AI interactions;
   4. Physical devices and kiosks: bring AI into public spaces;
   5. Virtual Spaces (VR and AR): create immersive experiences.

By following this guide, you'll be able to take your conversational AI anywhere you want, opening up new possibilities for engaging with your audience. Get ready to transform how you communicate with your users and unlock the full potential of your AI Agent!

<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.aisuru.com/en/sharing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
