# Configuration

After you’ve Install and activated the plugin, navigate to Dashboard > **Contact Pay**

<div align="left"><figure><img src="/files/NQKqnhcVG82U1WACxaUd" alt="" width="165"><figcaption></figcaption></figure></div>

Before you start using the plugin, you need to ensure that you have a Stripe account set up. To set up your Stripe API keys after creating your Stripe account, follow this [link](https://stripe.com/docs/keys).

<figure><img src="/files/6zwX7hPlXsZ6HCBEqWtp" alt=""><figcaption></figcaption></figure>

### Try a temporary Stripe API Key?

If you don't have a stripe account yet but still want to evaluate our plugin, you can simply click the **Import** button which will generate a temporary account from us. You can use it for short-term test purposes. However, since this key may limit some features and settings, we would recommend you to use your own key once you finish the evaluation.

### Webhooks

This step is **necessary** to enable Stripe-hosted checkout redirection and email notifications. For detailed instructions, please refer to this page to configure your Webhooks.

{% content-ref url="/pages/OxEXyNGHKRIOXUx3fjZ7" %}
[Webhook Configuration](/getting-started/webhook-configuration.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://cf7-docs.payaddons.com/getting-started/configuration.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.
