# Introduction

Welcome to the official documentation for Pollz! This documentation provides a comprehensive guide on how to use the Pollz SDKs to integrate polls and voting functionality into your applications.

### What is Pollz?

Pollz is a development tool designed to simplify the integration of polls and voting features into your web or mobile applications. With Pollz, you can quickly and easily add interactive polling capabilities to your projects, allowing your users to create, participate in, and view poll results in real-time.

### Features

* **Easy Integration**: Pollz offers a simple and intuitive API that allows you to seamlessly integrate polls into your applications.
* **Real-time Updates**: Poll results and changes are delivered in real-time to provide a dynamic and engaging user experience.
* **Secure and Reliable**: Our SDK is built with security in mind, ensuring that your users' data is protected.

### Getting Started

Before you begin using Pollz, you'll need to follow a few steps to initialize your app and start creating and managing polls. Here's a quick overview:

1. **Initialization**: First, initialize your app with Pollz by providing your project credentials.
2. **Creating Pollz**: Use Pollz to create new polls and customize their options.
3. **Interacting with Pollz**: Allow users to vote on polls, retrieve poll data, and listen for real-time updates.

### SDK Versions

Pollz SDK is at the moment available only for JavaScript/TypeScript project. A C# SDK is currently being developed and will be released soon.

* TypeScript SDK
* C# SDK (Coming soon)

### Feedback and Support

We value your feedback and are here to assist you. If you encounter any issues, have questions, or want to provide feedback, please [contact our support team](mailto:support@example.com).

Let's get started with Pollz and enhance your application with interactive polls!


---

# 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://pollz.gitbook.io/pollz/introduction.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.
