# General CRM FAQs

<br>

**Q: Every time I try to access a specific page I am redirected to the dashboard.**

* A: Update your access level configurations to allow you to visit the page in question

**Q: I can’t delete a User**

* A: The owner of the account created it and used the same email. Change the email address to something else and delete it

**Q: Customer Service Agent can’t blacklist a customer**

* Customer Service Agents do not have the ability to blacklist customers via the customer profile, this is reserved for Customer Service Admins.

**Q: Is there a way to mass refund customers / orders?**

* No, there is no way to refund in mass or in batches.

**Q: How do we delete category in campaigns?**

* Edit the campaign category and click delete.

**Q: How to change the daily rebill time?**

* In the CRM, on the top right menu, go to the Accounts section, scroll down and update the Rebill Time.

**Q: How do I update the gateway my products are using?**

* The gateways are set on the campaign level, edit the campaign and set the gateway to the offers individually or use the Batch Update tool under the Options tab.

**Q: How do I edit the dashboard?**

* Click the Edit button to open the widget menu, here you can add, remove, or rearrange your dashboard.

{% embed url="<https://api.media.atlassian.com/file/23c154b7-ae42-4cb2-8341-c3988088d3d9/artifact/video_1280.mp4/binary/cdn?client=275b7238-9394-4b3c-903b-1514a78b0763&collection=contentId-244449317&max-age=2592000&token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiIyNzViNzIzOC05Mzk0LTRiM2MtOTAzYi0xNTE0YTc4YjA3NjMiLCJhY2Nlc3MiOnsidXJuOmZpbGVzdG9yZTpjb2xsZWN0aW9uOmNvbnRlbnRJZC0yNDQ0NDkzMTciOlsicmVhZCJdfSwiZXhwIjoxNzI3NzI2NTU3LCJuYmYiOjE3Mjc3MjM2Nzd9.yndcF6Bx731bAq2BeQUtbKgg7J6s6rYVuSCUCWV2yzk>" %}

**Q: What is the difference between the purchase id and the order id?**

* An order is a product or group of products that are purchased in the same session. This includes any main offers and upsells that were sold to the customer. The orderId is the ID that identifies a specific order.

  A purchase is any continuity subscription that is bought on an order. The purchaseId is the ID that identifies a specific continuity subscription.

**Q: Where do I find my agreement / contract?**

* In the CRM, top right menu, click on your name and go to Subscription.

**Q: Where do I download my invoice?**

* In the CRM, top right menu, click on your name and go to Subscription.

**Q: Where do I update my payment information?**

* In the CRM, top right menu, click on your name and go to Subscription.

**Q: How do I recover a deleted customer?**

* Deleted customers are a permanent delete.


---

# 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://help.konnektive.com/konnektive-crm/frequently-asked-questions/general-crm-faqs.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.
