> For the complete documentation index, see [llms.txt](https://docs.borndigital.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.borndigital.ai/digital-agent/building-new-projects/knowledge-base-project/step-1.-initializing-your-project.md).

# Step 1. - Initializing Your Project

Begin by establishing a new project, a crucial first step in crafting your digital assistant.&#x20;

Following the creation of your project, set up a greeting message node featuring the straightforward query, **"How can I help you?"** This establishes the initial interaction with users.

For a deeper understanding of configuring these nodes, it is advisable to consult the articles on ['Message' node](/digital-agent/conversation-flow/nodes-explained/message-node.md) and ['Answer' node](/digital-agent/conversation-flow/nodes-explained/answer-node.md)s provided in this section.

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

<details>

<summary>Step-by-step guide</summary>

1. **Create Your Project:** Initiate by naming and setting up a new project.
2. **Set Up the Message Node:** Link the ['START' node](/digital-agent/conversation-flow/nodes-explained/start-end-nodes.md) to the newly established '[Message' node](/digital-agent/conversation-flow/nodes-explained/message-node.md).
3. **Input Friendly Text:** Craft a welcoming message for users, enhancing clarity on the interaction's purpose.
4. **Incorporate an 'Answer' Node:** Introduce an[ 'Answer' node ](/digital-agent/conversation-flow/nodes-explained/answer-node.md)to capture user responses, facilitating an interactive experience.

</details>

Next, ensure the message node (labeled MSG\_INTRO) is effectively linked to the ['Start' node](/digital-agent/conversation-flow/nodes-explained/start-end-nodes.md). This connection delineates the flow from the initiation of interaction to the user's engagement.&#x20;

It's imperative to position the ['Answer' node](/digital-agent/conversation-flow/nodes-explained/answer-node.md) subsequent to the ['Message' node](/digital-agent/conversation-flow/nodes-explained/message-node.md), mirroring the dynamic of chatbot output followed by customer input.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.borndigital.ai/digital-agent/building-new-projects/knowledge-base-project/step-1.-initializing-your-project.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
