> For the complete documentation index, see [llms.txt](https://help.botmockups.com/botmockups/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.botmockups.com/botmockups/troubleshooting/web-chat-channel/url-entered-wont-load.md).

# URL entered wont' load

**Encountering an Error with Your Website URL?**

If you're trying to embed a website in the web chat channel and encounter an error message on the right-hand side, don't worry! Some websites block iframing, which is the method we use to display live web pages. In these cases, you can simply upload a screenshot of the website instead.

Watch the video below to see how you can easily capture a screenshot using the "[Mobile Simulator](https://chromewebstore.google.com/detail/mobile-simulator-responsi/ckejmhbmlajgoklhgbapkiccekfoccmk)" Chrome extension. This will allow you to proceed with using botmockups effectively, even if direct iframing isn't possible.

{% embed url="<https://www.loom.com/share/2d97905a279b4e3a931be8c179c28b6e?sid=3ba1c77c-0fa3-482e-8c54-81afc9071795>" %}

{% embed url="<https://chromewebstore.google.com/detail/mobile-simulator-responsi/ckejmhbmlajgoklhgbapkiccekfoccmk>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.botmockups.com/botmockups/troubleshooting/web-chat-channel/url-entered-wont-load.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
