# General Questions

## How to configure the app after installation?

Before "Donate Source" can start working on your store, you will need to install the app onto your current theme, here's more information on how to set this up Install App on [cart page](https://prezenapps.gitbook.io/donate-source/faqs/broken-reference) and [Products page](https://prezenapps.gitbook.io/donate-source/faqs/broken-reference).

## How to remove snippet code after uninstall?

After app uninstall, you have to remove below snippet code from the cart and product page.

```
{% render 'donate-source' %}
```

## Can we add/configure multiple donations in app?

Yes, If you need to add/show multiple donations then you need to upgrade to Pro plan then you will able to create the multiple donations.

## Can i configure the donation box on the home page or any particular page ?

Yes, you can simply configure the donation on separate page too using the shortcode and if you face any issue then you can shoot email to <support@prezenapps.com>


---

# 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://prezenapps.gitbook.io/donate-source/faqs/general-questions.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.
