# Product index

{% hint style="danger" %}
This section is required for the Category Tracks section to work and also needs to only be added to a **Custom Page.** Do not add this to any other page that will be visible to students or website visitors.
{% endhint %}

![](/files/-MbCAGQkLsnlqFdatZnL)

### How to use the Product index section

* [ ] Create a **Custom page** (remove the banner and set the permissions so only you can see it)
* [ ] Add the `Product index` section to the page
* [ ] After a few moments you will see the product index generated.
* [ ] Click the Copy to Clipboard button and paste the product index snippet into the [Category Tracks](/super-powers-guide/category-tracks.md) section on the student dashboard

{% hint style="info" %}
You must regenerate and copy/paste a new product index snippet each time you:

* Add or remove courses
* Add or remove categories
* Change what categories courses belong in
  {% endhint %}


---

# 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://docs-flix.superpowerups.com/super-powers-guide/product-index.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.
