# Single Prompt Agent

This tutorial demonstrates how to create a **Single Prompt Agent** in NexaVoxa. You will set the agent’s **initial greeting**, define its **response logic**, integrate a **Knowledge Base**, and test the interaction flow. Finally, deploy the agent to engage with users and handle their queries efficiently.

Open <https://dashboard.nexavoxa.com/dashboard/create-agent?agentName=newagent>

<figure><img src="/files/B8QiKkTTyDqoR9FkHA2j" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/k2SltyRgZsHwEe0hTSEn" alt=""><figcaption></figcaption></figure>

#### **Key Actions to Show:**

1. Access **Create New Agent** screen.
2. Select **Single Prompt** template.
3. Configure **greeting** and **response logic**.
4. Integrate and **train using Knowledge Base**.
5. **Test the agent** with sample input.
6. **Deploy** the agent.


---

# 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.nexavoxa.com/build/single-prompt-agent.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.
