# Setup your first Formspector

### 1) Type in the url where we can find your form

First of all we need to know where we can find the form Formspector you should test for you. On our website you can enter the url and click the button "Setup".

![Screenshot: Formspector website with setup form](/files/xsNWdWnJufC0OZUTya5C)

Then we redirect you directly inside the app. If you want you can already give your Formspector a name. Press the button "Continue" then.

![Screenshot: Set a name and hit continue](/files/wMfZfInXyk7w2dbfk2p4)

### 2) Choose the right form

Formspector is crawling the URL now and is checking for forms. You will see the forms we found in a list with the name of the fields. Select the form you want to test.

![Screenshot: result list with forms](/files/wZx5yq1uKS8PKCD0Avtx)

### 3) Set the default values

When you select the form you want to test, we will ask you about the default values we should use when we test your form.&#x20;

Because we are generating a new email address for every for submission, it is important that you tell us which field the email field is. Read more about [the email field](/fundamentals/email-address-field.md) or [honeypot fields](/fundamentals/honeypot-fields.md).

{% hint style="info" %}
**Tipp:** If you want to filter out our submissions in your system, use a special string in a field that detects us in your database.
{% endhint %}

![Screenshot: Set default values Formspector should use](/files/f0LSz9ElTOfXrkEQMCDb)

### 4) Define a success submission

We need to know when a submission was successful. There are two different ways for us to check it. On the one hand, we can look for a success message on the website. But we can also check for the receipt of a confirmation email.

Choose your option and enter a text so that we can detect the success message.

![Screenshot: Define successful submission](/files/A7Syu3bp8Fss8ypdszPE)

### 5) Formspector Alert

Now you can define how we should inform you when the form is not working anymore. That's the last step and your formspector is up and running then.

![Screenshot: Setup Formspector Alert](/files/QOV41BVkOqYqwGtC4Kt0)


---

# 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.formspector.com/guides/setup-your-first-formspector.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.
