# Build

- [Create an Agent](https://docs.nexavoxa.com/build/create-an-agent.md): Learn how to create your first voice agent with NexaVoxa’s easy interface. Follow the tutorial to set up greetings, prompts, and publish your agent in minutes.
- [Single Prompt Agent](https://docs.nexavoxa.com/build/single-prompt-agent.md): Watch this tutorial to learn how to create a Single Prompt Agent in NexaVoxa, including configuring greetings, response logic, integrating Knowledge Base, and deploying your agent.
- [Multi-Flow Agent](https://docs.nexavoxa.com/build/multi-flow-agent.md): Learn the difference between multi-flow and single prompt agents in NexaVoxa. This tutorial covers creating, configuring, and testing agents with multiple conversation paths and decision points.
- [Agent Management](https://docs.nexavoxa.com/build/agent-management.md): Learn how to create, edit, and delete agents in NexaVoxa. This tutorial walks you through configuring new agents, modifying existing ones, and deleting unnecessary agents.
- [Agent Configuration](https://docs.nexavoxa.com/build/agent-configuration.md): Learn how to customize your NexaVoxa agent’s voice style, tone, speed, pauses, and language preferences to match your brand’s communication needs.
- [Knowledge Bases Integration](https://docs.nexavoxa.com/build/knowledge-bases-integration.md): Learn how to upload and integrate various knowledge base formats into NexaVoxa, including text, files, audio, and URLs, and train your agent to retrieve information for accurate customer responses.
- [Choose Templates](https://docs.nexavoxa.com/build/choose-templates.md): Learn how to choose and customize pre-built templates in NexaVoxa to streamline agent creation for customer support, sales, and more, then deploy the agent effortlessly.
- [Tools Integration Guide](https://docs.nexavoxa.com/build/tools-integration-guide.md): Learn how to integrate Google Sheets, Google Calendar, and Gmail with NexaVoxa to automate tasks, sync data, schedule appointments, and manage emails through your AI voice agents.


---

# 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.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.
