diff --git a/websites/docs/pages/index.md b/websites/docs/pages/index.md index dd97afb..9757e48 100644 --- a/websites/docs/pages/index.md +++ b/websites/docs/pages/index.md @@ -1,6 +1,6 @@ # Introduction -Welcome to the documentation for Prompt Studio, a SAAS platform that allows both domain experts and tech experts to build AI workflows that provide business value. Our product, Prompt Studio, is designed to streamline the process of building complex workflows by utilizing innovative technology and a user-friendly interface. +Welcome to the documentation for Prompt Studio, a SAAS platform that allows both domain experts and tech experts to build AI workflows that provide business value. Our product, Prompt Studio, is designed to streamline the process of building complex workflows with an intuitive and user-friendly interface. In this documentation, we will introduce you to the key concepts of Prompt Studio and provide a guide on how to get started using our platform. We will also cover important features, such as LLMs fine-tuning, workflow automation, and SDK integration, to help you make the most out of your experience with Prompt Studio. diff --git a/websites/docs/pages/key-concepts/datapoint.md b/websites/docs/pages/key-concepts/datapoint.md index ca9a178..5d00e2b 100644 --- a/websites/docs/pages/key-concepts/datapoint.md +++ b/websites/docs/pages/key-concepts/datapoint.md @@ -1,3 +1,3 @@ # Datapoint -A Datapoint is a record of a Recipe's execution at a given moment. It captures the inputs, LLM configurations, and outputs, serving as a historical reference and a tool for fine-tuning the AI's performance over time. +A Datapoint is a record of a Recipe's execution at a given moment in history. It captures the inputs, LLM configurations, and outputs, serving as a historical reference and a tool for fine-tuning the AI's performance over time. diff --git a/websites/docs/pages/key-concepts/recipe/content.md b/websites/docs/pages/key-concepts/recipe/content.md index d2c4805..d1edf42 100644 --- a/websites/docs/pages/key-concepts/recipe/content.md +++ b/websites/docs/pages/key-concepts/recipe/content.md @@ -1,2 +1,2 @@ # Content -Content within a Recipe refers to static text elements that are not processed by the AI but are essential for the workflow. This for example could include email templates or contextual information that supports the AI in generating more accurate outputs. +Content within a Recipe refers to static text elements that are not processed by the AI but are essential for the workflow. This for example could include email templates or contextual information that supports the AI in generating more accurate outputs. You could upload text files as content in PromptStudio. diff --git a/websites/docs/pages/key-concepts/recipe/deployment.md b/websites/docs/pages/key-concepts/recipe/deployment.md index 5d709f6..dc70067 100644 --- a/websites/docs/pages/key-concepts/recipe/deployment.md +++ b/websites/docs/pages/key-concepts/recipe/deployment.md @@ -1,2 +1,2 @@ # Deployment -Deployment is the final step in the Recipe lifecycle. Once tested and confirmed, a Recipe can be published for use by others or integrated into external applications via the Prompt Studio API or SDK. +Deployment is the final step in the Recipe lifecycle. Once tested and confirmed, a Recipe can be published for use by others or integrated into external applications via the Prompt Studio API or [SDK](../../sdk-integration/index.md). diff --git a/websites/docs/pages/sdk-integration/index.md b/websites/docs/pages/sdk-integration/index.md index d6f437d..7350931 100644 --- a/websites/docs/pages/sdk-integration/index.md +++ b/websites/docs/pages/sdk-integration/index.md @@ -56,4 +56,4 @@ Replace `'your-deployment-id'` with the actual ID of your deployment and provide ## Support -If you encounter any issues or have questions regarding the SDK integration, please reach out to our support team or visit the FAQ section. +If you encounter any issues or have questions regarding the SDK integration, please reach out to our [support team](mailto:support@prompt.studio) or visit the FAQ section.