# Function Reference Guide

Here is a full list of functions available separated by categories where you find them

### Design System Data

For when you need to access the data from selected design system.

{% content-ref url="../../design-system-data" %}
[design-system-data](https://supernova-developers.gitbook.io/supernova-dsm/design-system-data)
{% endcontent-ref %}

### **Constructors**&#x20;

For when you need to create a property with initial value.

{% content-ref url="data-creation" %}
[data-creation](https://supernova-developers.gitbook.io/supernova-dsm/pulsar-language/functions/data-creation)
{% endcontent-ref %}

### **Comparing**

For when you need to compare data one to another.

{% content-ref url="../flows/if-else-if-else/compare-operations" %}
[compare-operations](https://supernova-developers.gitbook.io/supernova-dsm/pulsar-language/flows/if-else-if-else/compare-operations)
{% endcontent-ref %}

### Boolean operations

For when you need to do logical operations.

{% content-ref url="../flows/if-else-if-else/boolean-operations" %}
[boolean-operations](https://supernova-developers.gitbook.io/supernova-dsm/pulsar-language/flows/if-else-if-else/boolean-operations)
{% endcontent-ref %}


---

# 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://supernova-developers.gitbook.io/supernova-dsm/pulsar-language/functions/core-functions.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.
