# App overview

Use this doc to orient yourself with the Function Junction app, its structure, and basic functionality.&#x20;

### Dashboard

On the Function Junction dashboard or home screen, you can explore the **Quick start templates**. The templates provide a starting point for popular functions.

You can also find an overview of the functions currently on your store under the **Functions library** section, and where you can toggle them on or off.

### Functions

The **Functions** page contains a list of all of the functions that you've created. Here, you can toggle your functions off and on, and edit them or delete them. You can also manually create a new function.

### Templates

On the **Templates** page, you can see a list of all the templates available in Function Junction and a description of what they are used for. You can choose to use one or to create a new function.

### Display settings

The **Display settings** page allows you to show promotional pricing on product pages and product cards when it's applicable to the customer. You can Preview promotional pricing on your themes and configure it. \
\
There are also some advanced code options that you can contact support for help with: `functionjunction@presidiocreative.com`.

### Billing

The **Billing** page displays the plan you're currently on (if any), as well as any plan options available. Currently, Function Junction only has one **Plus** plan.

### Support&#x20;

The **Support** page in Function Junction links you to our Help Center and our support email address: `functionjunction@presidiocreative.com`

***

## Discounts folder

It's helpful to familiarize yourself with the Shopify Admin's built-in **Discounts** section.

Discount functions built with Function Junction appear here in the list with any other discounts you create.&#x20;

You can refer to the **Type** column to identify if the discount was created through Function Junction or elsewhere.&#x20;

{% hint style="success" %}
**Tip:**

Use **unique** names when creating campaign names. These names are also used as handles and must be unique.&#x20;
{% endhint %}

<figure><img src="/files/YmgDN1sPKMh52INL8s1F" alt=""><figcaption><p>Discount functions appear in the Shopify Admin under Discounts</p></figcaption></figure>

## Manually create a function

With Function Junction, you can use our easy-to-use starter templates or build complex functions from scratch using the **Create a function** option. Use the **Create a function** button to choose from the type of discount to build.

If you need a different type of function, send us a message using the **Request customization** link.

## Frequently asked questions

Check our FAQ section to learn more about Function Junction:

{% content-ref url="/pages/MotEDdSgmTFRST8Pex4T" %}
[FAQs and Support](/faqs-and-support/frequently-asked-questions.md)
{% 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://support.functionjunctionapp.com/getting-started/app-overview.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.
