# Advanced project

## Overview

<table data-view="cards"><thead><tr><th data-type="content-ref"></th><th></th><th></th></tr></thead><tbody><tr><td><a href="advanced-project/step-1.-establishing-functions">step-1.-establishing-functions</a></td><td>Establishing Your Project's Foundation: Initiating the Creation of Your First Virtual Agent</td><td></td></tr><tr><td><a href="advanced-project/step-2.-crafting-greetings">step-2.-crafting-greetings</a></td><td>Crafting Personalized Greetings: Tailoring Initial Conversations to Engage Users</td><td></td></tr><tr><td><a href="advanced-project/step-3.-adding-the-ai-node">step-3.-adding-the-ai-node</a></td><td>Implementing AI Nodes: Enabling Intelligent Conversations for Seamless Interactions</td><td></td></tr><tr><td><a href="advanced-project/step-4.-managing-flow-scenarios">step-4.-managing-flow-scenarios</a></td><td>Directing Interaction Flow: Providing User Choices for a Smooth Conversation Journey</td><td></td></tr><tr><td><a href="advanced-project/step-5.-finalizing-the-project">step-5.-finalizing-the-project</a></td><td>Structuring Logical Endings: Defining Conclusive Paths for Effective Conversations</td><td></td></tr><tr><td><a href="advanced-project/step-6.-training-and-execution">step-6.-training-and-execution</a></td><td>Polishing Skills and Deployment: Training Your Assistant for Deployment and Continuous Improvement</td><td></td></tr></tbody></table>


---

# 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.borndigital.ai/digital-agent/building-new-projects/advanced-project.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.
