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

# Plugin Features

<details>

<summary>Intelligent Vote Tracking</summary>

Tracks votes using various methods including cookie tracking, IP tracking, email code tracking, and WP User Account tracking. The system can automatically switch between tracking methods based on user registration and login requirements.

</details>

<details>

<summary>Vote Logging</summary>

Allows admins to monitor and remove votes as needed. Maintain the contest integrity if need be.

</details>

<details>

<summary>AJAX Voting</summary>

Allows votes to be updated automatically and instantly without refreshing the page.

</details>

<details>

<summary>Bot Detection</summary>

Protects against automated votes from search engines and other voting system interference.

</details>

<details>

<summary>Custom Voting Configuration</summary>

Allows for various settings such as number of votes per calendar day, per category, and per time period. Also allows for voting for single or multiple contestants.

</details>

<details>

<summary>Import/Export</summary>

Allows for easy import/export of contestant data and the voting log in several file formats.

</details>

<details>

<summary>Social Media Sharing</summary>

Allows for sharing of contest entries on various social media platforms.

</details>

<details>

<summary>Grid/List View Options</summary>

Allows users to view contests in either a grid or list format.

</details>

<details>

<summary>Multiple Contest Types</summary>

Supports various types of contests such as photo, video, and essay contests.

</details>

<details>

<summary>Registration/Login Options</summary>

Allows for optional registration/login using various methods such as WP User Account, Facebook, Twitter, and Google.

</details>

<details>

<summary>Auto Pilot Mode</summary>

Allows for contests to run on a set schedule using start and end dates. Set it and forget it!

</details>

<details>

<summary>Pagination</summary>

Allows for control over the number of contestants displayed on each page and the pagination method.

</details>

<details>

<summary>Sort Order Options</summary>

Allows for control over the order in which contestants are displayed.

</details>

<details>

<summary>File Uploads</summary>

Allows contestants to upload their entries directly from the website.

</details>

<details>

<summary>Admin Notifications</summary>

Sends notifications to admins when new contest entries are submitted. Monitor and prevent inappropriate material before it ever hits your web page.

</details>

<details>

<summary>Custom Post Types</summary>

Allows for creation of custom post types for contest entries.

</details>

<details>

<summary>Optimized Code</summary>

Designed to be friendly for search engines. Ensures maximum compatibility with themes and other plugins and follows WordPress Codex guidelines.p

</details>

<details>

<summary>Image Settings</summary>

Integrates with the WordPress Media Library for image editing and sizing options.

</details>

<details>

<summary>Contestant Movement</summary>

Allows for contestants to be easily moved between contests.

</details>

<details>

<summary>Update Notifications</summary>

Notifies users of updates through the WordPress Plugins tab.

</details>


---

# 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:

```
GET https://docs.wpvotingcontest.com/overview/plugin-features.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.
