# Embedding Resilience Web on other websites

If you have a website and want to embed a particular Resilience Web on it, read on to find out how you can do that.

#### Prerequisites

* Access to your website's code
* Basic skills for editing your website's HTML code

1. Get the URL for the web you want to embed. For example, `https://york.resilienceweb.org.uk` for the York web.
2. Copy the following code wherever you want the web to be displayed, with your web URL instead of the example one provided. The width and height set are just examples, adjust those to make it fit your website best.

```
<iframe
  src="https://york.resilienceweb.org.uk"
  title="York Resilience Web"
  width="500"
  height="400">
</iframe>
```


---

# 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://knowledgebase.resilienceweb.org.uk/guides/use-the-resilience-web/embedding-resilience-web-on-other-websites.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.
