> For the complete documentation index, see [llms.txt](https://rc-kostrzyn.gitbook.io/witaj/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rc-kostrzyn.gitbook.io/witaj/witaj.md).

# Witaj!

Ewidentnie trafiłeś na stronę poświęconą modelarstwu kołowemu! Wiki została stworzona ze szczególną myślą o osobach dopiero wkręcających się w te hobby. Nie brakuje jednak dawki wiedzy dla doświadczonych modelarzy.

{% hint style="warning" %}
Strona jest w trakcie budowy!
{% endhint %}

<details>

<summary>Jak używać tej wiki?</summary>

Tak jak Ci się podoba! Eksploruj ją ile i jak długo chcesz!

* Po **lewej stronie** widzisz pasek z działami i stronami. Możesz również surfować po wiki klikając w przycisk ze strzałeczką i nazwą poniżej.
* Po **prawej stronie (desktop)** widzisz 3 emotki. Możesz przesłać nam swoją opinię dot. danej strony.
* W **footerze** (stopce) strony, możesz dostrzec suwak. Dzieki niemu zmienisz wygląd strony.
* Klikając w **logo**, trafisz spowrotem tutaj!

</details>

<details>

<summary>Skąd pochodzi treść na tej wiki?</summary>

Treść na tej wiki umieszczają modelarze związani z klubem RC Kostrzyn oraz ci, którzy chcą dołożyć swoją cegiełkę w budowaniu tej strony. Część informacji, szczególnie umieszczonych w sekcji ZAKUPY została wytworzona przez LLM GPT4o i tylko ogólnie zweryfikowana.

Ważne!

Umieszczone informacje mogą być nieaktualne lub fałszywe/nieprawdziwe!&#x20;

Zachęcamy do poinformowania nas ( email: <support@rckostrzyn.com> ), w momencie gdy dostrzeżesz jakąś nieprawidłowość.

&#x20;Administrator Wiki nie bierze ewentualnej odpowiedzialności za umieszczone informacje na stronie.

</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, and the optional `goal` query parameter:

```
GET https://rc-kostrzyn.gitbook.io/witaj/witaj.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.
