> For the complete documentation index, see [llms.txt](https://help.activenow.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.activenow.io/zapisy-online/kurs-nie-wyswietla-sie-w-formularzu.md).

# Kurs nie wyświetla się w formularzu zapisów

Jeśli kurs nie pojawia się w tabelce rejestracyjnej ani w Panelu Klienta, sprawdź dwie rzeczy.

## Sprawdź liczbę wolnych miejsc

Kurs bez wolnych miejsc nie wyświetla się w formularzu zapisów. Przejdź do widoku kursu i otwórz zakładkę ***Uczestnicy*** — znajdziesz tam informację o liczbie wolnych miejsc.

{% hint style="info" %}
Jeśli kurs jest pełny, a nadal chcesz zbierać zainteresowanie, możesz włączyć dla niego listę rezerwową — pełne kursy z listą rezerwową wyświetlają się w formularzu i przyjmują zapisy od oczekujących. Przeczytasz o tym [tutaj](/zapisy-online/listy-rezerwowe-w-kursach.md).
{% endhint %}

## Sprawdź ustawienie zapisów online

Kurs może być ręcznie wyłączony z zapisów online. Przejdź do zakładki ***Kursy*** i sprawdź kolumnę ***Zapisy online*** przy danym kursie. Jeśli suwak jest przesunięty na ***Nie*** — przesuń go na ***Tak***, żeby kurs znów wyświetlał się w formularzu.

Więcej o tej funkcji przeczytasz [tutaj](/zapisy-online/wylaczanie-kursow-z-zapisow-online.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://help.activenow.io/zapisy-online/kurs-nie-wyswietla-sie-w-formularzu.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.
