Skip to content

Commit 7d7c470

Browse files
committed
Fixed cross-references
1 parent 0ea0001 commit 7d7c470

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

content/en/docs/appstore/use-content/platform-supported-content/modules/genai/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To familiarize yourself with the GenAI capabilities of Mendix, explore the secti
2727

2828
#### Familiar with GenAI
2929

30-
If you are already familiar with GenAI and want to start building, refer to [How to Build Smarter Apps Using GenAI](/appstore/modules/genai/using-genai/) guide to start building your first GenAI-powered application and access further supportive resources.
30+
If you are already familiar with GenAI and want to start building, refer to [How to Build Smarter Apps Using GenAI](/appstore/modules/genai/how-to/) guide to start building your first GenAI-powered application and access further supportive resources.
3131

3232
#### New to GenAI
3333

content/en/docs/appstore/use-content/platform-supported-content/modules/genai/how-to/integrate_function_calling.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: "This document guides you through integrating and implementing func
88

99
## Introduction
1010

11-
This document explains how to use function calling in your smart app. To do this, you can use your existing app or follow the [Build a Smart App from a Blank GenAI App](/appstore/modules/genai/using-genai/blank-app/) guide to start from scratch, as demonstrated in the sections below.
11+
This document explains how to use function calling in your smart app. To do this, you can use your existing app or follow the [Build a Smart App from a Blank GenAI App](/appstore/modules/genai/how-to/blank-app/) guide to start from scratch, as demonstrated in the sections below.
1212

1313
Through this document, you will:
1414

@@ -19,7 +19,7 @@ Through this document, you will:
1919

2020
Before integrating function calling into your app, make sure you meet the following requirements:
2121

22-
* An existing app: To simplify your first use case, start building from a preconfigured set up [Blank GenAI Starter App](https://marketplace.mendix.com/link/component/227934). For more information, see [Build a Chatbot from Scratch Using the Blank GenAI App](/appstore/modules/genai/using-genai/blank-app/).
22+
* An existing app: To simplify your first use case, start building from a preconfigured set up [Blank GenAI Starter App](https://marketplace.mendix.com/link/component/227934). For more information, see [Build a Chatbot from Scratch Using the Blank GenAI App](/appstore/modules/genai/how-to/blank-app/).
2323

2424
* Installation: Install the [GenAI For Mendix](https://marketplace.mendix.com/link/component/227931) bundle from the Mendix marketplace. If you start with the Blank GenAI App, skip this installation.
2525

@@ -139,7 +139,7 @@ As shown in the image, two key steps must be completed to enable the execution o
139139

140140
### Optional: Changing the System Prompt {#edit-systemprompt}
141141

142-
Optionally, you can change the system prompt to provide the model additional instructions, for example, the tone of voice. Therefore, follow a similar approach described in the [Build a Chatbot from Scratch Using the Blank GenAI App](/appstore/modules/genai/using-genai/blank-app/#changing-system-prompt).
142+
Optionally, you can change the system prompt to provide the model additional instructions, for example, the tone of voice. Therefore, follow a similar approach described in the [Build a Chatbot from Scratch Using the Blank GenAI App](/appstore/modules/genai/how-to/blank-app/#changing-system-prompt).
143143

144144
1. Open the copied `ACT_FullScreenChat_Open` microflow from your `MyFirstBot` module.
145145
2. Locate the **New Chat** action.
@@ -149,7 +149,7 @@ Optionally, you can change the system prompt to provide the model additional ins
149149

150150
## Testing and Troubleshooting {#testing-troubleshooting}
151151

152-
Before testing, ensure that you have completed the Mendix Cloud GenAI, OpenAI, or Bedrock configuration as described in the [Build a Chatbot from Scratch Using the Blank GenAI App](/appstore/modules/genai/using-genai/blank-app/), particularly the [Infrastructure Configuration](/appstore/modules/genai/using-genai/blank-app/#config) section.
152+
Before testing, ensure that you have completed the Mendix Cloud GenAI, OpenAI, or Bedrock configuration as described in the [Build a Chatbot from Scratch Using the Blank GenAI App](/appstore/modules/genai/how-to/blank-app/), particularly the [Infrastructure Configuration](/appstore/modules/genai/how-to/blank-app/#config) section.
153153

154154
To test the Chatbot, go to the **Home** icon to open the chatbot interface. Start interacting with your chatbot by typing in the chat box.
155155
For example, type—`Write a message to my colleague Max asking about a meeting to discuss the content for our next GenAI how-to.` or `How many bank holidays do I have in December?`

content/en/docs/appstore/use-content/platform-supported-content/modules/genai/how-to/start_from_a_starter_app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: "A tutorial that describes how to get started building a smart app
88

99
## Introduction
1010

11-
This document guides on building a smart app using a starter template. Alternatively, you can create your smart app from scratch using a blank GenAI app template. For more details, see [Build a Smart App from a Blank GenAI App](/appstore/modules/genai/using-genai/blank-app/).
11+
This document guides on building a smart app using a starter template. Alternatively, you can create your smart app from scratch using a blank GenAI app template. For more details, see [Build a Smart App from a Blank GenAI App](/appstore/modules/genai/how-to/blank-app/).
1212

1313
### Prerequisites
1414

content/en/docs/appstore/use-content/platform-supported-content/modules/genai/how-to/start_from_blank_app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: "A tutorial that describes how to get started building a smart app
88

99
## Introduction
1010

11-
This document guides you on building a smart app from scratch using a blank GenAI app template. Alternatively, you can use a starter app template to begin your build. For more details, see [Build a Smart App Using a Starter Template](/appstore/modules/genai/using-genai/starter-template/).
11+
This document guides you on building a smart app from scratch using a blank GenAI app template. Alternatively, you can use a starter app template to begin your build. For more details, see [Build a Smart App Using a Starter Template](/appstore/modules/genai/how-to/starter-template/).
1212

1313
### Prerequisites
1414

content/en/docs/appstore/use-content/platform-supported-content/modules/genai/mendix-cloud-genai/mendix-cloud-grp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ Data sent to the Knowledge Base (vectors, chunks) is stored in a logically isola
8484
### Read More
8585

8686
* [Enrich your Mendix app with GenAI capabilities](/appstore/modules/genai/)
87-
* [Build a Chatbot Using the AI Bot Starter App](/appstore/modules/genai/using-genai/starter-template/)
87+
* [Build a Chatbot Using the AI Bot Starter App](/appstore/modules/genai/how-to/starter-template/)

0 commit comments

Comments
 (0)