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

# Feasibility

- [Can I run a multi language Brand Lift?](https://support.happydemics.com/feasibility/can-i-run-a-multi-language-brand-lift.md): Can Happydemics broadcast the survey in different languages ?
- [Can I run a Brand Lift in multiple countries?](https://support.happydemics.com/feasibility/can-i-run-a-brand-lift-in-multiple-countries.md): Can I broadcast one single Brand Lift in several countries at the same time?
- [Can I add multiple creatives in the same Brand Lift ?](https://support.happydemics.com/feasibility/can-i-add-multiple-creatives-in-the-same-brand-lift.md): What can I do if I have several Brand Lifts ?
- [Can I set up a Multi-platform campaign ?](https://support.happydemics.com/feasibility/can-i-set-up-a-multi-platform-campaign.md): Can I specify broadcasting platforms in a Brand Lift ?
- [Can I update or delete my Brand Lift ?](https://support.happydemics.com/feasibility/can-i-update-or-delete-my-brand-lift.md): How can I make changes in my Brand Lift setup ?
- [I don’t have 100k unique users, what can I do ?](https://support.happydemics.com/feasibility/i-dont-have-100k-unique-users-what-can-i-do.md): What happens if my campaign doesn’t reach 100k unique users ?


---

# 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://support.happydemics.com/feasibility.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.
