# Introduction

Welcome to [Pokerscript](https://app.gitbook.com/u/jTeSXt1zY2Ml7xLGkW5uDerpJNI3 "mention") framework documentation. \
\
**Pokerscript**, top rated online poker game development company, providing full stack, open-source supported up-to date game framework written in Node, and React js with MongoDB as the databse. It is widely accepted multiplayer game framework which powers many card gaming platforms, is pretty generic and can be used to build any kind poker games.

## Getting Started

**Why Pokerscript?**

Pokerscript is the world's leading 100% open-source, industry-ready poker framework. It integrates directly with other casino games, manages poker networks, and offers a cloud-based setup that can also operate in a self-hosted environment. The component-driven code structure allows for easy modification of front-ends to accommodate any theme, animations, and sounds. We believe in a microservices architecture, so the pokerscript framework includes nearly everything you need to build a modern online poker solution.

This document will lead you through the initial server setup process, followed by essential code modifications required to tailor the poker software to your specific needs.


---

# 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://framework.pokerscript.net/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.
