# Use the Agent in kiosks and physical devices

AIsuru lets you bring your AI Agent into the real world through integration with physical devices and kiosks. This feature creates interactive and engaging touchpoints with your audience in public spaces and at events, offering a unique and memorable experience.

### Preparing the Agent

Getting your Agent ready for a public event is straightforward. You'll need to:

1. [**Customize the Agent's appearance**](/en/sharing/create-and-manage-sharing-layouts.md#visual-customizations): choose an eye-catching avatar, and colors and images that match your communication style;
2. **Create a dedicated layout for use on a physical device**:
   1. Go to your Agent's management panel;
   2. Navigate to the "Share me" tab;
   3. [Create a layout](/en/sharing/create-and-manage-sharing-layouts.md) or click the  button on an existing layout;
   4. Select "TOTEM" as the layout type to improve interaction on touch screens;
   5. Enable multilingual if you're expecting an international audience, so they can converse in different languages.

### Adding the Agent to your kiosk

Once that's done, you can:

* [**Use the layout link as a web page**](/en/sharing/share-your-agents/link.md) to display on your kiosk;
* [**Embed the Agent inside an existing web page**](/en/sharing/share-your-agents/website-embed.md) that you'll show on your kiosk.

Depending on your preference, follow one guide or the other. Make sure the device has a stable internet connection to ensure the AI Agent runs smoothly. 🌐

### Use cases

Your AI Agent can be used with a kiosk in a variety of contexts:

* Trade shows and events: to provide interactive information to visitors;
* Museums: as a personalized virtual guide;
* Retail stores: to help customers find products;
* Corporate environments: as a virtual receptionist.

By integrating your AI Agent on physical devices and kiosks, **you'll create innovative and interactive touchpoints** with your audience. Experiment with this feature to deliver unique and memorable experiences! 🤖✨


---

# 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/share-your-agents/kiosks-and-physical-devices.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.
