# Embed code

AIsuru's embed code is a powerful tool that lets you easily integrate your AI Agent into any website or application. With this code, you can bring the intelligence of your virtual assistant directly to your users, wherever they are.

To take your Agent outside the platform, you first need to get your embed code.

### Get your embed code

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. Go to the "Embed code" section of your layout;
5. Copy the code provided;
6. Paste the code into your web page.


---

# 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/embed-code.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.
