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

# Szybki start

Ta sekcja jest przeznaczona dla deweloperów, którzy już dobrze orientują się w technologii blockchain, w szczególności w ekosystemie Ethereum.

Zawiera informacje niezbędne do szybkiego rozpoczęcia projektu na Chiliz Chain.

## Sedno sprawy

Poznaj z lotu ptaka, czym jest Chiliz Chain.

[chiliz-chain-w-skrocie.md](/pl/szybki-start/chiliz-chain-w-skrocie.md)

## Skrzynka narzędzi dla deweloperów

[skrzynka-narzedzi](/pl/szybki-start/skrzynka-narzedzi.md)

Skrzynka narzędzi dla deweloperów Chiliz Chain zawiera:

* Parametry do połączenia z Chiliz Chain Mainnet i Spicy Testnet.
* Linki do faucetów Testnet.
* Linki do naszych przewodników po wdrażaniu i weryfikacji kontraktów.
* Parametry do uruchomienia własnego węzła Chiliz Chain.

## Zestawy startowe

Zestawy startowe Chiliz Chain to przewodniki krok po kroku, które pomogą Ci osiągnąć Twój cel na Chiliz Chain.

[zestawy-startowe](/pl/szybki-start/zestawy-startowe.md)

## Kursy online

Podnieś swoje umiejętności w zakresie Chiliz Chain dzięki bezpłatnym kursom i bootcampom od naszych partnerów z ekosystemu.

[darmowe-kursy-online.md](/pl/szybki-start/darmowe-kursy-online.md)

## Adresy

Na tych stronach znajdziesz aktualne adresy do wszystkich Twoich potrzeb.

[adresy-alokacji-podazy.md](/pl/szybki-start/adresy-alokacji-podazy.md)

[adresy-smart-kontraktow.md](/pl/szybki-start/adresy-smart-kontraktow.md)

[adresy-kontraktow-tokenow.md](/pl/szybki-start/adresy-kontraktow-tokenow.md)


---

# 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://docs.chiliz.com/pl/szybki-start.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.
