# Testing Stack

### Build Stack

After ensuring proper connection of all components, initiate the stack by clicking on the run icon (⚡) to compile the connections.

<br>

<figure><img src="https://lh7-us.googleusercontent.com/ClKGevuER2a7UZoGP9SeLnEvAiHLl82ZmMg-x9zieYdcP-uawZW3GCT4NfLloSQILrCgV45hEOWNZOUCuQ4x6pnBbgZGAaXKOk1CjCNgJMbta6sr990fuDVKSw3GKWXorJU_e649qIU4_Blh2i2jdRM" alt=""><figcaption><p>Build Stack</p></figcaption></figure>

<br>

Upon a successful build, navigate to the chat icon to commence interaction.

<figure><img src="https://lh7-us.googleusercontent.com/b4erY_9AWZihethvR3vEqPRMpXueS1vz0e_ESAmZbY5kkfJ7i8kONyKV_UpvWK35vFcy2uBJXSMyEsS-kcQlYotdmoO_e64XPC-VqvJsou5y1iHhWULGpRi0hp493zQdNoTXyOpMHUkzDlRKbHJE0tg" alt=""><figcaption><p>Interact with your stack</p></figcaption></figure>

### Chat Interface

GenAI Stack's chat interface provides a user-friendly experience and functionality to interact with the model and customize the prompt. The sidebar brings options that allow users to view and edit pre-defined prompt variables(query). This feature facilitates quick experimentation by enabling the modification of variable values right in the chat.

<figure><img src="https://lh7-us.googleusercontent.com/Al7RcGkXTeXtO9J4xcrQZblsV0cQ6cHRv6gxCLxZl2gafFAd3rTiO6zvqXgmOpx2IsfDt7SVj3bpgEBERVglMsPcthD89kOp_FVa_b6Xfs99SPD4k-GMhUvpG6byR-gf6MuJFzGyz_3Lx1qN7hlgIvw" alt=""><figcaption></figcaption></figure>

To see the full details of the prompt in the format it was originally submitted, simply click on "Display Prompt." This option allows you to view the prompt in its exact original structure.

Feel free to thoroughly test your stack by asking as many questions as possible before proceeding to deploy and share the application with others.


---

# 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.aiplanet.com/genai-stack-1/quickstart/testing-stack.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.
