# Build Your Voice Experience (Pathway)

After signing in, there are two methods for creating an agent in Voicehub:

![](/files/MuMyZHelG8q696Z3Gv1K)

This method allows Voicehub to automatically build the agent for you:

1. Provide Voicehub with your prompt and a description of the agent’s role.
2. Voicehub will generate a proposed agent structure, including:
3. Nodes
4. Variables
5. Logic flow
6. You will receive a confirmation summary showing how the agent will be built.
7. If something needs adjustment, you can ask Voicehub to edit or regenerate the parts you want to change.
8. Once everything looks correct, click Build to create the agent.

This option is ideal for users who want to create an agent quickly without manually setting up the structure.

#### 2. Creating an Agent Manually (New Agent Button)

Clicking “New Agent” at the top-right of the page provides two creation modes:

![](/files/3oedYjsgd3UYKtrFHkuX)

**A. Instructions Mode**

* Designed for simple and fast agent creation.
* You only need to write a global prompt.
* No node configuration is required.
* Best for basic agents with straightforward behavior.

![](/files/94kcAUpQaxe6GmTnn5oP)

**B. Pathway Mode**

* Intended for building complex agents.
* Gives you full control over the agent’s behavior.
* You can add multiple nodes, each defining specific actions, conditions, and logic flows.
* Recommended for advanced use cases where detailed customization is needed.

![](/files/nw9kWBRXbSA4cKoxnXKe)


---

# 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://dataqueue.gitbook.io/voicehub-docs/getting-started/build-your-voice-experience-pathway.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.
