# FAQ

- [How the protection from unfair voting is implemented?](https://docs.norrnext.com/norrcompetition/faq/how-the-protection-from-unfair-voting-is-implemented.md)
- [What notifications does the component send?](https://docs.norrnext.com/norrcompetition/faq/what-notifications-does-the-component-send.md)
- [Create and edit contests on front-end](https://docs.norrnext.com/norrcompetition/faq/create-and-edit-contests-on-front-end.md)
- [Submitting Entries by Unregistered Users](https://docs.norrnext.com/norrcompetition/faq/submitting-entries-by-unregistered-users.md)
- [How to install sample data](https://docs.norrnext.com/norrcompetition/faq/how-to-install-sample-data.md)
- [How to change the order of tabs with comments](https://docs.norrnext.com/norrcompetition/faq/how-to-change-the-order-of-tabs-with-comments.md)
- [Using navigation module (breadcrumbs)](https://docs.norrnext.com/norrcompetition/faq/using-navigation-module-breadcrumbs.md)
- [NorrCompetition and YOOtheme Pro](https://docs.norrnext.com/norrcompetition/faq/norrcompetition-and-yootheme-pro.md)


---

# 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.norrnext.com/norrcompetition/faq.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.
