# Public pages

On Cards, you can create public pages, grouping several courses, accessible without logging in.

{% hint style="info" %}
​[Contact-us](https://www.cards-microlearning.com/contact) to enable the feature.
{% endhint %}

<figure><img src="/files/1aDZLPwBFaVrRP4mQDE3" alt=""><figcaption><p>Creation of a public training course page</p></figcaption></figure>

You can find your public pages via the "Training" menu, then "Public Pages".

The list allows you to quickly find the links to each page to access it.

### Create/edit a public page

When you create a new public page, you start by giving it a name and deciding whether the page is active or not.

Once created, you can choose which courses to include on this page.

Several conditions must be met for a course to appear on the page:

* the course must be published
* the course must have the "public" integration mode enabled.

The form indicates which courses do not have the public mode enabled. An "Enable public mode" button allows you to activate the mode for all courses at once.

<figure><img src="/files/gISgUM1zB2CKnTdhv7zI" alt=""><figcaption><p>Editing a public page</p></figcaption></figure>

### Display the page

Once the page is set up and active, you can share the link.

If you have configured a custom logo, it will be used on the page.

As with public courses, attendance statistics are not recorded. This is because users are not logged in when they access the page, so no tracking is possible.


---

# 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://doc.cards-microlearning.com/english/trainings/public-pages.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.
