> For the complete documentation index, see [llms.txt](https://darulqualtrics.survey-awesome.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://darulqualtrics.survey-awesome.com/examples.md).

# Some Gif Demos

## External Website Load Error:

1. The page had three questions:
   1. Text: Shows text asking the respondents to wait for the website to load.
   2. Text: HTML iframe to create a box within which to show the website.
   3. Single Choice: Asks them what to when it fails.
2. This is the flow:
   1. Hide Q2 and Q3 on the page. Just show text asking people to wait.
   2. After a pre-defined time, hide Q1.
   3. Wait just a short while (around 500 ms) and show Q2 and Q3. This ensures that the error message replaces the text and it doesn't have to move up.
   4. Below the error (Q2), Q3 is displayed, which asks them to choose.
   5. If they choose option 1 (which ideally they shouldn't in this case). The next button shows up, and the question text is changed.
   6. If they choose option 2, the question text changes, giving them an option to re-consider.
   7. If they choose option 3, they are automatically redirected to the next page.

![](https://github.com/tafakkur/QualtricsHub/tree/9a75df1fa5e166e3c6dcd039d4a30ccffd49e181/images/external-website-error.gif)


---

# 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://darulqualtrics.survey-awesome.com/examples.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.
