# Step 3: Test the Validation pipeline

To see the working of the Validation pipeline, follow the steps below.

* To test the validation, in the Validation pipeline “UserName\_Acc\_customers\_validation”, click the \[Test] button.

<figure><img src="https://media.langstack.com/documentation/media/images/code/training_manual/chapter_11/ch11testval.png" alt=""><figcaption></figcaption></figure>

* In the Test Console, enter the mandatory values in the displayed fields. When all the values are entered, click the \[Test] button. Success message displays.

<figure><img src="https://media.langstack.com/documentation/media/images/code/training_manual/chapter_11/ch11testvalform1.png" alt=""><figcaption></figcaption></figure>

<figure><img src="https://media.langstack.com/documentation/media/images/code/training_manual/chapter_11/ch11valsuccess.png" alt=""><figcaption></figcaption></figure>

* To test the error message for an empty mandatory field, remove the Last Name value and click the \[Test] button. The corresponding error message is displayed.

![](/files/ep4aFgsUHm4V6v8w8ayE)

* To test the error message for an incorrect phone number field, enter a number less than eight (8) and click the \[Test] button. The corresponding error message is displayed.

<figure><img src="https://media.langstack.com/documentation/media/images/code/training_manual/chapter_11/ch11invphoneerr.png" alt=""><figcaption></figcaption></figure>


---

# 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.langstack.com/welcome/get-started/learn-langstack/validation-pipeline/exercise-customer-information/step-3-test-the-validation-pipeline.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.
