# Download an HTML page with your Agent

AIsuru offers a simple way to deploy your Agent on any website by downloading a complete HTML file. This option is especially useful when you want a ready-to-use solution without manually setting up the embed code.

### How to download the HTML file

1. Go to your Agent's management panel;
2. Navigate to the "Share me" section;
3. Select or create a layout that suits your needs;
4. Once the layout is configured, find and click the "Download HTML" button;
5. The HTML file will be automatically downloaded to your device.

#### What the HTML file contains

The downloaded file is a complete HTML document that includes:

* All the scripts needed to run the Agent;
* CSS stylesheets for the visual appearance;
* The full configuration of your Agent with the chosen layout;
* Style customizations based on your settings.

#### How to use the HTML file

You have several options for using this file:

* **Direct upload**: upload the file to your web server to create a dedicated page for your Agent;
* **Iframe integration**: embed the page inside an iframe on your existing site;
* **Further customization**: edit the HTML code to better fit your site, adding extra elements or styles.

This solution offers a plug-and-play approach for quickly integrating your Agent into any web environment, with no need for complex configurations or advanced technical knowledge.


---

# 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/download-html-page-with-your-agent.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.
