# Eloqua Form Submissions

Here are some example use cases for Eloqua Forms:

* Customers join your advocacy program.
* Customers update their profile and preferences.
* Employees nominate customers.
* Customers refer their friends.

### How to set it up:

1. Your SlapFive CSM will provide you with a Webhook URL that you will use in the next step.
2. In Eloqua, open your Form, and then go to **Processing Steps** → **Add Step** →\
   \&#xNAN;**“Post Data to Server (Advanced)”**. Enter the following information and click Save.
   * [ ] **Post URL**: paste the Webhook URL from Step 2
   * [ ] **HTTP Method**: select POST.
3. Provide your CSM with the link to the Eloqua form so we can submit a sample that we'll use to configure the rest of the integration.


---

# 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://docs.slapfive.com/integrations/eloqua/eloqua-form-submissions.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.
